e2c2monkeyboy
Forum Replies Created
-
Forum: Plugins
In reply to: [Media Library Folders] 3 moves and three sets of folderslol, ok Alan – I’ll try can keep this post shorter. But the yellow “add media” thing? where can I look to see what and why it isn’t showing up?
Forum: Plugins
In reply to: [Media Library Folders] 3 moves and three sets of foldersOK,
AlanP57 here are three posts, with three folders containing 6 folders who also have their duplicates. Each with three different URL’s. The first one is correct. The second two are incorrect. Can I simply delete the other two posts (#2 and #3 manually from the database) and their associated duplicate folder posts without issue?#1 -> correct URL ===== (2197, 1, ‘2016-06-01 02:41:32’, ‘2016-06-01 02:41:32’, ”, ‘Artwork’, ”, ‘publish’, ‘closed’, ‘closed’, ”, ‘Artwork’, ”, ”, ‘0000-00-00 00:00:00’, ‘0000-00-00 00:00:00’, ”, 0, ‘http://www.xxxxx.org/wp-content/uploads/Artwork’, 0, ‘mgmlp_media_folder’, ”, 0),
#2 -> first testing URL during domain transfer
(2136, 1, ‘2016-06-01 02:41:32’, ‘2016-06-01 02:41:32’, ”, ‘Artwork’, ”, ‘publish’, ‘closed’, ‘closed’, ”, ‘Artwork’, ”, ”, ‘0000-00-00 00:00:00’, ‘0000-00-00 00:00:00’, ”, 0, ‘http://www.xxxxx.org/test1/reloaded/wp-content/uploads/Artwork’, 0, ‘mgmlp_media_folder’, ”, 0),
#3 -> second move while maintaining moved “old” website on same server.
(2105, 1, ‘2016-06-01 02:41:32’, ‘2016-06-01 02:41:32’, ”, ‘Artwork’, ”, ‘publish’, ‘closed’, ‘closed’, ”, ‘Artwork’, ”, ”, ‘0000-00-00 00:00:00’, ‘0000-00-00 00:00:00’, ”, 0, ‘http://www.xxxxx.org/reloaded/wp-content/uploads/Artwork’, 0, ‘mgmlp_media_folder’, ”, 0),
Regards,
e2c2monkeyboyForum: Plugins
In reply to: [Media Library Folders] 3 moves and three sets of foldersLuckily I’ve read a lot of word press books lately and I got what you said. So much for “Better Search and Replace” plugin – it did allow migration but it failed miserably at fixing URL’s… I’m wondering if it just cheated in the esoteric rewrite rules area…. Now I’m in trouble. This is going to be a brute force (and painful) cleanup of the database – or can you give me pointers on how to automate this?
I’m really surprised our site still works looking at the guts of our database.
For a concrete example: I see one photo (handled by MLP)
http://www.xxxxxxx.org/test1/reloaded/wp-content/uploads/Staff/JacksonLai300x380.jpg’, 0, ‘attachment’, ‘image/jpeg’, 0),that photo is in the wp_posts table (looking at the SQL dump)
but it must also be under with a different post ID since it is working on the live website. Having moved it from xx.xx.xx.xx/reloaded -> xxxxxx.org/test1/reloaded -> then to xxxxxx.org/reloaded and now to the root directory as I moved domains and hosts – what a mess.
http://www.xxxxxxx.org/wp-content/uploads/Staff/JacksonLai300x380.jpg’, 0, ‘attachment’, ‘image/jpeg’, 0), is what it’s probably supposed to look like and MLP probably is finding the 3 different URL moves right?
ALSO!?
The MLP plug is allowing to navigate the libraries even with duplicate folders but the YELLOW link in include from MLP folders isn’t active in the editor anymore – did this get removed in 3.0 or is the plugin also broken by this database near corruption? (trust me – I’ve uninstalled MLP and re-installed twice now trying that hail Mary.)
P.S. Is MLP self contained in the mgmlp_folders table and the ‘post_id’, ‘folder_id’ links in the wp_posts table? In other words – safe to delete the posts AND the same id’s listed in the mgmlp_folders table?
thanks in advance,
e2c2monkeyboy