hamahfuz Posted December 6, 2009 Share Posted December 6, 2009 FATAL ERROR: register_globals is disabled in php.ini, please enable it! can any one help to how I will fix this problem. In DreamHost's installation of PHP 5, the register_globals directive is disabled (which is actually the default condition); therefore, scripts relying on global variables that are automatically created during the submission of a form will not work as expected. Use the following superglobal array variables to access form (and other) data: $_COOKIE $_GET $_FILES $_POST $_SERVER $_SESSION can any one please guide me to solve the probem, as i want to install oscommerce. Link to comment Share on other sites More sharing options...
FIMBLE Posted December 6, 2009 Share Posted December 6, 2009 if you save the text below as php.ini register_globals = On safe_mode = Off and upload it to your catalog and admin folder it should make the text go. There is also a contribution you can get from the add on area that is more indepth Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions Link to comment Share on other sites More sharing options...
satish Posted December 7, 2009 Share Posted December 7, 2009 Else apply register globals patch. Satish Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.