Quote:
Originally Posted by bwit
Hi,
One of my customers's sites, which worked with the old server, will not let him update his site any longer. It's written in PHP.
Also, a new osCommerce install tells me that I need to register globals. I entered 'php_value register_globals 1' into the /public_html/.htaccess, but I now get an Error 500 when I try an access the osCommerce install folder.
Can someone advise how to fix these problems please, as the new PZ Support desk will not send me a confirmation email so that I can ask Jim's guys directly and I am already losing customers. :-(
Thanks.
|
You can create a php.ini file in the directory and add:
register_globals = On
That may work