• Resolved Homika

    (@homika)


    I keep getting 500 Internal Server error a page from time to time (noticed only for one page at the moment and seems can’t locate the reason), it looks like bad cache gets generated at some point, because after I re-post the page it fixes the issue till the next time it gets stuck…

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Frederick Townes

    (@fredericktownes)

    What errors exist in your error log around the time of this issue? What was the resolution?

    Thread Starter Homika

    (@homika)

    Some of my custom php code was using too much memory, so the solution was to re-code it.

    I was getting something like the following in php log:
    “[06-Jul-2011 01:58:56] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 7905281 bytes) in PATH_TO_SCRIPT on line 81”

    and something like the following in apache log:
    “GET /recipe-index-a-z HTTP/1.1” 500 – “-” “W3 Total Cache/0.9.2.3″”

    The page itself produced 500 Internal Error.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘500 Internal Server Error for some pages form time to time’ is closed to new replies.