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 this

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

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

[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

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

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 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 drastic

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

2008-12-03 Thread Terre Porter
Couple of things, Would the \ in [/views\helpers/] cause problems in windows path? 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. Terre -Original

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

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

2008-12-03 Thread Matthew Weier O'Phinney
-- 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