Re: [PHP] Error Message - Need help troubleshooting
[email protected] (Rene Veerman)
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
k, add <?php error_reporting(0); ?> to your script, to prevent the error from showing. On Tue, Mar 2, 2010 at 2:38 PM, Rick Dwyer <[email protected]> wrote: > On Mar 2, 2010, at 12:31 AM, Rene Veerman wrote: >> does the script itself ever fail, asides from showing this msg? > > No it works fine. The most annoying thing in making it difficult to to > troubleshoot is this message does not always appear.