Re: [PHP-XML-DEV] Validating XML
[email protected] (Eamon Reyn) 18 Jun 2004 02:07:31 -0000
| Newsgroups | php.xml.dev |
|---|---|
| Message-ID | <[email protected]> |
Hi Again, As per most things I figured out it was all my fault as I had a rogue php.ini file being loaded now everything works fine except I still get the warnings pop up. I have tried multiple things to stop this but was hoping you would post the Error handling and logging section of your php.ini file unless there is another suggestion you had (could it be an apache thing?). some examples of attempts to stop these warnings: error_reporting = E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR error_reporting = E_ALL & ~E_WARNING & ~E_CORE_WARNING & ~E_COMPILE_WARNING & ~E_USER_WARNING display_errors = Off Thanks for the excellent help so far. Eamon