Results 1 to 4 of 4
  1. #1
    Join Date
    Dec 2010
    Posts
    4
    Plugin Contributions
    0

    Default HTTP 500 Internal Server Error

    Hi,

    I've installed Zen Cart 1.3.8 on my local server. Installation was successful but when I try to load the site it returns "HTTP 500 Internal Server Error"
    myDEBUG-xxxxxxx.log contains following:
    --------------------------------------------------------------------
    PHP Deprecated: Function ereg() is deprecated in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\cvetnobiju\includes\classes\db\mysql\query_factory.p hp on line 139
    ---------------------------------------------------------------------
    139 if (!ereg('^[0-9]', $key)) {
    140 $obj->result[$zp_ii][$key] = $value;
    141 }

    Could you help?

    Apache server ver. 2.2.17
    PHP ver. 5.3.3
    MySQL ver. 5.1.52

    Thanks

  2. #2
    Join Date
    Sep 2005
    Location
    Austria
    Posts
    53
    Plugin Contributions
    0

    Default Re: HTTP 500 Internal Server Error

    Zen-Cart 1.3.8 is not compatible with PHP 5.3
    Install the current version 1.3.9h

  3. #3
    Join Date
    Dec 2010
    Posts
    4
    Plugin Contributions
    0

    Default Re: HTTP 500 Internal Server Error

    Thanks a lot!

  4. #4
    Join Date
    Nov 2004
    Location
    Norfolk, United Kingdom
    Posts
    3,102
    Plugin Contributions
    2

    Default Re: HTTP 500 Internal Server Error

    Also, as of PHP 5.3.3 the server php.ini file (in a default installation) tries to force the use of cookies to contain session data. You need to find this line in your main php.ini file:

    session.use_only_cookies = 1

    and comment it out, like so:

    ; session.use_only_cookies = 1

    Then restart the server.

    Vger

 

 

Similar Threads

  1. HTTP 500 Internal Server Error after completed transaction (GoDaddy hosting)
    By xparm in forum PayPal Express Checkout support
    Replies: 13
    Last Post: 3 Dec 2010, 04:36 PM
  2. Replies: 1
    Last Post: 23 Sep 2010, 09:55 PM
  3. HTTP Error 500.0 - Internal Server Error
    By luther in forum Installing on a Windows Server
    Replies: 5
    Last Post: 2 Nov 2009, 08:05 AM
  4. HTTP 500 internal server error
    By YvonneK in forum Basic Configuration
    Replies: 1
    Last Post: 31 Aug 2009, 01:52 PM
  5. grrrrrr HTTP 500 Internal Server Error
    By RichardKletty in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 14 Oct 2008, 02:12 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
  •