Frequently Asked Question

The migration stops and I get the message: “Fatal error: Allowed memory size of XXXXXX bytes exhausted” or I get the message: “Internal server error”
Last Updated 8 years ago

  • You can run the import again. It will continue where it left off. Note that you mustn’t check the automatic removal checkbox. Be careful to not click on the import button before the import process has completely stopped. You can check that the import has stopped when the number of imported posts/users/comments has stopped increasing.
  • You can add: `define(‘WP_MEMORY_LIMIT’, ‘512M’);` in your wp-config.php file to increase the memory allowed by WordPress
  • You can also increase the memory limit in php.ini if you have write access to this file (ie: memory_limit = 1G). See the increase memory limit procedure.

Please Wait!

Please wait... it will take a second!