Forums / General / Document Contains No Data

Document Contains No Data

Author Message

Deane Barker

Thursday 06 October 2005 12:10:20 pm

Is anyone else having problems with "Document contains no data" errors on Windows installations?

We can no longer get eZ to run on Windows (with Xampp: Apache2, MySQL 4.1). This just happened with the most recent releases (I just tried it with 3.7RC1 on PHP4.4 today).

You simply cannot access either the public or the admin sides -- the server just hangs up and Firefox spits back "Document contains no data."

I did some reduimentary debugging and determined that it's coming out of the module result. It was trying to take the "login" action on the "user" module when it throws the error.

We've noted this behavior on multiple systems now.

Łukasz Serwatka

Thursday 06 October 2005 12:36:17 pm

Xampp uses Zend Optimizer, try to disable it in php.ini, then try one again.

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

Deane Barker

Thursday 06 October 2005 12:48:47 pm

Yes, that was it exactly. Thank you.

This just happened with the latest versions.

Łukasz Serwatka

Thursday 06 October 2005 12:55:40 pm

With installed Zend Optimizer, compiling eZ publish templates takes a lot of memory and CPU resources on Windows platform. So PHP parser "die" before send data to web broswer. I suggest keep disabled Zend Optimizer and use eAccelerator for example.

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog