Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

n00bie problems


decadude

Recommended Posts

Posted

Server Requirement Error: register_globals is disabled in your PHP configuration. This can be enabled in your php.ini configuration file or in the .htaccess file in your catalog directory.

 

i have checked my .htaccess file as well as the php.ini which i have both and i have enabled the register_globals in both so i am clueless at this point

 

i am trying to install a free template i found off the internet.

Posted
Server Requirement Error: register_globals is disabled in your PHP configuration. This can be enabled in your php.ini configuration file or in the .htaccess file in your catalog directory.

 

i have checked my .htaccess file as well as the php.ini which i have both and i have enabled the register_globals in both so i am clueless at this point

 

i am trying to install a free template i found off the internet.

 

Open your Notepad

 

copy and paste the two line below

 

register_globals = On

safe_mode = Off

 

save the file as "php.ini" including the quote marks

 

upload to your server in the top level category so if you call you index.php like www.yourstore.com place the file inside your public_html [linux] or htdocs [windows].

If you call it by www.yourstore.com/catalog then place it inside the catalog folder.

you may need to place one in your admin too.

 

Alternatively get an up to date version of OSC.

 

Regards

Nic

Sometimes you're the dog and sometimes the lamp post

[/url]

My Contributions

Archived

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

×
×
  • Create New...