Zen Cart Logo
Forums / Installing on a Linux/Unix Server / Apache 500 error's and PHP errors in log??

Apache 500 error's and PHP errors in log??

Locked

Views: 4,802

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
19 Aug 2009, 10:04 PM
#1
biggen avatar

biggen

New Zenner

Join Date:
Aug 2009
Posts:
2
Plugin Contributions:
0

Apache 500 error's and PHP errors in log??

Well I have been banging my head against the wall trying to figure out what is going on with my Zen Cart installation and have had no luck figuring it out.

Installation of the latest release of Zen went flawlessly. On the initial install page, all items are "Green" execept for one "Yellow" item complaining I am using Mysql 5. Perhaps that is the problem. I finish up the install in a snap and when I try to view my newly created store I get an Apache 500 error message. There is NOTHING in my error logs from Apache telling me what it crapped out on me.

So, then I try to access the Admin site on my Zen Cart. Same thing. Error 500 pops up but this time Apache fills up my error log with this:

[Wed Aug 19 16:55:02 2009] [error] [client 76.73.215.156] PHP Deprecated:  Function ereg() is deprecated in /home/richard/shellport/cart/includes/classes/db/mysql/query_factory.php on line 412
[Wed Aug 19 16:55:02 2009] [error] [client 76.73.215.156] PHP Deprecated:  Function ereg() is deprecated in /home/richard/shellport/cart/includes/classes/db/mysql/query_factory.php on line 412
[Wed Aug 19 16:55:02 2009] [error] [client 76.73.215.156] PHP Deprecated:  Function ereg() is deprecated in /home/richard/shellport/cart/includes/classes/db/mysql/query_factory.php on line 412
[Wed Aug 19 16:55:02 2009] [error] [client 76.73.215.156] PHP Deprecated:  Function ereg() is deprecated in /home/richard/shellport/cart/includes/classes/db/mysql/query_factory.php on line 412
[Wed Aug 19 16:55:02 2009] [error] [client 76.73.215.156] PHP Deprecated:  Function ereg() is deprecated in /home/richard/shellport/cart/includes/classes/db/mysql/query_factory.php on line 412
[Wed Aug 19 16:55:02 2009] [error] [client 76.73.215.156] PHP Deprecated:  Function ereg() is deprecated in /home/richard/shellport/cart/includes/classes/db/mysql/query_factory.php on line 412
[Wed Aug 19 16:55:02 2009] [error] [client 76.73.215.156] PHP Deprecated:  Function ereg() is deprecated in /home/richard/shellport/cart/includes/classes/db/mysql/query_factory.php on line 412
[Wed Aug 19 16:55:02 2009] [error] [client 76.73.215.156] PHP Deprecated:  Function ereg() is deprecated in /home/richard/shellport/cart/includes/classes/db/mysql/query_factory.php on line 412
[Wed Aug 19 16:55:02 2009] [error] [client 76.73.215.156] PHP Deprecated:  Function ereg() is deprecated in /home/richard/shellport/cart/includes/classes/db/mysql/query_factory.php on line 412

AND

root@zen:/home/richard/shellport/cart/includes# [Wed Aug 19 16:55:02 2009] [error] [client 76.73.215.156] PHP Deprecated:  Function ereg() is deprecated in /home/richard/shellport/cart/includes/classes/db/mysql/query_factory.php on line 412
bash: syntax error near unexpected token `('
root@zen:/home/richard/shellport/cart/includes# [Wed Aug 19 16:55:02 2009] [error] [client 76.73.215.156] PHP Deprecated:  Function ereg() is deprecated in /home/richard/shellport/cart/includes/classes/db/mysql/query_factory.php on line 412
bash: syntax error near unexpected token `('
root@zen:/home/richard/shellport/cart/includes# [Wed Aug 19 16:55:02 2009] [error] [client 76.73.215.156] PHP Deprecated:  Function ereg() is deprecated in /home/richard/shellport/cart/includes/classes/db/mysql/query_factory.php on line 412
bash: syntax error near unexpected token `('
root@zen:/home/richard/shellport/cart/includes# [Wed Aug 19 16:55:02 2009] [error] [client 76.73.215.156] PHP Deprecated:  Function ereg() is deprecated in /home/richard/shellport/cart/includes/classes/db/mysql/query_factory.php on line 412
bash: syntax error near unexpected token `('
root@zen:/home/richard/shellport/cart/includes# [Wed Aug 19 16:55:02 2009] [error] [client 76.73.215.156] PHP Deprecated:  Function ereg() is deprecated in /home/richard/shellport/cart/includes/classes/db/mysql/query_factory.php on line 412
bash: syntax error near unexpected token `('
root@zen:/home/richard/shellport/cart/includes# [Wed Aug 19 16:55:02 2009] [error] [client 76.73.215.156] PHP Deprecated:  Function ereg() is deprecated in /home/richard/shellport/cart/includes/classes/db/mysql/query_factory.php on line 412
bash: syntax error near unexpected token `('
root@zen:/home/richard/shellport/cart/includes# [Wed Aug 19 16:55:02 2009] [error] [client 76.73.215.156] PHP Deprecated:  Function ereg() is deprecated in /home/richard/shellport/cart/includes/classes/db/mysql/query_factory.php on line 412
bash: syntax error near unexpected token `('
root@zen:/home/richard/shellport/cart/includes# [Wed Aug 19 16:55:02 2009] [error] [client 76.73.215.156] PHP Deprecated:  Function ereg() is deprecated in /home/richard/shellport/cart/includes/classes/db/mysql/query_factory.php on line 412
bash: syntax error near unexpected token `('
root@zen:/home/richard/shellport/cart/includes# [Wed Aug 19 16:55:02 2009] [error] [client 76.73.215.156] PHP Deprecated:  Function ereg() is deprecated in /home/richard/shellport/cart/includes/classes/db/mysql/query_factory.php on line 412

So, I don't get it. I have other things on my server that depend upon PHP and I have ZERO problems with them working.

I have downloaded Zen Cart twice thinking I might have gotten a corrupted download but that didn't fix anything.

Any Ideas?

Rodman

19 Aug 2009, 10:13 PM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Apache 500 error's and PHP errors in log??

You are using PHP 5.3, and Zen Cart v1.3.8a and older is NOT compatible with PHP 5.3. You'll need to use PHP 5.2.x or older until Zen Cart v1.3.9 or higher is released.

19 Aug 2009, 10:17 PM
#3
biggen avatar

biggen

New Zenner

Join Date:
Aug 2009
Posts:
2
Plugin Contributions:
0

Re: Apache 500 error's and PHP errors in log??

DrByte:

You are using PHP 5.3, and Zen Cart v1.3.8a and older is NOT compatible with PHP 5.3. You'll need to use PHP 5.2.x or older until Zen Cart v1.3.9 or higher is released.

Ahh, ok. Well that makes me feel better. Thought I had a screwed up PHP installation. ;)

I guess there is no ETA on a newer version of Zen cart that would support PHP 5.3.x?? Downgrading isn't an option as it might break other things I have running on this server.

19 Aug 2009, 10:38 PM
#4
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Apache 500 error's and PHP errors in log??

No date has been published as yet.