Internal Server Error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • superfly
    Member
    • Mar 2004
    • 80

    #1

    Internal Server Error

    I get internal server error (500) on one of my domains.. fov-irc.org. The webmaster cant exactly tell me what he has been doing, he just told me to fix it. This is error_log:

    ------------------
    [20-Jun-2004 15:41:23] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/fovirc/public_html/index.php:8) in /home/fovirc/public_html/counter.php on line 55
    [22-Jun-2004 07:54:26] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/fovirc/public_html/login.php:13) in /home/fovirc/public_html/login.php on line 80
    [23-Jun-2004 14:33:13] PHP Warning: main(http://www.fov-irc.org/pool/): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
    in /home/fovirc/public_html/index.php on line 137
    [23-Jun-2004 14:33:13] PHP Warning: main(): Failed opening 'http://www.fov-irc.org/pool/' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/fovirc/public_html/index.php on line 137
    ------------------

    I don't really know what could be the problem here... is there anyting else I should be looking at?
    Last edited by superfly; 06-24-2004, 08:34 AM.
  • mkraai
    Junior Member
    • Mar 2004
    • 21

    #2
    Originally posted by superfly
    [23-Jun-2004 14:33:13] PHP Warning: main(http://www.fov-irc.org/pool/): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
    in /home/fovirc/public_html/index.php on line 137
    [23-Jun-2004 14:33:13] PHP Warning: main(): Failed opening 'http://www.fov-irc.org/pool/' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/fovirc/public_html/index.php on line 137
    Does your script have an include('http://www.fov-irc.org/pool/')? If so, there should be a specific file, and I don't think you should be using http to include a local file.

    Perhaps it should be include('pool/some-file.php').
    Last edited by mkraai; 07-28-2004, 12:49 PM.
    “Make everything as simple as possible, but not simpler.”
    — Albert Einstein

    “A designer knows he has achieved perfection not when there is nothing left to add, but when there is nothing left to take away.”
    — Antoine de Saint-Exupéry

    Comment

    • superfly
      Member
      • Mar 2004
      • 80

      #3
      I know, the webmaster put some funny php coding into index.php... I removed it but I keep getting Int. server error..

      Comment

      • superfly
        Member
        • Mar 2004
        • 80

        #4
        aah, silly me, didnt check the permissions. the world had no read permissions. =) works now, thx

        Comment

        Working...