开发者

Weird zend fw problem that makes me crazy!

There is a problem that I can't resolve. I am developing a project and test on my computer which runs as expected. But when I move the project to testing serve开发者_开发技巧r, which also has Zend Server CE, it gives blank page. Display errors function is ON and I put try catch at the very begining, but it still shows a blank page. When ever I write "exit;" command at the end of related view script, page works normally!

What can couse this problem ?

Thanks


My first guess would be a problem with your include path. That's a very common issue when deploying from one server to another.

But clearly it's some kind of fatal error. I haven't used Zend Server, but in Apache I'd look in the error_log, since any fatal error output ends up there. Does Zend Server have something similar?

...aha, Zend Server seems to have a log, accessed through Monitor > Logs in the admin interface. Try looking in the PHP Error Log for reports of fatal errors.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜