Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

register_globals is disabled in your PHP.


zkart

Recommended Posts

Hello, today I installing a oscommerce but:

 

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 anybody tell me the steps to see my Oscommerce Page please ?, where is the php.ini configuration file or the .htaccess file in my catalog directory ?

 

 

Thank You.

Link to comment
Share on other sites

Hello, today I installing a oscommerce but:

 

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 anybody tell me the steps to see my Oscommerce Page please ?, where is the php.ini configuration file or the .htaccess file in my catalog directory ?

Thank You.

 

 

Hi

 

the .htaccess file are in catalog directory, in some servers only can see this file in the File Manager of the control panel of hosting, in Cpanel or Plesk, or others.

 

this file are in the pack of osCommerce, see in this file this lines:

 

#<IfModule mod_php4.c>
#  php_value session.use_trans_sid 0
#  php_value register_globals 1
#</IfModule>

 

uncomment the third line:

 

#<IfModule mod_php4.c>
#  php_value session.use_trans_sid 0
php_value register_globals 1
#</IfModule>

 

 

that could be change the register globals to On

Link to comment
Share on other sites

Hi

 

the .htaccess file are in catalog directory, in some servers only can see this file in the File Manager of the control panel of hosting, in Cpanel or Plesk, or others.

 

this file are in the pack of osCommerce, see in this file this lines:

 

#<IfModule mod_php4.c>
#  php_value session.use_trans_sid 0
#  php_value register_globals 1
#</IfModule>

 

uncomment the third line:

 

#<IfModule mod_php4.c>
#  php_value session.use_trans_sid 0
php_value register_globals 1
#</IfModule>

that could be change the register globals to On

 

 

Hello, I'm going to my admin > .htaccess2 and make this (But nothing change). I Can't See my page. In my anothers .htaccess not have a :

 

#<IfModule mod_php4.c>

# php_value session.use_trans_sid 0

# php_value register_globals 1

#</IfModule>

 

I only have this in my .htaccess2 and make this change:

 

#<IfModule mod_php4.c>

# php_value session.use_trans_sid 0

php_value register_globals 1

#</IfModule>

 

But Nothing Change

 

 

Somebody Help Mee !

 

 

Thank You.

Link to comment
Share on other sites

Hello, I'm going to my admin > .htaccess2 and make this (But nothing change). I Can't See my page. In my anothers .htaccess not have a :

 

#<IfModule mod_php4.c>

# php_value session.use_trans_sid 0

# php_value register_globals 1

#</IfModule>

 

I only have this in my .htaccess2 and make this change:

 

#<IfModule mod_php4.c>

# php_value session.use_trans_sid 0

php_value register_globals 1

#</IfModule>

 

But Nothing Change

Somebody Help Mee !

Thank You.

 

 

Hi

 

in that case create that file and add this:

 

php_value register_globals 1

 

you could create that file with notepad and save with the name htaccess.txt

then upload it to the server into your catalog file with a FTP program

in the server rename that file to: .htaccess

Link to comment
Share on other sites

That worked just fine with me!!!!!!!!!!!

thanks man :P

 

 

Hi

 

the .htaccess file are in catalog directory, in some servers only can see this file in the File Manager of the control panel of hosting, in Cpanel or Plesk, or others.

 

this file are in the pack of osCommerce, see in this file this lines:

 

#<IfModule mod_php4.c>
#  php_value session.use_trans_sid 0
#  php_value register_globals 1
#</IfModule>

 

uncomment the third line:

 

#<IfModule mod_php4.c>
#  php_value session.use_trans_sid 0
php_value register_globals 1
#</IfModule>

that could be change the register globals to On

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...