[Message Prev][Message
Next][Thread Prev][Thread Next][Message
Index][Thread Index]
Re: website help
- Subject: Re: website help
- From: Ian Lowe
- Date: Wed, 21 May 2003 15:17:00 +0000
Try this Tony:
go into php.ini and change the line:
error_reporting = E_ALL & E_NOTICE
to
;error_reporting = E_ALL & E_NOTICE
and
;error_reporting = E_ALL & ~E_NOTICE
to
error_reporting = E_ALL & ~E_NOTICE
or if those lines aren't there, change
error_reporting = E_ALL
to
error_reporting = E_ALL & ~E_NOTICE
xPL Main Index |
xPL Thread Index |
xPL Home |
Archives Home
|