Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

install error register globals disabled?


kidwired

Recommended Posts

I'm using snapshot as of 4/6 and copied up admin and catalog, set permissions on configure files and go to url/catalog/install then get this message.

FATAL ERROR: register_globals is disabled in

php.ini, please enable it!

 

I have no idea what that is, anyone?

Link to comment
Share on other sites

  • 4 weeks later...

I checked and found that register_globals is On, and restarted httpd, but still get the error.

 

Quick note: I tarballed an installation from one server and moved it to mine for testing, and reconfigured the config scripts to work with the new paths and DocRoot, but I never ran the "install". Would that break anything, or did I miss a configuration setting somewhere? Thanks.

Link to comment
Share on other sites

  • 2 years later...

hi kidwired

 

i dont no about your computer,if you use apache server

go to your apache config file

type just this

<VirtualHost *>

ServerName www.yourname.com

DocumentRoot "C:\Program Files\xampp\htdocs\oscommerce-2.2ms2-051113\catalog"

php_value register_globals "on"

</VirtualHost>

IT DONE

here i use xammp softwere

you can also use it

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...