我从一个基于窗户的服务器把一个相对简单的ZF仪器移至一个轴心服务器,并正对以下致命错误进行检索:
Fatal error: Uncaught exception Zend_Loader_PluginLoader_Exception with message Plugin by name SiteDetail was not found in the registry; used paths: Zend_View_Helper_: Zend/View/Helper/:/home/yourfran/public_html/cus页: 1mcu页: 1ut/application/views/helpers/ in /usr/etc/Zend/library/Zend/Loader/PluginLoader.php:412 Stack trace: #0 /usr/etc/Zend/library/Zend/View/Abstract.php(1182): Zend_Loader_PluginLoader->load( SiteDetail ) #1 /usr/etc/Zend/library/Zend/View/Abstract.php(618): Zend_View_Abstract->_getPlugin( helper , siteDetail ) #2 /usr/etc/Zend/library/Zend/View/Abstract.php(344): Zend_View_Abstract->getHelper( siteDetail ) #3 /home/yourfran/public_html/cus页: 1mcu页: 1ut/application/layouts/scripts/layout.phtml(28): Zend_View_Abstract->__call( siteDetail , Array) #4 /home/yourfran/public_html/cus页: 1mcu页: 1ut/application/layouts/scripts/layout.phtml(28): Zend_View->siteDetail() #5 /usr/etc/Zend/library/Zend/View.php(108): include( /home/yourfran/... ) #6 /usr/etc/Zend/library/Zend/View/Abstract.php(888): Zend_View->_run( /hom in /usr/etc/Zend/library/Zend/Controller/Plugin/Broker.php on line 336
我有一位称为“现场尾料”的助推器,但我法典中没有任何地方把它称作SiteDetail,只有下级的
感谢任何帮助。
最新资料:
第28条线,布局。
<h1><?php echo $this->escape($this->siteDetail()->title); ?></h1>
FIXED: [HOW ? Like this..]
我认为帮助者(Sitedetail.php) 一
public function siteDetail()
页: 1
public function Sitedetail()
接着,我就做了发言。 页: 1
<h1><?php echo $this->escape($this->siteDetail()->title); ?></h1>
<p><?php echo $this->escape($this->siteDetail()->strapline); ?></p>
页: 1
<h1><?php echo $this->escape($this->Sitedetail()->title); ?></h1>
<p><?php echo $this->escape($this->Sitedetail()->strapline); ?></p>