I just updated PHP versions and have been checking my sites, when I noticed that one of the websites was not working, only when the essential grid plugin was active. When it isn’t active it loads everything fine, but the grid was a key part of the page - so it is missing all of that content. Is there a fix to this issue? When it is active the header loads, but none of the body loads and is replaced with an html comment that says “CACHE CREATED FOR: 1”. Any idea what could fix this?
UPDATE!
I did a little bit of digging and it turns out this is common when experiencing a memory limit issue. I added this line of code to my wp-config.php and everything was resolved.
define('WP_MEMORY_LIMIT', '512M');
Thanks! This can be closed now if you wish.
Glad to hear that you resolved the issue. 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.