Re: Going crazy with include & require not working

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 7 June 2011 04:05, tedd <tedd.sperling@xxxxxxxxx> wrote:
> At 5:50 PM -0700 6/6/11, Brian Dunning wrote:
>>
>> Here's my code:
>>
>> error_reporting(E_ALL);

Not all errors are reported using E_ALL.

Try error_reporting(-1);

Also, check the include files don't then set error_reporting(0) or
something like that.
-- 
Richard Quadling
Twitter : EE : Zend : PHPDoc
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux