• Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 80 bytes) in /home/daisymar/public_html/wp-includes/cache.php on line 570

    I’ve had this error before and looked up how to fix it by adjusting the php memeroy size in various locations and that fixed it. How today I was adding code to the functions.php file and single.php file to add video meta boxes when all these problems started happening.

    FIRST: site became blank with fatal error $ ending error …. single.php (sorry can’t remember exaclty what it said)
    – So I went back to all the new code i added in both files and deleted them.

    NEXT: when I refreshed my site only my header would appear. I inspected element and it was showing there was nothing in <body>.

    After refreshing a few more times now I get the ‘ Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 80 bytes) in /home/daisymar/public_html/wp-includes/cache.php on line 570’

    So once again I tried increasing my php memory limit and nothing is working. I’ve increased it all the way up to 1000M. I’ve tried changing the size in 4 different place.
    1. php.inti
    2 adding code to function.php
    3. wp-settings.php
    4. .htaccess

    Please help me I’m extremly stuck on what to do

Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Fatal Error memory size nothing worked’ is closed to new replies.