Do you still have access to the original .sql db backup file?
I believe I have
But this is an old backup…
I’d like to restore each page to the prev version
Or maybe the plugin I ran changed something general
???
But this is an old backup
How old? Try examining the wp-options table data in your database backup and see if you can locate the value for the option name db_version. That should allow us to determine what version of WordPress this backup was taken from.
Now I’m getting this message when I try to access the site via mobile
Perhaps there is a clue here ?
Warning: require_once(/home/bgfco/public_html/m/wp-load.php): failed to open stream: No such file or directory in /home/bgfco/public_html/m/wp-blog-header.php on line 12
Fatal error: require_once(): Failed opening required ‘/home/bgfco/public_html/m/wp-load.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/bgfco/public_html/m/wp-blog-header.php on line 12
That looks like you may have been using some sort of mobile plugin, yes?
Nope
Velvet Blues Update URLs” tried to update the images internal URLs.
Everything was ok until I ran this pluginVelvet Blues Update URLs” to update the internal URLs.
Have you determined the db_version value yet?
That’s WordPress 3.9 or 3.9.1. So not old at all. Try emptying the database and re-importing it again but this time, use http://interconnectit.com/124/search-and-replace-for-wordpress-databases/ instead of Velvet Blues.
I’ve never had a problem with that script.
Well I meant “old” in respect to the content itself.. as it is a new site and much content had been developed since.. that’s why I prefer to try something else before using this backup..
Is there another option?
Also if there is no other option…
Is there a guide for the db swapping as you suggested ?