Hello,
Our server is sending the following PHP fatal error:
[09-Apr-2020 22:24:48 UTC] PHP Fatal error: Out of memory (allocated 92798976) (tried to allocate 4718592 bytes) in /home/wevauxrw/public_html/wp-content/plugins/woocommerce/includes/abstracts/class-wc-background-process.php on line 107
Do you know how to solve it?
thanks
Md SarfarajPosted Aug 17, 2021, 4:01 AM
Roshan RathodPosted Jul 10, 2020, 11:09 PM
Go to .htaccess file and paste below code
php_value upload_max_filesize 1024M
php_value post_max_size 1024M
php_value memory_limit 1024M
php_value max_execution_time 300
php_value max_input_time 300
And save file and then check.
https://docs.woocommerce.com/document/increasing-the-wordpress-memory-limit/
Rajanikant HawaldarPosted Apr 17, 2020, 1:07 PM