Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to solve register_globals problem


megnath

Recommended Posts

Hi I am wondering someone could help me out.

I am trying to install oscommerce in my website.

I know that in my web server the register_globals is disabled.

I had a chat with them but they said it can?t be enabled due to security reasons.

 

When I try to install it I gives me error message

 

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

 

I tried with the option as it is in knowledge base

http://www.oscommerce.info/kb/osCommerce/G..._and_Tricks/249

 

But still I get the same error .

 

 

Mega

Link to comment
Share on other sites

Hi I am wondering someone could help me out.

I am trying to install oscommerce in my website.

I know that in my web server the register_globals is disabled.

I had a chat with them but they said it can?t be enabled due to security reasons.

 

When I try to install it I gives me error message

 

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

 

I tried with the option as it is in knowledge base

http://www.oscommerce.info/kb/osCommerce/G..._and_Tricks/249

 

But still I get the same error .

Mega

 

You could try adding

 

php_flag register_globals On

 

to your .htaccess file

 

If that fails you seem to only have two options left.

 

Apply the Register Globals patch or get a new host.

 

Long term and if you intend to do any major mods to the store your best bet is to get a new host.

 

HTH,

Iggy

Everything's funny but nothing's a joke...

Link to comment
Share on other sites

You could try adding

 

php_flag register_globals On

 

to your .htaccess file

 

If that fails you seem to only have two options left.

 

Apply the Register Globals patch or get a new host.

 

Long term and if you intend to do any major mods to the store your best bet is to get a new host.

 

HTH,

Iggy

 

 

 

Hi thanks for your reply!!!!!!!!!!!!!!!!!!!

 

Thanks so much........................................

 

The patch worked....................

 

Thanks Mr HTH Iggy

 

mega

Link to comment
Share on other sites

You could try adding

 

php_flag register_globals On

 

to your .htaccess file

 

If that fails you seem to only have two options left.

 

Apply the Register Globals patch or get a new host.

 

Long term and if you intend to do any major mods to the store your best bet is to get a new host.

 

HTH,

Iggy

 

There's a third option...

 

Trash this bug-riddled headache.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...