English 中文(简体)
Moved my Zend Framework apps fromWindows to Oliver and recieve a Fatal差错: 例外 Zend_Loader_PluginLoader_Exception
原标题:Moved my Zend Framework app from Windows to Linux and recieve a Fatal error: Uncaught exception Zend_Loader_PluginLoader_Exception

我从一个基于窗户的服务器把一个相对简单的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,只有下级的d。

感谢任何帮助。

最新资料:

第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>
最佳回答

几个月前,我也有类似的问题。 正如你指出的那样,问题可能是敏感的问题。 Windows 文档系统不敏感,但最终是短链氯化石蜡。

检查贵助手档案中的案件可能是原因。

希望,

问题回答

暂无回答




相关问题
Zend 邮件问题,涉及外国char子+ com子

泽斯德邮局在名称被定为具有外国性质(如“保”)和 com(”)的物品时,就放弃了一种例外(因为邮局(邮局)退回假)。 重新提出以下守则。

PHP Framework: Ebay Like Site

I am going to be builiding a site like ebay - with all the features of ebay. Please note my payment method is limited to paypal. What would be the best PHP framework to use to build this quickly, ...

Link to a specific step in onepage checkout

Is it possible to redirect the browser to nth step in the onepage checkout? If so, how would one go about doing it? I m working on a payment module and have a sort of "cancel" action that i would ...

Tagging with Zend Framework

I m trying to create the same solutions as below, but using a simple MySQL query (instead of the static version used below where the words/tags are implemented in the code). The name of the MySQL ...

dynamicaly adding textboxes to zend_form

I hope that this is a quick question to answer. I am developing a form using Zend_Form, I have a number of Zend_Dojo_Form_Element_Textboxs to add to this form dynamically. These are added from rows ...

热门标签