Forums
Forums / Fixing WordPress / fatal error
(@vatsal12k)
9 years ago
error shown when we edit the (woocommerce) product Fatal error: Allowed memory size of 176160768 bytes exhausted (tried to allocate 262144 bytes) in /home/brandkpl/public_html/wp-includes/cache.php on line 674
(@bobbyduff)
Hey vatsal12k,
Please paste the following line of code in to your wp-config.php file just before the line that says ‘That’s all, stop editing! Happy blogging.’
define( ‘WP_MEMORY_LIMIT’, ‘256M’ );
Please let me know if this works! Bobby
The topic ‘fatal error’ is closed to new replies.