• Resolved jkline0

    (@jkline0)


    BMI-LwGLioSc-15255

    Attempting to migrate from a sandbox installation, the process has failed despite multiple attempts.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support MixHa

    (@mixha)

    Hey @jkline0 ,

    The issue is caused by RAM memory limit configuration.

    Because your WP_MAX_MEMORY_LIMIT is set to 512MB (which is default value and you need to override it in wp-config.php) our plugin think that there is 512MBs of free RAM memory, but in reality there is hard limit of 40 MBs, best solution for you would be to increase memory limit to 512MBs in your php.ini configuration, that would resolve all issues or set correct value for WP_MAX_MEMORY_LIMIT in wp-config.php to “40M”.

    After all running WordPress with only 40 MBs of RAM is quite challenging and may make the website unstable.

    You need to increase the memory_limit variable in your php.ini configuration, most recommended value for you is “512M”.

    Let me know if you can do that or you need more details of how to do it ??
    Thank you!

    Thread Starter jkline0

    (@jkline0)

    Changing php.ini helped, but even though the process says it was completed, none of the pages or styles were migrated. I still have an empty WordPress site.

    I ended up using a competing migration plugin and had no issues. Thanks for your help, you can mark this as resolved.

    • This reply was modified 1 year, 2 months ago by jkline0.
    Plugin Support MixHa

    (@mixha)

    Hey @jkline0 ,

    With the latest debug log I could tell more on what happened and advise further. If you change your mind, please always feel free to share the debug log (Troubleshooting > Check advanced options).

    Kind regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Failed Migration Import at 1%’ is closed to new replies.