In summary, I have a basic ZF stack with a shell of Zend_Form:
class Form extends Zend_Form { }
when I try to echo/render the Form I get this error:
Zend_Loader_PluginLoader_Exception: Plugin by name 'FormElements' was not
found in the registry; used paths: in
.../library/Zend/Loader/PluginLoader.php on line 412
I ensured it wasn't an include's issue by examining the include path from
inside the view as well as requiring the Decorator inside the view - which
works just fine:
<?php require_once('Zend/Form/Decorator/FormElements.php'); ?>
I posted an issue into JIRA - but Christian told me "Please ask for help on
the mailing list or at irc.freenode.net #zftalk you are missing some setup
for the Plugin Loader." -- so that's what I am doing.
I looked online for any docs about configuring the Plugin Loader - but can't
seem to find anything.
My full issue is - http://zendframework.com/issues/browse/ZF-9739
--
View this message in context:
http://zend-framework-community.634137.n4.nabble.com/Zend-Form-not-rendering-Plugin-Loader-not-configured-tp2063703p2063703.html
Sent from the Zend Framework mailing list archive at Nabble.com.