Page 1 of 1

Document contains no data

Posted: Fri Sep 20, 2002 10:48 am
by nielsene
Lately I've been receiving the document contains no data error message when testing my site. Typically I can debug this by moving die() statements through the code to see where the problem is. Once I get a die in the right place I'm typically rewarded with a regular parse error message. Does anyone know why, this parse error message wouldn't be displayed and I had to search using die() to find it?

Posted: Fri Sep 20, 2002 11:49 am
by Takuma
If you are debugging PHP and run a script that does not print out anything, that error comes up.