Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

register globals error


Genom

Recommended Posts

but I dont know my path to php.ini didnt see it in my public html

 

 

well then I guess you did not read the thread I sent you.

 

 

You need to create your own ini file.

Once you do this - it will take precedence over your server initialed ini file.

Link to comment
Share on other sites

btw I talked to the server administrator this is what they told me

php has been upgraded to php 4.4.4 and register globals has been set to off

due to serious php security flaw.

See http://www.php.net/register_globals

It seems your script needs register globals on.

This is not good script practice

Please adjust your code not to use register globals

You can refer http://onaje.com/php/article.php4/31

 

what do I need to do now?

how can I do that my script wont use register globals?

Link to comment
Share on other sites

btw I talked to the server administrator this is what they told me

php has been upgraded to php 4.4.4 and register globals has been set to off

due to serious php security flaw.

See http://www.php.net/register_globals

It seems your script needs register globals on.

This is not good script practice

Please adjust your code not to use register globals

You can refer http://onaje.com/php/article.php4/31

 

what do I need to do now?

how can I do that my script wont use register globals?

 

Create your own php.ini file and turn the global variable to ON.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...