View Single Post
Old 07-28-2004, 09:54 AM   #2 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,544
sde is on a distinguished road
Hi Charlie,

Locate your php.ini file and modify the line below: ( usually /etc/php4/php.ini )
Code:
error_reporting  =  E_ALL & ~E_NOTICE
it is also pretty common to turn register globals to on. ( just not as secure )
Code:
register_globals On
once you make the change(s), restart apache and try it again.
__________________
Mike
sde is offline   Reply With Quote