0
所以我遇到從Zend框架此錯誤:這個zend框架錯誤有什麼問題?
Fatal error: Uncaught exception
'Zend_Loader_PluginLoader_Exception' with message
'Plugin by name 'FrontUIHelper' was not found in the registry;
used paths: ZendX_JQuery_View_Helper_: ZendX/JQuery/View/Helper/ hlp_:
/home/public_html/application/views/helpers/ Zend_View_Helper_:
Zend/View/Helper/:./views/helpers/:/home/public_html/application/views/helpers/'
in /home/public_html/library/Zend/Loader/PluginLoader.php:412 Stack trace: #0
/home/public_html/library/Zend/View/Abstract.php(1170):
Zend_Loader_PluginLoader->load('FrontUIHelper') #1
/home/public_html/library/Zend/View/Abstract.php(610):
Zend_View_Abstract->_getPlugin('helper', 'frontUIHelper') #2
/home/public_html/library/Zend/View/Abstract.php(336):
Zend_View_Abstract->getHelper('frontUIHelper') #3
/home/public_html/application/layouts/layout.phtml(18):
Zend_View_Abstract->__call('frontUIHelper', Array) #4
/home/public_html/application/layouts/layout.phtml(18):
Zend_View->frontUIHelper() #5
/h in /home/public_html/library/Zend/Loader/PluginLoader.php
on line 412
我在做什麼錯?如何解決這個問題?
在此先感謝
添加一些關於如何添加/調用Zend庫的代碼也可能有幫助。您是否包含了Zend Library的路徑? – 2011-01-20 19:23:06