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

    (@mixha)

    Hello @mooreemmett ,

    The issue is caused by RAM memory limit configuration.

    Because your WP_MAX_MEMORY_LIMIT is set to 256 MB (which is default value and you need to override it in wp-config.php) our plugin think that there is 256 MBs 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 256 MBs 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 “256M”.

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

    Thread Starter moore.emmett

    (@mooreemmett)

    Thank you so much for responding. I would love for any guidance on how to increase my memory_limit variable in my php.ini to 256M.

    I assume I can do this through cPanel, but I would need just a little guidance. Any help is greatly appreciated.

    Thread Starter moore.emmett

    (@mooreemmett)

    I got most of it to work. Instead of using the secure link, I downloaded the file and then uploaded to the new host.

    One minor issue, a few links and images disappeared. But I can fix those manually. Thanks for this plugin.

    Plugin Support MixHa

    (@mixha)

    Hey @mooreemmett ,

    I am glad that the process finished successfully! 🙂

    Feel free to open a new ticket if you face any issues in the future, we are always happy to help!

    Kind regards

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Migration Failed’ is closed to new replies.