Error exporting website from server to localhost
-
Hello community, i’m trying to export one my wordpress website from the server where it is hosted to my computer because i want to check if i can upgrade all my old plugins but i’m having some problems.
I have downloaded all the principal directory (where is wp-admin) in the htdocs xampp dir, then i have created a new database on phpadmin and i changed “home” and “siteurl” string from <url> to localhost.
And finally i changed the wp-config with root “” and new database name.The problem is that now, after all this steps, if i reload my localhost i see this error but i don’t understand how can i solve it.
Fatal error: Uncaught Error: Call to undefined function create_function() in C:\xampp\htdocs\wp-content\plugins\baw-login-logout-menu\bawllm.php:25 Stack trace: #0 C:\xampp\htdocs\wp-settings.php(305): include_once() #1 C:\xampp\htdocs\wp-config.php(105): require_once('C:\\xampp\\htdocs...') #2 C:\xampp\htdocs\wp-load.php(37): require_once('C:\\xampp\\htdocs...') #3 C:\xampp\htdocs\wp-admin\admin.php(31): require_once('C:\\xampp\\htdocs...') #4 C:\xampp\htdocs\wp-admin\index.php(10): require_once('C:\\xampp\\htdocs...') #5 {main} thrown in C:\xampp\htdocs\wp-content\plugins\baw-login-logout-menu\bawllm.php on line 25
I tried to disable the bawllm plugin but after this it will get out a lot else problems like this.
However the website now is working so i think that the problem is in some wrong step and sorry but for privacy i can’t post the link here, btw i don’t think that is necessary because, i repeate, the public website works…
… thanks for yout help <3
- The topic ‘Error exporting website from server to localhost’ is closed to new replies.