• Hello, when I go to my website I get the following error message:
    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /home/a4438214/public_html/wp-includes/class-http.php on line 252
    I do not know why, I have multiple times tried to resolve this issue.
    My website for reference: bcvintage.site50.net

Viewing 11 replies - 1 through 11 (of 11 total)
  • Moderator t-p

    (@t-p)

    try increasing memory available for php.

    Thread Starter Aiden Patrick

    (@apgamesb)

    I increased it to 512 via the wp-config.php and nothing changed.

    I have the same problem! I’ve also tried changing the memory limit in my wp-config.php with no success. I had a wordpress site running last year and this is the first time I’ve seen this error. It’s frustrating!

    Thread Starter Aiden Patrick

    (@apgamesb)

    It very much is!

    Thread Starter Aiden Patrick

    (@apgamesb)

    Thorsten, the resolution is that you need to copy and paste this into your /wp-includes/cache.php file just after the <?php tag:

    ini_set(‘memory_limit’,’64M’); // set memory to prevent fatal errors

    Mine was set to 32M, I increased it to 64M, and I instantly regained access to my site.

    Moderator t-p

    (@t-p)

    the resolution is that you need to copy and paste this into your /wp-includes/cache.php

    Messing with the core files is not advised. For one, all your changes will be overwritten when you next update the WP.

    Any core file such as /wp-includes/cache.php cannot be the root cause of your issue. It would be better if you figure the root cause of the problem and fix it.

    Thread Starter Aiden Patrick

    (@apgamesb)

    Do you have an idea of what the problem is? I do not know how to figure out the problem.

    @aiden Patrick: Your problem is site50.net. Free hosting always has issues with RAM and CPU allocation. Get a real host: see Recommended WordPress Web Hosting

    Thread Starter Aiden Patrick

    (@apgamesb)

    I just updated manually to WordPress 4.2.2. Now I get the following message when attempting to view the dashboard:
    Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 30720 bytes) in /home/a4438214/public_html/wp-admin/menu.php on line 43

    Thread Starter Aiden Patrick

    (@apgamesb)

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 491520 bytes) in /home/a4438214/public_html/wp-includes/canonical.php on line 262

    Your problem is site50.net

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘(4.0.5) Allowed memory size of… /wp-includes/class-http.php on line 252’ is closed to new replies.