Zen Cart Logo
Forums / Installing on a Mac Server / 500 internal server error on xampp

500 internal server error on xampp

Locked

Views: 19,780

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
15 Jan 2009, 3:55 AM
#1
ivanhaynes avatar

ivanhaynes

New Zenner

Join Date:
Jan 2009
Posts:
1
Plugin Contributions:
0

500 internal server error on xampp

Hi everyone,
i just started using both xampp and zencart and i have followed all the installation prompts and have created my database.

i have checked usernames and password and everything seems to be fine but when i try and get into the admin side of the site i always get the message:

500 internal server error

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

Please contact the server administrator, [email protected] 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.

also the css isnt working but that is a side issue.

any help would be awesome

Cheers

17 Jan 2009, 1:20 PM
#2
rstevenson avatar

rstevenson

Totally Zenned

Join Date:
Nov 2006
Location:
Dartmouth, NS Canada
Posts:
2,400
Plugin Contributions:
0

Re: 500 internal server error on xampp

I've heard that most Mac users find MAMP better than XAMPP, but others say the latter works fine, so let's skip that for the moment.

Have you checked the includes/configure.php file and the admin/includes/configure.php file to make sure the paths are set up properly?

Also, make sure permissions are set according to the install directions on your files and folders.

Finally (gotta say it just to be complete) make sure you've removed the install directory.

HTH

Rob

19 Feb 2009, 5:19 AM
#3
issy avatar

issy

New Zenner

Join Date:
Jan 2006
Posts:
59
Plugin Contributions:
0

Re: 500 internal server error on xampp

ivanhaynes:

Hi everyone,
i just started using both xampp and zencart and i have followed all the installation prompts and have created my database.

i have checked usernames and password and everything seems to be fine but when i try and get into the admin side of the site i always get the message:

500 internal server error

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

Please contact the server administrator, [email protected] 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.

also the css isnt working but that is a side issue.

any help would be awesome

Cheers

I had the problem with install directory not found using XAMPP on a Mac OSX
I had to enable .htaccess support by editing httpd.conf file in /Applications/xampp/etc/httpd.conf:

Change:

AllowOverride AuthConfig

to

AllowOverride All

inside

<Directory /Applications/xampp/xamppfiles/htdocs">
</Directory>

and restart the XAMPP

Happy coding

22 Mar 2009, 1:29 AM
#4
mollycampbell avatar

mollycampbell

New Zenner

Join Date:
Mar 2009
Posts:
9
Plugin Contributions:
0

Re: 500 internal server error on xampp

I'm having the exact same problem - I tried doing what the last poster wrote and it didn't seem to do anything. Has anyone figured out a solution to this?

31 Mar 2009, 3:20 AM
#5
ukrik avatar

ukrik

New Zenner

Join Date:
Feb 2008
Posts:
25
Plugin Contributions:
0

Re: 500 internal server error on xampp

I had the same problem and i fixed it by giving permission to admin folder, in my case "755".

OWNER: read, write, execute
GROUP: read, execute
PUBLIC: read, execute

hope it helps