• Resolved dieguitok

    (@dieguitok)


    I am on localhost and when I restore a backup it gives me the following error code. Thank you

    BMI-ZMf2U9Wy-17174

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

    (@mixha)

    Hello @dieguitok ,

    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”.

    Please also set this plugin option:

    1. Go to “Other options” section
    2. Disable PHP CLI checking: https://prnt.sc/1sljr31
    3. Save “Other options” section
    4. Force stop both processes: https://prnt.sc/1trv1tm

    Once you do that, try to run your migration process using the same URL or file.

    Let me know if that worked for you 🙂
    Thank you!


    Thank you!

    Thread Starter dieguitok

    (@dieguitok)

    Thank you very much for the reply.

    I tried it in two ways making the changes but it keeps giving me an error.

    First uploading a .ZIP file and the result is this error:
    BMI-Lx6GDWPu-57432

    The second attempt was with URL and the result is this error:
    BMI-MzpDLzl7-31440

    Plugin Author iClyde

    (@iclyde)

    Hi @dieguitok

    Something may be wrong with your local web server.

    The backup is smaller than the allowed memory limit which makes it almost impossible to receive such error.

    My assumption, is that your WordPress with each request loads more scripts to memory than usual.

    I would recommend you to:

    1. Try with our latest version of plugin v1.3.1
    2. Change PHP version to 7.4 on your local machine with default configuration

    Let me know if you have any further questions 🙂
    Thank you!

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

The topic ‘backup failure’ is closed to new replies.