Results 1 to 7 of 7

Thread: 500 Internal Server Error error

  1. #1
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default 500 Internal Server Error error

    500 Internal Server Error error

    If you uploaded Dolphin 5.5, check the .htaccess supplied in the Dolphin zip file.

    The command:

    php_flag register_globals Off

    Is not allowed in a PHPSuExec environment - and it is not needed anyways, as we already have register_globals disabled.

    Delete this file, or edit and remove that command.

    ---

    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, webmaster@yoursite.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
    Last edited by Smoge; 09-19-2010 at 04:55 AM.
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

  2. #2
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    I added a check to some GPLdate beta code that checks for register_globals being on during the install. Perhaps better than including the .htaccess file that will cause an error on a fair number of servers out there - more and more hosting companies are using PHPSuExec these days.

    Smoge
    Attached Images Attached Images
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

  3. #3
    slink
    Guest

    Default

    Here's another way - I copied out the requireonce portion in the php file linked in the .htaccess and included /index.php in addition to just the / for the root directory. That worked. This is a serious bug and I cannot understand how anyone can install this properly and get it to work as is. Makes me wonder if anyone tested it and quality control there.

  4. #4
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    I have been uploading a installer (/install/index.php) for the dolphin releases that supports PHPSuExec into the bug fixing forums... you can find and download the file there.

    http://www.modmysite.com/bugs-fixes/

    5.6.4's is here:

    phpSuExec Installer

    Smoge



    Quote Originally Posted by Smoge
    I added a check to some GPLdate beta code that checks for register_globals being on during the install. Perhaps better than including the .htaccess file that will cause an error on a fair number of servers out there - more and more hosting companies are using PHPSuExec these days.

    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

  5. #5
    angela
    Guest

    Default

    Thanks for explaining this I was wondering what the hell was going on with my site!

  6. #6

    Join Date
    Sep 2008
    Posts
    1

    Exclamation Please help with Dolphin install (server error http 500)

    I am having problem with installation of Dolphin on my own laptop. When i click on the install/index.php it gives me the HTTP server error 500.
    I am able to run the install/exec.php with no problem.
    My environment is : Apache web server 2.2.3 , on windows XP, PHP 5.2.6
    I have checked the core php variables safe_mode off, etc and they seem to be fine as explained in the installation documentation.

    Any help is greatly appreciated.
    Thank you.

  7. #7
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    Could be a few things...

    a) try removing the register_globals line from the .htaccess in the main folder, or comment it out with a #

    b) make sure that your file ownership is ok - this is not normally a problem on windows - but - could be - and anyways - it is better if you run the script on Linux if you can - with a cheap hosting account somewhere if you want - it is more "real world".

    c) check your apache logs for a more detailed error message.

    Maybe do "C" first.

    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. HTTP 500 Internal Server Error (PHP Fatal error)
    By Nitrofish in forum Boonex Dolphin 7
    Replies: 3
    Last Post: 04-28-2010, 08:29 AM
  2. 500 Internal Server Error
    By EHartford in forum Bugs Dolphin 6.1.1
    Replies: 3
    Last Post: 07-20-2008, 12:39 PM
  3. 500 Internal Server Error
    By Shade in forum General Troubleshooting
    Replies: 4
    Last Post: 11-15-2007, 04:48 PM
  4. 500 Internal Server Error
    By Smoge in forum Bugs Dolphin 6.00
    Replies: 0
    Last Post: 09-02-2007, 05:33 AM
  5. Internal Server Error
    By pixelfast in forum General Troubleshooting
    Replies: 3
    Last Post: 05-25-2007, 04:31 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •