Fatal Error: Allowed memory size

Hi,

All of a sudden I cannot edit pages with Cornerstone on www.ladentalmeeting.com. Once I click on Edit with Cornerstone, I get this message:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 1048655 bytes) in /home/ladental/public_html/wp-content/plugins/cornerstone/includes/classes/app/class-app.php on line 185

Any help??

Hi there,

Please increase your memory allocated to PHP if you haven’t done so already. To increase it, please edit your wp-config.php file and insert these lines:

    define( 'WP_MEMORY_LIMIT', '256M' );
    define( 'WP_MAX_MEMORY_LIMIT', '512M' );

You can do this by logging in through FTP and you should be able to find the wp-config.pohp file there.

If you are not sure how to make the changes, you may get in touch with your host and ask them to increase your PHP memory limit.

Hope this helps.

Hi. I had the same problem. Your solution helped but now I have another:
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 97776 bytes) in /home/users/xxx/public_html/x.x.x/wp-content/plugins/cornerstone/includes/elements/mixins_includes/_graphic.php on line 61

Any help?

I just contacted my hosting service customer support and they walked me through it. Not sure if they added more memory or fixed a glitch, but the my site is working fine now.

@Ratajczak … You need to either contact your hosting provider or try disabling some of the unused plugins and see if that resolves your issue.

@dsilva512 … Glad you were able to resolve it :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.