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 kabel2
: -- 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 transition

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