Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

500 error


Guest

Recommended Posts

Posted

My website has been working fine for some time now.

 

Out of the blue the website is giving me a 500 Internal Server Error Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.7a mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 mod_perl/2.0.4 Perl/v5.8.8 Server at website.com Port 80

 

any ideas on what I can try or what I need to look at?

Posted
My website has been working fine for some time now.

 

Out of the blue the website is giving me a 500 Internal Server Error Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.7a mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 mod_perl/2.0.4 Perl/v5.8.8 Server at website.com Port 80

 

any ideas on what I can try or what I need to look at?

Try checking your server error log (usually located /var/log/httpd/error_log).

Posted

[Fri Jul 03 06:49:31 2009] [alert] [client xxxxx] /home/xxxx/public_html/.htaccess: Invalid command 'php_flag', perhaps mis-spelled or defined by a module not included in the server configuration

 

in the htaccess its

php_flag register_globals on

Posted
[Fri Jul 03 06:49:31 2009] [alert] [client xxxxx] /home/xxxx/public_html/.htaccess: Invalid command 'php_flag', perhaps mis-spelled or defined by a module not included in the server configuration

 

in the htaccess its

php_flag register_globals on

try to change it to

php_admin_flag register_globals on

Posted

still the same error I am sending the error to the webhost I am sure they did something

Posted
still the same error I am sending the error to the webhost I am sure they did something

It looks like they messed with the "AllowOverride" option in the httpd.conf file.

Posted

If that's not it, did your host upgrade their PHP/Apache installation recently? Perhaps Apache 1.3 to 2.0? Some versions forbid putting PHP settings into the .htaccess file, and require that they be put into a separate php.ini file (slightly different syntax, and may require a line in .htaccess pointing to the php.ini file). Ask your host for details on how to set this up.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...