Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to enable register_globals?


ChristianHepworth

Recommended Posts

Posted

I made a change to the application_top.php, and now have the following message when i try to login to my admin seciton:

 

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.

 

How do i enable register_globals?

Posted
I made a change to the application_top.php, and now have the following message when i try to login to my admin seciton:

 

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.

 

How do i enable register_globals?

 

 

You need to find a file called "php.ini" Search it for the word "globals" make sure the line reads

 

register_globals = On

 

Then copy it to BOTH your catalog and your admin directories.

Just between us, remember there are only 10 kinds of people in the world; those who understand binary and those who don't!!

 

Remember, learning is a "do-it-yourself" experience; although, not necessarily a "do-it-BY-yourself" experience.

 

The quickest way to learn is to forget to BACKUP!

Archived

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

×
×
  • Create New...