06-03-2011, 01:46 AM
Hi
try to update your php.ini with this
doudoux
try to update your php.ini with this
Code:
error_reporting = E_ALL & ~E_NOTICE ; Show all errors except for notices
display_errors = Off ; Print out errors (as a part of the output)
doudoux