I found the solution in zend_loder_plugin
it needs a clase pefix and the only it have is "Zend_View_Helper_" try to ranema your clase with this prefix and it will work!!! -im awsome jajaja kabel2 wrote: > > Any other ideas on what might be causing this? > > Is anyone else able to duplicate this error? Here is my setup: > > 1) Rewrites in place in .htaccess > 2) Bootstrap sets up front controler, view, and layout > 3) The layout is outside the controller/module file system design > 4) The layout's .phtml file echos $this->layout()->content > > I can make my source available if needed. > > -- > Kevin Abel > > > Matthew Weier O'Phinney-3 wrote: >> >> -- Terre Porter <[EMAIL PROTECTED]> wrote >> (on Wednesday, 03 December 2008, 02:12 PM -0500): >>> Couple of things, >>> >>> Would the \ in [/views\helpers/] cause problems in windows path? >> >> No. PHP on Windows is smart enough to figure that out. >> >>> C:/Program Files/Apache Software >>> Foundation/Apache2.2/htdocs/mbm/app/modules/config/views\helpers/ >>> >>> Also, the error doesn't say it is using [library/Zend/View/Helper] as an >>> include path. >> >> The paths printed are plugin paths, not the include_path. Any relative >> paths on there will be searched on the include_path. >> > > -- View this message in context: http://www.nabble.com/Problems-with-View-Helpers-with-update-1.5.1-to-1.7.1-tp20807841p20958860.html Sent from the Zend Framework mailing list archive at Nabble.com.
