Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Installation problem


Igge

Recommended Posts

Posted

First I want to say that I am a total noob when it comes to php/sql.

 

When I install eCommerce on my webserver i get this error:

 

Warning: ini_get() has been disabled for security reasons in application_top.php on line 22

FATAL ERROR: register_globals is disabled in php.ini, please enable it!

 

However, when I install it on my local server(my computer) i dont get any errors. I also checked my php.ini and register_globals was on.

 

Any help is appreciated.

Thanx

Posted

It sounds like PHP is running in safe mode on your server.

 

The easiest way around the register_globals message is to edit your .htaccess file in your public_html folder to add:

php_flag register_globals on

"Great spirits have always found violent opposition from mediocre minds. The latter cannot understand it when a man does not thoughtlessly submit to hereditary prejudices but honestly and courageously uses his intelligence." - A. Einstein

Archived

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

×
×
  • Create New...