• Hey guys, I’m really needing some help here.

    Sometime earlier today my WP install went down. The server is fine (I can still load pages that are on the server and outside of the WP install) but can’t get anything in WP to open. In my server logs I have these messages repeating over and over.

    [Tue Jan 04 23:13:30 2011] [error] [client 98.xxx.xx.XX] Premature end of script headers: index.php
    [Tue Jan 04 23:13:48 2011] [warn] [client 98.xxx.xx.XX] mod_fcgid: read data timeout in 120 seconds
    [Tue Jan 04 23:13:48 2011] [error] [client 98.xxx.xx.XX] Premature end of script headers: index.php
    [Tue Jan 04 23:13:49 2011] [warn] [client 184.XXX.XXX.X] mod_fcgid: read data timeout in 120 seconds
    [Tue Jan 04 23:13:49 2011] [error] [client 184.XXX.XXX.X] Premature end of script headers: wp-cron.php

    I really don’t know where to go from here and am under a lot of pressure to get this back up and going. Thank you so much for your help!!!

    peace
    jarod

    https://www.findingmagnolia.com

Viewing 1 replies (of 1 total)
  • I had the same problem. after a lot of searching on the forums and trying things I eventually tracked the problem down myself.

    in wp-admin/admin.php there is a line (around line 97) that looks like this.

    @ini_set( ‘memory_limit’, apply_filters( ‘admin_memory_limit’, ‘256M’ ) );

    I commented this out, and my admin pages started working fine again.

    I then remembered I had to make the same change on the last version of WordPress too.

    Hope this helps you ??

Viewing 1 replies (of 1 total)
  • The topic ‘Server Error 500’ is closed to new replies.