Posted: January 27, 2016 at 6:52 am
|
Hi, I am moving my site from one domain to another (company name change) and taking the opportunity to move hosts too. Please can someone help? |
|
Sorry, Just to update, this is actually form 4.7.0 to 4.8.0 |
Can you check the new server’s error log to find the cause of the 500 error? Many times it’s an error that’s caused by the server running low on memory, so one thing that can help is you bump up the amount of memory that WP can use. You can bump up the amount of memory available to WordPress by following this guide: https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP |
|
|
Hi, Sorry i don’t have access to the error logs, ill try increasing the memory though if i can |
You can also set up your own error.log file and capture errors in the wp-content folder by setting up error logging. Here’s another guide from the WordPress codex that you can follow: https://codex.wordpress.org/Debugging_in_WordPress#Example_wp-config.php_for_Debugging |
|
|
Hi, I tried upping the memory but still the same, crashed out at 98% Thanks |
|
Hi, I appear to have fixed it, I deactivated all plugins except EE and then ran the migration and it worked Thanks for your help |
If you add something like this:
To your wp-config.php file WordPress will create a debug.log file within /wp-content/ that stores any errors being thrown whilst WP_DEBUG is enabled. |
|
The support post ‘Crash upgrading 4.6 to 4.8’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.