View Single Post
Old
  (#2 (permalink))
paley
Registered User
paley is on a distinguished road
 
Status: Offline
Posts: 5
Join Date: Jan 2007
Location: Ohio, USA
Rep Power: 0
02-22-2007, 08:18 AM

Quote:
Originally Posted by bwit View Post
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
   
Reply With Quote