0

I have never used zend framework before today. Though I know PHP my client gave this site to me which seems to be stuck.

I can't figure out what is wrong here. I tried these-

  • I have enabled error reporting and writing some junk code on index.php shows some error to prove it. but I still dont see anything.

  • Server has Zendguard enabled

  • On the index.php file everything works to the point of this function,

$application->bootstrap()->run();

can anyone give me a pointer , what could possibly cause this white screen of death? or at least show me where to look next?

4

1 回答 1

0

打开youapp/application/configs/application.ini

[production]在和[development : production]阶段中找到此行

phpSettings.display_startup_errors = 0
phpSettings.display_errors = 0
resources.frontController.params.displayExceptions = 0

并更改01现在再试一次..

于 2014-11-04T10:29:53.963 回答