Memory limit error after upgrade to 1.12
-
Hi
I’ve just upgraded to 1.12 (from 1.11.9) and am seeing the following error, which wasn’t there before the upgrade:
Warning! Jigoshop requires at least 64M of memory for WordPress! Your system currently has: 40M.
My default PHP memory limit on my system is 128M, and WordPress assigns 40M to the
WP_MEMORY_LIMIT
constant by default.When in the admin area, the amount of memory available is defined by the
WP_MAX_MEMORY_LIMIT
, which in my case is the WordPress default of 256M.So it seems to me that Jigoshop should not be reporting an error in this case, as it in fact has 256M available in the admin area, and there is no reason for it to require more than the WordPress default on the front-end.
Many thanks
Simon
- The topic ‘Memory limit error after upgrade to 1.12’ is closed to new replies.