Post not opening

Hi all, when trying to open a post with WP Classic Editor I have the following error message: Fatal error: Out of memory
Can you please assist?
Thanks

Hi Ste,

Thank you for reaching out to us.To fix the memory issue. please add the following code in your wp-config.php (for instructions please see https://theme.co/apex/forum/t/troubleshooting-increasing-php-memory-limit/16935)

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

Upon adding the above code everything should begin to work as expected unless your hosting provider has a limit on these parameters, which would keep them from taking effect. In that case, the next step would be to open up a support ticket with your hosting provider and ask them to increase your PHP memory limit to a higher setting, preferably 512M.

Thanks.

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