Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

php.ini


vipgraphics

Recommended Posts

I get this erro

 

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.

 

can someone guide me.

 

PLEASE

Link to comment
Share on other sites

Depends on your setup but try adding the following to catalog/.htaccess

 

php_flag register_globals on

Link to comment
Share on other sites

good day to you!

I am also new to OSCommerce and I want to share something that might help you.

 

1. search for the "php.ini" file and locate for the "Register_Globals" variable. if it is off change it to on.

2. you can go to this forum: http://www.oscommerce.com/forums/index.php?showtopic=261867. this is the post i made.

 

good luck to you.

Link to comment
Share on other sites

I get this erro

 

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.

 

can someone guide me.

 

PLEASE

1) go to the c:/windows/php.ini

 

2) Open the file with notepad

 

3) Browse the pages until u find register_global or go to the edit menu and copy and paste register_global to find

 

4) register_global=off and change it to on

 

5) Save the file

 

6) Make the same procedure for the php.ini which is installed in your php directory

Link to comment
Share on other sites

good day to you!

I am also new to OSCommerce and I want to share something that might help you.

 

1. search for the "php.ini" file and locate for the "Register_Globals" variable. if it is off change it to on.

2. you can go to this forum: http://www.oscommerce.com/forums/index.php?showtopic=261867. this is the post i made.

 

good luck to you.

1) go to the c:/windows/php.ini

 

2) Open the file with notepad

 

3) Browse the pages until u find register_global or go to the edit menu and copy and paste register_global to find

 

4) register_global=off and change it to on

 

5) Save the file

 

6) Make the same procedure for the php.ini which is installed in your php directory

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...