Thread: Blank Page =(
View Single Post
Old 03-08-2008, 06:48 PM   #5 (permalink)
Salathe
Moderateur
RegEx Guru PHP Guru Top Contributor Advanced Programmer 
 
Salathe's Avatar
 
Join Date: Apr 2007
Posts: 1,393
Thanks: 5
Salathe is on a distinguished road
Default

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).
Salathe is offline  
Reply With Quote