TravisV23 Posted March 11, 2004 Share Posted March 11, 2004 I am recieving the following error: FATAL ERROR: register_globals is disabled in php.ini, please enable it! **** Now, I know it sounds like an easy fix, but my register_globals is already enabled!! I'm not quite sure what the problem is since they say they are already on. Anyone know why I'm still recieving that error? Link to comment Share on other sites More sharing options...
TravisV23 Posted March 11, 2004 Author Share Posted March 11, 2004 Alright, I ran a phpinfo.php script and the script states that my globals are off. :blink: The php.ini says that they are on though. Now I'm confused... but it sounds like maybe I need to go to a php forum instead of here. ?? If anyone can still help though... I'd appreciate it. Link to comment Share on other sites More sharing options...
TravisV23 Posted March 11, 2004 Author Share Posted March 11, 2004 I fixed it. It appears that there were 2 php.ini files. I was apparently changing the wrong one. :rolleyes: Once I changed the php.ini in the C:/WINNT folder, everything popped up. :D Link to comment Share on other sites More sharing options...
simaster99 Posted March 20, 2004 Share Posted March 20, 2004 what would you have done next! I HAVE enabled in C:windows ... im using easyphp, but its still enabled. Ive searched the c: for php.ini , and HONESTLY changed them all.... :unsure: thanks in advance! Link to comment Share on other sites More sharing options...
OceanRanch Posted March 20, 2004 Share Posted March 20, 2004 Create a script file like phpinfo.php with the following line. <?php phpinfo(); ?> Then point your browser to run that script. About the 5th line of the output will be Configuration File (php.ini) Path This will show you the full path of the php.ini file that your web server is reading. Make sure you change that to set globals on then you HAVE TO restart your web server. HTH Tom Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.