Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

PHP.ini


FinbarReilly

Recommended Posts

Posted

This is my current error trying to install:

 

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.

 

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

 

The file in question reads:

 

"Default",0957681

 

I got this right after changing my .htacces from

 

#<IfModule mod_php4.c>

#php_value session.use_trans_sid 0

#php_value register_globals 1

#<IfModule>

 

to

 

<IfModule mod_php5.c>

#php_value session.use_trans_sid 0

php_value register_globals 1

<IfModule>

 

Has anyone encountered this error, and know how to correct it?

 

Thanks!

FR

Posted

5gigs is a free hosting company. Even if you have access to a local php.ini it is likely that it won't be able to overwrite the main php.ini file for the server - in which case editing your php.ini file will make no difference. Also, if PHP is running in High Security mode (jailed cgi) then turning it on via .htaccess will make no difference.

 

Vger

Archived

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

×
×
  • Create New...