Re: [fw-general] Problems with View Helpers with update 1.5.1 to 1.7.1

2008-12-11 Thread kabel2
I am not extending any classes or making classes of my own. I'm simply using the built in Layout view helper that is included with ZF. Therefore I don't think this is a valid solution. There is something wrong with my setup or there is a bug in the framework. J Sanchez wrote: > > I found the s

Re: [fw-general] Problems with View Helpers with update 1.5.1 to 1.7.1

2008-12-11 Thread J Sanchez
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

Re: [fw-general] Problems with View Helpers with update 1.5.1 to 1.7.1

2008-12-05 Thread kabel2
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 ech

Re: [fw-general] Problems with View Helpers with update 1.5.1 to 1.7.1

2008-12-03 Thread Matthew Weier O'Phinney
ude_path. > -Original Message- > From: kabel2 [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 03, 2008 1:57 PM > To: fw-general@lists.zend.com > Subject: Re: [fw-general] Problems with View Helpers with update 1.5.1 to > 1.7.1 > > > Confirmed: > There is only on

Re: [fw-general] Problems with View Helpers with update 1.5.1 to 1.7.1

2008-12-03 Thread kabel2
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 Matt

RE: [fw-general] Problems with View Helpers with update 1.5.1 to 1.7.1

2008-12-03 Thread Terre Porter
ginal Message- From: kabel2 [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 03, 2008 1:57 PM To: fw-general@lists.zend.com Subject: Re: [fw-general] Problems with View Helpers with update 1.5.1 to 1.7.1 Confirmed: There is only one instance of ZF referenced in include_path and Layout.php

Re: [fw-general] Problems with View Helpers with update 1.5.1 to 1.7.1

2008-12-03 Thread Matthew Weier O'Phinney
-- kabel2 <[EMAIL PROTECTED]> wrote (on Wednesday, 03 December 2008, 10:57 AM -0800): > Confirmed: > There is only one instance of ZF referenced in include_path and Layout.php > does exist in library/Zend/View/Helper. > > Has anyone else experienced issues with the PluginLoader? Was there a > dras

Re: [fw-general] Problems with View Helpers with update 1.5.1 to 1.7.1

2008-12-03 Thread kabel2
Confirmed: There is only one instance of ZF referenced in include_path and Layout.php does exist in library/Zend/View/Helper. Has anyone else experienced issues with the PluginLoader? Was there a drastic change from 1.5.1 to it that would cause this error? Matthew Weier O'Phinney-3 wrote: > >

Re: [fw-general] Problems with View Helpers with update 1.5.1 to 1.7.1

2008-12-03 Thread Matthew Weier O'Phinney
-- kabel2 <[EMAIL PROTECTED]> wrote (on Tuesday, 02 December 2008, 11:06 PM -0800): > > I had a stable application put together using a layout and view setup in > Zend Framework 1.5.1. I noticed some improvements to the a particular view > helper in ZF 1.7.1, so I thought I would be a simple tran

[fw-general] Problems with View Helpers with update 1.5.1 to 1.7.1

2008-12-03 Thread kabel2
I had a stable application put together using a layout and view setup in Zend Framework 1.5.1. I noticed some improvements to the a particular view helper in ZF 1.7.1, so I thought I would be a simple transition just to update the library directory with the new Zend. With the updated version of Z