That seems like a good explanation, but sadly the include_path still contains
a reference to the library directory:

C:\Program Files\Apache Software
Foundation\Apache2.2\htdocs\mbm\app\modules;C:\Program Files\Apache Software
Foundation\Apache2.2\htdocs\mbm\lib;.;C:\php5\pear

--Kevin Abel


Matthew Weier O'Phinney-3 wrote:
> 
> In the 1.5 series, Zend_View did not use the PluginLoader (it used an
> internal mechanism); that switch occurred for 1.6. I've not seen any
> reports from people having such issues upgrading from 1.5.x to 1.6,
> however.
> 
> It's clear that the Zend_View_Helper path is present in the Zend_View
> helper plugin loader; the question is why it's unable to find the
> Layout.php file in that path. I'm inclined to believe that the
> include_path has changed prior to the layout script rendering.
> 
> One way to test this is to replace the call to echo the layout
> placeholder with this:
> 
>     // remove this:
>     <?= $this->layout()->content ?>
> 
>     // replace with:
>     <?= get_include_path() ?>
> 
> and see what the include_path is at the time the layout helper is
> called.
> 

-- 
View this message in context: 
http://www.nabble.com/Problems-with-View-Helpers-with-update-1.5.1-to-1.7.1-tp20807841p20819661.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to