• Hi, so we’re getting this error since Wednesday. Updated to 6.2 last week. I’ve gone thru all the troubleshooting steps and the hosting guys upped the ram on the server to accommodate, still no luck.

    Disabled the themes, disabled the plugins and still get the same type of error. All containing a reference to the wp-includes folder. For ex. wp-includes/script-loader.php..

    Can’t get to the Admin page either. Hosting Co. thinks it might have something to do with version 6.2 updates.

    Any advice would be great, would really like to get the site up.

    Thanks, N.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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.

    Thread Starter nicoungerer123

    (@nicoungerer123)

    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

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Fatal error: Allowed memory size of 1073741824’ is closed to new replies.