adamsegev Posted February 19, 2007 Share Posted February 19, 2007 FATAL ERROR: register_globals is disabled in php.ini, please enable it! I'm a newbie. I installed XAMPP/Apache and switched to php4. Where is this php.ini file? I don't see it anywhere. Adam Link to comment Share on other sites More sharing options...
modulate Posted February 19, 2007 Share Posted February 19, 2007 There is a reg globals contribution, if you want to look there, which will sort it for you. or.. theres making your own php.ini which can carry security issues. Link to comment Share on other sites More sharing options...
Guest Posted February 19, 2007 Share Posted February 19, 2007 FATAL ERROR: register_globals is disabled in php.ini, please enable it! I'm a newbie. I installed XAMPP/Apache and switched to php4. Where is this php.ini file? I don't see it anywhere. Adam make a file called php.ini and in that file put "register_globals = on" and then put that file into the install and admin directory then away u go should work no probs Link to comment Share on other sites More sharing options...
jimus Posted February 19, 2007 Share Posted February 19, 2007 FATAL ERROR: register_globals is disabled in php.ini, please enable it! I'm a newbie. I installed XAMPP/Apache and switched to php4. Where is this php.ini file? I don't see it anywhere. Adam I just resolved this issue, im a also a newb. Apply this patch. http://www.oscommerce.com/community/contri...als+Patch+Files but read the 'README' first. Im working locally, using apache and windows xp. It worked str8 away for me. Link to comment Share on other sites More sharing options...
Guest Posted February 20, 2007 Share Posted February 20, 2007 i have now fixed at looking at the error it is to do with the file permissions set on each file when you set it up i have chaged the file permission of the main index.php to 755 it now works fine with no problems at all Link to comment Share on other sites More sharing options...
upuaut Posted February 21, 2007 Share Posted February 21, 2007 We just disabled register_globals, and I applied the contrib to work with globals off. The catalog works. But the admin interface comes blank. How do I work around this? thanks. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.