doukuiqian5345 2015-01-03 21:15
浏览 33
已采纳

Zend Framework错误:未找到资源匹配“Jquery”

I'm facing the following error after I deployed my application to my ubuntu server:

PHP Fatal error:  Uncaught exception 'Zend_Application_Bootstrap_Exception' with message 
'Resource matching "Jquery" not found' in /home/ZendFramework-1.12.7/library/Zend/Application
/Bootstrap/BootstrapAbstract.php:706

I have tested my code on local and it works fine but it does not on the server. I'm using ZendFramework-1.12.7 and I'm not able to figure out what the problem is.

Any help is deeply appreciated.

Update:

My application.ini has the following configuration related to jquery:

resources.Jquery.enable = true
resources.Jquery.ui_enable = true
resources.Jquery.noconflictmode = false
resources.Jquery.render_mode = 255
  • 写回答

2条回答 默认 最新

  • dopmgo4707 2015-01-19 10:57
    关注

    Solved:

    I copied the zend library from my system onto the server and changed the include_path to the new library in php.ini file and everything started working. I think there was some compatibility issues when I used another version of zend library.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?