mutlyx Posted May 7, 2007 Share Posted May 7, 2007 i have just uplaod all the files to my sever but when i go to mysite/shop/install/install.php i get this FATAL ERROR: register_globals is disabled in php.ini, please enable it! how do i fix this thank you Link to comment Share on other sites More sharing options...
Guest Posted May 7, 2007 Share Posted May 7, 2007 i have just uplaod all the files to my sever but when i go to mysite/shop/install/install.php i get this FATAL ERROR: register_globals is disabled in php.ini, please enable it! how do i fix this thank you This is a very common error and it can depend on your host as to how to solve it. Probably the easiest way is to create a file in notepad that contains the text register_globals = On Then save it as php.ini and upload it to your root directory. If that doesn't work try also putting the file in your catalog folder you could also try the text register_globals = 1 Hope that helps. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.