[Message Prev][Message
Next][Thread Prev][Thread Next][Message
Index][Thread Index]
RE: website help
- Subject: RE: website help
- From: Tony T
- Date: Wed, 21 May 2003 15:25:00 +0000
Thanks Ian,
That's a lot better than my solution.
And looking at the comments in php.ini it was another case of me learning
to
RTFM...
Thanks
Tony
> 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
|