The problem was solved by adding the following code at the beginning of the ajax-actions.php file right after <?php
ini_set('memory_limit','256M');
The memory limit is set to 128MB in both wp-congif.php and in php.ini.
As I said above phpinfo reports the limit of 128 and so does Woocommerce Status data. The issue doesn’t seem to be with the memory limit but with some bug in the WordPress or woocommerce code?!
Hi varktech.com
I have contacted the host. All settings seem to be in order and woocommerce reports the memory limit is set to 128. Also phpinfo reports 128.
So I don’t think it is the memory limit, something else is wrong.