Categories

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthoradmin
    • CommentTimeApr 3rd 2008 edited
     

    Registered globals are disabled under the php configuration.

    If you need to enable registered globals for OSCommerce, you may do so by creating a php.ini file and place in the software's installation directory. You can add the following line to this file:

    register_globals = 1
    Typically, scripts such as OSCommerce may require registered globals to be enabled. You can install OSCommerce from the Fantastico control panel. If you encounter this error, place the php.ini file with the above line in both your store directory and admin directory. This should solve the issue.

    We do not foresee that you will need to use this for any other software. If you do, make sure that your software/script is up to date and secure before proceeding with its use or contact us before installation.