esthera
02-26-2006, 04:53 PM
I have a php file that has a few include files in it.
One of the inlude file is not showing up at all (but no errors)
there must be errors in the file but because it seems there is no error reporting i'm not seeing them.
I tried setting
error_reporting(E_ERROR | E_CORE_ERROR | E_COMPILE_ERROR);
on top of the inlcude but that didn't work.
where is the right place to put this so that I can see errors and begin to debug??
One of the inlude file is not showing up at all (but no errors)
there must be errors in the file but because it seems there is no error reporting i'm not seeing them.
I tried setting
error_reporting(E_ERROR | E_CORE_ERROR | E_COMPILE_ERROR);
on top of the inlcude but that didn't work.
where is the right place to put this so that I can see errors and begin to debug??