• My web just experienced an 500 internal error suddenly. Below is the description of my error log

    [Thu May 1 01:57:43 2008] [error] [client 165.21.155.111] Premature end of script headers: /home/hungzaic/public_html/index.php
    SoftException in Application.cpp:297: UID of script “/home/hungzaic/public_html/index.php” is smaller than min_uid

    I wonder can someone give some pointers as to where to look troubleshoot the issue? I’ve been reading up forums and articles on google for the past 3 hours but to no avail. Not helped by the fact i have zero php programming knowledge to start with!

    Appreciate if someone can drop a hint or 2! Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter hungzai

    (@hungzai)

    Clearly the problem is with index.php

    After replacing index.php with an empty file and then transferring the old file back, the site can be accessed now but the links now returns a 404 instead.

    I have read about problems with index.php and people replacing them with original ones. Does anyone knows what goes inside an original index.php?

    Thread Starter hungzai

    (@hungzai)

    Miraculously my site has worked, but there are it is still displaying 500 error for comments and login function on the link.

    As always when i faced with a problem, i will do some googling. I read that including the below in the .htaccess file in the wp-admin directory. Problem is when i tried to put a file in the directory using filezilla, it says i do not have permission. Weird. Why do i not have permission over wp files/directories? Can anyone help?

    <IfModule mod_security.c>
    SecFilterEngine Off
    SecFilterScanPOST Off
    SecFilterInheritance Off
    </IfModule>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Troubleshoting for Internal Error 500 help needed!’ is closed to new replies.