Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

just uplaod files but cant get it to work


mutlyx

Recommended Posts

i have just uplaod all the files to my sever but when i go to mysite/shop/install/install.php

 

i get this

 

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

 

 

how do i fix this

 

thank you

Link to comment
Share on other sites

i have just uplaod all the files to my sever but when i go to mysite/shop/install/install.php

 

i get this

 

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

how do i fix this

 

thank you

 

This is a very common error and it can depend on your host as to how to solve it. Probably the easiest way is to create a file in notepad that contains the text

 

register_globals = On

 

Then save it as php.ini and upload it to your root directory. If that doesn't work try also putting the file in your catalog folder you could also try the text

 

register_globals = 1

 

Hope that helps.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...