-- Juan E. <[EMAIL PROTECTED]> wrote
(on Thursday, 17 July 2008, 11:06 PM -0700):
> I have been trying to use the Dojo_Form component with the docs examples and
> I was having some problems to get it working so finally I downloaded the
> demo I found in the issue tracker
> http://framework.zend.com/issues/browse/ZF-3559 and everything worked ok
> until I deleted the library/incubator and the library/Zend directories that
> are part of the zip file and went back to use the SVN download of the
> current trunk.
> After that I'm getting a Warning message "Warning: helper 'GetPluginLoader'
> not found in path in F:\xampp\php\PEAR\Zend\Form.php on line 2344" 
> Maybe I'm doing something wrong, but I'm running out of ideas as to where to
> look.

You definitely don't have current trunk at this point -- line 2344 in
current trunk is a comment, and from the message you have, it sounds
like it's using an old version of Zend_View (getPluginLoader() was added
to the version of Zend_View promoted to trunk at the time Dojo was
promoted).

If you downloaded an svn snapshot off the downloads page instead of
using svn directly, be aware that the current svn snapshots have not
been working for some weeks; if you want a snapshot, you should build
one in Fisheye. Ping me if you need details on this.

> > 
> >         On Jul 16, 2008, at 11:16 AM, Matthew Weier O'Phinney wrote:
> > 
> > 
> > 
> >             Greetings, all --
> > 
> > 
> > 
> >             I've promoted the following components from
> > standard/incubator/ to
> > 
> >             standard/trunk/ in preparation for the 1.6.0 release:
> > 
> > 
> > 
> >             * Zend_Dom_Query: use CSS selectors to query (X)HTML/XML
> > documents
> > 
> >             * Zend_Dojo: ZF/Dojo integration layer
> > 
> >             * Zend_Json_Server: JSON-RPC implementation
> > 
> >             * Zend_Session_SaveHandler_DbTable: Store session data in a
> >             database
> > 
> >               table
> > 
> >             * Zend_Test_PHPUnit: testing infrastructure for MVC
> > applications
> > 
> >             * Zend_Text_Figlet: create Figlets with ZF
> > 
> > 
> > 
> >             If you haven't tried these new components out yet, please do.
> > If
> >             you
> > 
> >             haven't due to lack of documentation, documentation is
> > available in
> >              
> > 
> >             the
> > 
> >             documentation/manual/en/module_specs/ tree in human-readable
> >             DocBook,
> > 
> >             with full PHP examples and use cases.
> > 
> > 
> > 
> >             A hearty thank you to all contributors and testers involved
> > with  
> > 
> >             making
> > 
> >             these components a reality!
> > 
> > 
> > 
> >             --
> > 
> >             Matthew Weier O'Phinney
> > 
> >             Software Architect       | [EMAIL PROTECTED]
> > 
> >             Zend Framework           | http://framework.zend.com/
> > 
> > 
> > 
> > 
> >     --
> >     Matthew Weier O'Phinney
> >     Software Architect       | [EMAIL PROTECTED]
> >     Zend Framework           | http://framework.zend.com/
> > 
> > 
> 
> -- 
> Matthew Weier O'Phinney
> Software Architect       | [EMAIL PROTECTED]
> Zend Framework           | http://framework.zend.com/
> 
> 
> 
> -- 
> View this message in context: 
> http://www.nabble.com/Recent-Component-Promotions-tp18491148p18523206.html
> Sent from the Zend Framework mailing list archive at Nabble.com.
> 

-- 
Matthew Weier O'Phinney
Software Architect       | [EMAIL PROTECTED]
Zend Framework           | http://framework.zend.com/

Reply via email to