dongmeng1875 2011-03-04 22:21
浏览 21

Zend Framework:如何为所有模块设置_one_默认错误处理程序?

I created several modules. And added follow options in application.ini:

resources.frontController.plugins.ErrorHandler.class = Zend_Controller_Plugin_ErrorHandler
resources.frontController.plugins.ErrorHandler.options.module = default
resources.frontController.plugins.ErrorHandler.options.controller = error
resources.frontController.plugins.ErrorHandler.options.action = error

Everything was working until I set up modules.

I added resources.modules[] = "" in application.ini to make the model work. And added boostrap for each module.

After that the default error handler doesn't work. And zend requires the modules' error handler. If I delete the option resources.modules[] = "" then it works again.

I tried to place option resources.modules[] = "" after and befor overhead options, but the result is the same.

  • 写回答

1条回答 默认 最新

  • drt5813 2011-04-09 07:08
    关注

    Have you set your module directory correctly? Like this:

    resources.frontController.moduleDirectory = APPLICATION_PATH "/modules"
    resources.modules[] = 
    

    And in your bootstrap, you ought to have something like the following:

    protected function _initModules()
    {
        $front = Zend_Controller_Front::getInstance();
        $front->addModuleDirectory('../application/modules');
    }
    

    Those pieces of code made my global error controller function correctly, across all modules.

    评论

报告相同问题?

悬赏问题

  • ¥15 Python中的request,如何使用ssr节点,通过代理requests网页。本人在泰国,需要用大陆ip才能玩网页游戏,合法合规。
  • ¥100 为什么这个恒流源电路不能恒流?
  • ¥15 有偿求跨组件数据流路径图
  • ¥15 写一个方法checkPerson,入参实体类Person,出参布尔值
  • ¥15 我想咨询一下路面纹理三维点云数据处理的一些问题,上传的坐标文件里是怎么对无序点进行编号的,以及xy坐标在处理的时候是进行整体模型分片处理的吗
  • ¥15 CSAPPattacklab
  • ¥15 一直显示正在等待HID—ISP
  • ¥15 Python turtle 画图
  • ¥15 stm32开发clion时遇到的编译问题
  • ¥15 lna设计 源简并电感型共源放大器