03-08-2008, 06:48 PM
|
#5 (permalink)
|
|
Moderateur
Join Date: Apr 2007
Posts: 1,393
Thanks: 5
|
Firstly when you're debugging, always set an appropriate error_reporting level (I like to report everything). A blank page with a bug is completely useless! I suspect it might be a simple path problem, but without knowing why the file isn't being included we can't offer particularly useful solutions.
Try using error_reporting(E_ALL | E_STRICT).
|
|
|
|