Hi @nicoungerer123
1- Please try switching the theme temporarily to a default one ( may be twentytwentythree )
2- Try disabling plugins one by one so you can narrow down the issue.
3- Check the Error log file, if there are any errors logged that may include the line number of the code the issue is triggered from.
Hello @nicoungerer123
This error message is usually caused by your WordPress site exceeding the amount of memory that PHP is allowed to use. There are a few ways to fix this, so let’s go through them step by step.
1. Increase PHP Memory Limit
The first thing you should try is increasing the PHP memory limit. This can be done by adding the following code to your site’s wp-config.php file:
define( 'WP_MEMORY_LIMIT', '512M' );
If this doesn’t work, you can try increasing the memory limit even further.
2. Disable Plugins and Themes
Sometimes, the issue can be caused by a plugin or theme that is using too much memory. You can try disabling all your plugins and switching to a default WordPress theme (like Twenty Twenty-Three) to see if the issue goes away. If it does, then you can start reactivating your plugins and themes one-by-one to find the one causing the issue.
3. Check Your Hosting Environment
If the above steps don’t work, then it’s possible that your hosting provider is limiting the amount of memory that PHP can use. You can check with your hosting provider to see if they can increase the memory limit for you.
Additionally, here are some helpful links that may assist you in resolving the issue:
I hope these steps and resources help you in resolving the issue.
Thanks Shameem. Found the culprit.
@nicoungerer123 What was the issue? I am currrently experiencing the same but cannot find the root.
Hi. I actually have the same issue. And nothing works