I installed PHP3, but every time I load a document, I get the message Document Contains No Data! Whats going on here?

0
Posted

I installed PHP3, but every time I load a document, I get the message Document Contains No Data! Whats going on here?

0

This probably means that PHP3 is having some sort of problem and is core-dumping. Look in your server error log to see if this is the case, and then try to reproduce the problem with a small test case. If you know how to use ‘gdb’, it is very helpful when you can provide a backtrace with your bug report to help the developers pinpoint the problem.

Related Questions