I received this code while trying to backup my website.
Plugin Support
MixHa
(@mixha)
Hello @wearethecinemaguys ,
The issue is probably 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”.
–
There is also a chance that the process failed because you were away from the computer, e.g., your screen-saver/sleep-mode prevented your browser from continuing.
In the method that our plugin selected for you, there is a need to keep the computer running and be on the page while it’s ongoing to keep the process (as the browser is used as middleware).
The last thing that could cause such an issue is browser extensions or security plugins but I couldn’t find any security plugin on your site, maybe you had it installed previously and it kept their files after removal.
In terms of browser extensions adblockers, resource limiters, and RAM control plugins can cause similar issues, so if you’re using Opera GX, Firefox, or Brave browser, it may just not work out of the box.
Let me know if that resolves your issue 🙂
Thank you!
Plugin Support
MixHa
(@mixha)
Hello @wearethecinemaguys ,
We haven’t heard from you since, so I’ll assume that the issue is resolved and will close this support ticket. If you face any new issues, please feel free to open a new ticket.
Kind regards