Hi since using wordpress 3.1.2 getting this error after clicking migrate:
Fatal error: Call to undefined method WP_Migrate_DB::error() in /home/***/public_html/wp-content/plugins/wp-migrate-db/wp-migrate-db.php on line 313
Any suggestions?
Hi since using wordpress 3.1.2 getting this error after clicking migrate:
Fatal error: Call to undefined method WP_Migrate_DB::error() in /home/***/public_html/wp-content/plugins/wp-migrate-db/wp-migrate-db.php on line 313
Any suggestions?
I think the developer is using a deprecated error method, so my sugestion is if you know what you are doing in PHP, just change the way the plugin throws errors to the WP_error class:
Turns out this was only on that specific theme, must have been a conflict with another plugin.
Which theme was it?
This topic has been closed to new replies.