Quote:
Originally Posted by habby
...I've had a look at both those files hoping it would just say on or off ...
|
You normally need root access to see contents of php.ini so I presume you have a
VPS Hosting or
dedicated server? If you do then search in /usr/lib/php.ini for register_globals = and set to On
If you're on shared hosting and you have .htaccess in your OSCommerce folder, then edit it by adding: php_flag register_globals on — it's probably better to use this method unless you're a reseller and you have other potential OSCommerce users.
EDIT: Just noticed you double-posted this enquiry and it's been answered elsewhere and I made a faux pas on my suggestion for editing .htaccess, which I've since corrected!