OGI Posted February 1, 2003 Share Posted February 1, 2003 Hello All, I got this following error message while trying to install OCS: "FATAL ERROR: register_globals is disabled in php.ini, please enable it!." Can you please advice on how to resolve. Thanks, OGI Curiousity kills the cat but not George ;-). Link to comment Share on other sites More sharing options...
burt Posted February 1, 2003 Share Posted February 1, 2003 Like the error says... Set register_globals to on in php.ini. Are you on shared hosting ? If so contact your host, who might do it for you. Link to comment Share on other sites More sharing options...
TB Posted February 1, 2003 Share Posted February 1, 2003 Are you installing your server locally or with a web host? If it's locally, edit your php.ini file to read: (around line 309) register_globals = on If it's with a web host, ask them to change the setting for you. Hope this helps, Tony "The price of success is perseverance. The price of failure comes much cheaper." Link to comment Share on other sites More sharing options...
OGI Posted February 1, 2003 Author Share Posted February 1, 2003 It's me again. When I turned it on I got "FATAL ERROR: register_globals is disabled in php.ini, please enable it!" message. I am in the localhost mode trying to familiarize myself with OCS. OGI Curiousity kills the cat but not George ;-). Link to comment Share on other sites More sharing options...
burt Posted February 1, 2003 Share Posted February 1, 2003 You will need to turn off and then restart the webserver. shutdown -r now Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.