Guest Posted January 1, 2007 Share Posted January 1, 2007 When I surf to http://nameofmywebsite.com/install I get FATAL ERROR: register_globals is disabled in php.ini, please enable it! ........................... I found a copy (just one) of php.ini on my server. Searching within it turns up the string "register_globals = ON". So where did that error message come from? Where in the path should php.ini be found? The reason I ask is because it is presently in my website root path ... outside and upstream from the catalog/ path. As you can tell ... I haven't gotten very far before getting stumped. Bill Link to comment Share on other sites More sharing options...
virtuali Posted January 2, 2007 Share Posted January 2, 2007 Hey Bill. I had the same problem. I found the php.ini in the /etc folder of my server. Make sure there is no ; that is making the "register_globals" a comment. Once that is changed you should be ok. Cheers, When I surf tohttp://nameofmywebsite.com/install I get FATAL ERROR: register_globals is disabled in php.ini, please enable it! ........................... I found a copy (just one) of php.ini on my server. Searching within it turns up the string "register_globals = ON". So where did that error message come from? Where in the path should php.ini be found? The reason I ask is because it is presently in my website root path ... outside and upstream from the catalog/ path. As you can tell ... I haven't gotten very far before getting stumped. Bill Link to comment Share on other sites More sharing options...
Guest Posted January 2, 2007 Share Posted January 2, 2007 When I surf tohttp://nameofmywebsite.com/install I get FATAL ERROR: register_globals is disabled in php.ini, please enable it! ........................... I found a copy (just one) of php.ini on my server. Searching within it turns up the string "register_globals = ON". So where did that error message come from? Where in the path should php.ini be found? The reason I ask is because it is presently in my website root path ... outside and upstream from the catalog/ path. As you can tell ... I haven't gotten very far before getting stumped. Bill Another place to look is in the .htaccess files. Also, if the setting is changed in the server file (/etc/php.ini), remember to reboot the server. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.