Previous Next

Thread: HTTP error 500.0 after Debugging on eclipse

Last post 05-01-2008 12:15 PM by ruslany. 3 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (4 items)

Sort Posts:

  • 05-01-2008, 5:20 AM

    HTTP error 500.0 after Debugging on eclipse

    installed Windows server 2008, IIS7, Zend Debugger, PHPBB 3.0.1, eclipse , PHP 5.2.5

    i try fastcgi and ISAPI to run PHP

    However, both gave me the same error ONLY DOING debug

    (the eclipse have no problem to do debugging)

    1) Cannot debug longer than 1 min - time out

    Http error 500.0 - Internal Server error

    c:\inetpub\php\php-cgi.exe - The FastCGI process exceeded configured activity timeout

    timeout

    2) debug and resume in the debugging in 1 sec

    Http error 500.0 - Internal Server error

    There is a problem with the resource you are looking form so it cannot be displayed

    problem

     

    On Brower Output, there show the php is working

    php_OK

    So, what is the problem, what should i do ????????????????

  • 05-01-2008, 9:52 AM In reply to

    • ruslany
    • Top 25 Contributor
    • Joined on 07-01-2007, 3:38 PM
    • Redmond, WA
    • Posts 154

    Re: HTTP error 500.0 after Debugging on eclipse

    This error may happen when the response headers set in PHP script are malformed. Check if your script sets any headers (header() function).

    http://ruslany.net
  • 05-01-2008, 10:46 AM In reply to

    Re: HTTP error 500.0 after Debugging on eclipse

    yes

    phpbb use

    // Output page

    page_header($user->lang['INDEX']);

     

    $template->set_filenames(array('body' => 'index_body.html')

    );

     

    page_footer();

    //Output end

    what is the problem of this header function?? , it is working fine using Apache

    (v___v)

     

  • 05-01-2008, 12:15 PM In reply to

    • ruslany
    • Top 25 Contributor
    • Joined on 07-01-2007, 3:38 PM
    • Redmond, WA
    • Posts 154

    Re: HTTP error 500.0 after Debugging on eclipse

    I do not think that the problem is in phpbb code. It looks like the debugger response is causing FastCGI to fail.

    http://ruslany.net
Page 1 of 1 (4 items)
Page view counter