Anybody who knows about os commerce

Im trying to but i keep getting this ****ing stupid message:

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

HOW THE **** do i enable it when i cant even see that file.

OSC has to be the biggest pos software I have ever used.
 
Im trying to but i keep getting this ****ing stupid message:

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

HOW THE **** do i enable it when i cant even see that file.

OSC has to be the biggest pos software I have ever used.

enable register_globals if you have access to the server. failing that get your host to enable it. I thought that register_globals was obsolete. hope that helps:)
 
If you're using Apache you can set php variables in your .htaccess file:

Code:
php_flag register_globals on

As mentioned above this is now obsolete. I would try to find a way around it.
 
Back
Top Bottom