[thelist] The document contained no data

Keith cache at dowebs.com
Tue Jul 10 19:07:51 CDT 2001


> The document contained no data
> 

It means just what is says Algian, the server is returning nothing, no 
bytes, no data, nada. Your server administrator is correct, there is a 
problem in your code. 

Since this happens only on occasion this probably means that 
occasionally some essential variable or array is coming up empty, 
causing the script to fail. Since you seem to be doing DB lookups 
the problem is probably a lookup that is returning an empty value, 
especially if that value is a conditional for a later action. Or just as 
bad, returning with something in the value that is an illegal, or line 
breaking, character that will cause the script to fail in a later 
process.

Think in terms of a lookup that can extend it's logic beyond the 
confines of your DB and you'll probably find it..

keith
cache at dowebs.com
WebSitePad.com  
edit and manage your site from your browser




More information about the thelist mailing list