Ewebonline Posted November 9, 2005 Share Posted November 9, 2005 Can anyone help me to resolve this: FATAL ERROR: register_globals is disabled in php.ini, please enable it! How do i do this. Thanks. Link to comment Share on other sites More sharing options...
clive Posted November 11, 2005 Share Posted November 11, 2005 Can anyone help me to resolve this: FATAL ERROR: register_globals is disabled in php.ini, please enable it! How do i do this. Thanks. Go to [on linux] etc/php.ini and turn register_globals to On Link to comment Share on other sites More sharing options...
kkhipple Posted November 11, 2005 Share Posted November 11, 2005 Go to [on linux] etc/php.ini and turn register_globals to On having register_globals turned on is not for security / misuse reasonse @ http://ca.php.net/register_globals consider using the following patch / contribution instead -- register globals patch files @ http://www.oscommerce.com/community/contributions,2957/ Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.