FATAL ERROR: register_globals is disabled in php.ini, please enable it

Discussion in 'Installation/Configuration' started by wvsailor, Sep 19, 2006.

  1. wvsailor

    wvsailor New Member

    Installed ispConfig on FC5, good install! Excellent instructions and tutorials!

    Now I'm trying to install osCommerce, and I received the following error:

    FATAL ERROR: register_globals is disabled in php.ini, please enable it! :mad:

    I checked the site settings, php is enabled in the site, and I even checked php.ini and register globals is ON.

    Any help would be greatly appreciated!
    Jim
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    In which php.ini file did you enable register_globals? There are 3 files. Did you restart your apache webserver?
     
  3. wvsailor

    wvsailor New Member

    php.ini

    I'm not sure which php.ini I should edit (or where they are). Is it possible to only make the changes specifically for each site that is hosted or would it effect ALL sites? There are several changes I have to make for osCommerce (at least the install) to work properly.
    Thanks in advance!
    Best regards!
    Jim
     
  4. falko

    falko Super Moderator Howtoforge Staff

  5. sjau

    sjau Local Meanie Moderator

    you could create a .htaccess and enable register_globals just for that site:

    Code:
    php_admin_value safe_mode Off
    
     

Share This Page