Thursday 2 February 2017

Increase PHP Memory Limit in WordPress

Fatal error: allowed memory size of bytes exhausted wordpress

You need to paste this code in wp-config.php file just before the line that says ‘That’s all, stop editing! Happy blogging.’
1define( 'WP_MEMORY_LIMIT''256M' );

No comments:

Post a Comment