Problem:
I am having an issue with a blank page on my development site after installing Toolset Types and Blocks.
When I deactivate the plugins, the issue goes away.
The error log indicates that the allowed memory size is exhausted.
Solution:
Increase the PHP memory limit for the WordPress installation.
Add the following code to the "wp-config.php" file of your WordPress installation root folder:
/** Memory Limit */ define('WP_MEMORY_LIMIT', '512M'); define( 'WP_MAX_MEMORY_LIMIT', '512M' );
Make sure to add the code above the line:
/* That's all, stop editing! Happy blogging. */
Relevant Documentation:
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
This topic contains 2 replies, has 2 voices.
Last updated by 1 year, 9 months ago.
Assisted by: Christopher Amirian.