Genom Posted January 8, 2007 Share Posted January 8, 2007 my shop is ect.vonetwork.com/shop suddenly the shop dont work how can I fix it? Link to comment Share on other sites More sharing options...
davidinottawa Posted January 8, 2007 Share Posted January 8, 2007 my shop is ect.vonetwork.com/shopsuddenly the shop dont work how can I fix it? http://www.oscommerce.com/forums/index.php?sho...mp;#entry984523 Link to comment Share on other sites More sharing options...
Genom Posted January 8, 2007 Author Share Posted January 8, 2007 but I dont know my path to php.ini didnt see it in my public html Link to comment Share on other sites More sharing options...
davidinottawa Posted January 8, 2007 Share Posted January 8, 2007 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 More sharing options...
Genom Posted January 8, 2007 Author Share Posted January 8, 2007 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 More sharing options...
davidinottawa Posted January 8, 2007 Share Posted January 8, 2007 btw I talked to the server administrator this is what they told mephp 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 More sharing options...
Genom Posted January 8, 2007 Author Share Posted January 8, 2007 ok I do this file php.ini with this thing in it? register_globals 1 ? and to put it in the main folder of the shop? Link to comment Share on other sites More sharing options...
davidinottawa Posted January 8, 2007 Share Posted January 8, 2007 ok I do this filephp.ini with this thing in it? register_globals 1 ? and to put it in the main folder of the shop? { grrr } and { sigh } why can't you just read this thread ? http://www.oscommerce.com/forums/index.php?sho...mp;#entry984523 It's all in there. Link to comment Share on other sites More sharing options...
Genom Posted January 8, 2007 Author Share Posted January 8, 2007 I did what they said to put the register globals = on still not working can you help me I am newbie in this stuff please Link to comment Share on other sites More sharing options...
Genom Posted January 8, 2007 Author Share Posted January 8, 2007 nevermind thanks I tried everything now it works thanks I love ya man (but in a good way) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.