Error Message When Creating Collections

Greetings,
I am getting the following error message when trying to create a new collection. Thanks for any help!

2021-09-17T15:39:02+00:00 ERR (3): Zend_Loader_PluginLoader_Exception: Plugin by name ‘FormTextarea’ was not found in the registry; used paths:
Coins_View_Helper_: /home/hayes29/public_html/omeka-2.8/plugins/Coins/views/helpers/
ExhibitBuilder_View_Helper_: /home/hayes29/public_html/omeka-2.8/plugins/ExhibitBuilder/views/helpers/
Omeka_View_Helper_: /home/hayes29/public_html/omeka-2.8/application/views/helpers/
Zend_View_Helper_Navigation_: Zend/View/Helper/Navigation/
Zend_View_Helper_: Zend/View/Helper/ in /home/hayes29/public_html/omeka-2.8/application/libraries/Zend/Loader/PluginLoader.php:424
Stack trace:
#0 /home/hayes29/public_html/omeka-2.8/application/libraries/Zend/View/Abstract.php(1182): Zend_Loader_PluginLoader->load(‘FormTextarea’)
#1 /home/hayes29/public_html/omeka-2.8/application/libraries/Zend/View/Abstract.php(618): Zend_View_Abstract->_getPlugin(‘helper’, ‘FormTextarea’)
#2 /home/hayes29/public_html/omeka-2.8/application/libraries/Zend/View/Abstract.php(344): Zend_View_Abstract->getHelper(‘formTextarea’)
#3 /home/hayes29/public_html/omeka-2.8/application/views/helpers/ElementInput.php(96): Zend_View_Abstract->__call(‘formTextarea’, Array)
#4 /home/hayes29/public_html/omeka-2.8/application/views/helpers/ElementInput.php(49): Omeka_View_Helper_ElementInput->_getInputComponent(‘Elements[50][0]’, NULL)
#5 /home/hayes29/public_html/omeka-2.8/application/libraries/Zend/View/Abstract.php(349): Omeka_View_Helper_ElementInput->elementInput(Object(Element), Object(Collection), 0, NULL, false)
#6 /home/hayes29/public_html/omeka-2.8/application/views/helpers/ElementForm.php(239): Zend_View_Abstract->__call(‘elementInput’, Array)
#7 /home/hayes29/public_html/omeka-2.8/application/views/helpers/ElementForm.php(61): Omeka_View_Helper_ElementForm->_getInputsComponent(NULL)
#8 /home/hayes29/public_html/omeka-2.8/application/libraries/Zend/View/Abstract.php(349): Omeka_View_Helper_ElementForm->elementForm(Object(Element), Object(Collection), Array)
#9 /home/hayes29/public_html/omeka-2.8/application/libraries/globals.php(1555): Zend_View_Abstract->__call(‘elementForm’, Array)
#10 /home/hayes29/public_html/omeka-2.8/application/libraries/globals.php(1587): element_form(Array, Object(Collection))
#11 /home/hayes29/public_html/omeka-2.8/admin/themes/default/collections/form-tabs.php(9): element_set_form(Object(Collection), ‘Dublin Core’)
#12 /home/hayes29/public_html/omeka-2.8/admin/themes/default/collections/add.php(3): include(’/home/hayes29/p…’)
#13 /home/hayes29/public_html/omeka-2.8/application/libraries/Omeka/View.php(114): include(’/home/hayes29/p…’)
#14 /home/hayes29/public_html/omeka-2.8/application/libraries/Zend/View/Abstract.php(888): Omeka_View->_run(’/home/hayes29/p…’)
#15 /home/hayes29/public_html/omeka-2.8/application/libraries/Zend/Controller/Action/Helper/ViewRenderer.php(912): Zend_View_Abstract->render(NULL)
#16 /home/hayes29/public_html/omeka-2.8/application/libraries/Zend/Controller/Action/Helper/ViewRenderer.php(933): Zend_Controller_Action_Helper_ViewRenderer->renderScript(‘collections/add…’, NULL)
#17 /home/hayes29/public_html/omeka-2.8/application/libraries/Zend/Controller/Action/Helper/ViewRenderer.php(972): Zend_Controller_Action_Helper_ViewRenderer->render()
#18 /home/hayes29/public_html/omeka-2.8/application/libraries/Zend/Controller/Action/HelperBroker.php(277): Zend_Controller_Action_Helper_ViewRenderer->postDispatch()
#19 /home/hayes29/public_html/omeka-2.8/application/libraries/Zend/Controller/Action.php(527): Zend_Controller_Action_HelperBroker->notifyPostDispatch()
#20 /home/hayes29/public_html/omeka-2.8/application/libraries/Zend/Controller/Dispatcher/Standard.php(308): Zend_Controller_Action->dispatch(‘addAction’)
#21 /home/hayes29/public_html/omeka-2.8/application/libraries/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#22 /home/hayes29/public_html/omeka-2.8/application/libraries/Zend/Application/Bootstrap/Bootstrap.php(105): Zend_Controller_Front->dispatch()
#23 /home/hayes29/public_html/omeka-2.8/application/libraries/Zend/Application.php(384): Zend_Application_Bootstrap_Bootstrap->run()
#24 /home/hayes29/public_html/omeka-2.8/application/libraries/Omeka/Application.php(73): Zend_Application->run()
#25 /home/hayes29/public_html/omeka-2.8/admin/index.php(28): Omeka_Application->run()
#26 {main}

I’m not sure if it’s related, but when I look at my PlugIns page, I see the attached. I have not installed these plugins and I recently upgraded to 2.8.

Just as an update, I get an error message when trying to add items and complete a few other tasks as well.

Here’s the most recent error message I’ve received:
2021-09-20T15:19:15+00:00 ERR (3): Zend_Loader_PluginLoader_Exception: Plugin by name ‘FormTextarea’ was not found in the registry; used paths:
Coins_View_Helper_: /home/hayes29/public_html/omeka-2.8/plugins/Coins/views/helpers/
ExhibitBuilder_View_Helper_: /home/hayes29/public_html/omeka-2.8/plugins/ExhibitBuilder/views/helpers/
Omeka_View_Helper_: /home/hayes29/public_html/omeka-2.8/application/views/helpers/
Zend_View_Helper_Navigation_: Zend/View/Helper/Navigation/
Zend_View_Helper_: Zend/View/Helper/ in /home/hayes29/public_html/omeka-2.8/application/libraries/Zend/Loader/PluginLoader.php:424
Stack trace:
#0 /home/hayes29/public_html/omeka-2.8/application/libraries/Zend/View/Abstract.php(1182): Zend_Loader_PluginLoader->load(‘FormTextarea’)
#1 /home/hayes29/public_html/omeka-2.8/application/libraries/Zend/View/Abstract.php(618): Zend_View_Abstract->_getPlugin(‘helper’, ‘FormTextarea’)
#2 /home/hayes29/public_html/omeka-2.8/application/libraries/Zend/View/Abstract.php(344): Zend_View_Abstract->getHelper(‘formTextarea’)
#3 /home/hayes29/public_html/omeka-2.8/application/views/helpers/ElementInput.php(96): Zend_View_Abstract->__call(‘formTextarea’, Array)
#4 /home/hayes29/public_html/omeka-2.8/application/views/helpers/ElementInput.php(49): Omeka_View_Helper_ElementInput->_getInputComponent(‘Elements[50][0]’, NULL)
#5 /home/hayes29/public_html/omeka-2.8/application/libraries/Zend/View/Abstract.php(349): Omeka_View_Helper_ElementInput->elementInput(Object(Element), Object(Collection), 0, NULL, false)
#6 /home/hayes29/public_html/omeka-2.8/application/views/helpers/ElementForm.php(239): Zend_View_Abstract->__call(‘elementInput’, Array)
#7 /home/hayes29/public_html/omeka-2.8/application/views/helpers/ElementForm.php(61): Omeka_View_Helper_ElementForm->_getInputsComponent(NULL)
#8 /home/hayes29/public_html/omeka-2.8/application/libraries/Zend/View/Abstract.php(349): Omeka_View_Helper_ElementForm->elementForm(Object(Element), Object(Collection), Array)
#9 /home/hayes29/public_html/omeka-2.8/application/libraries/globals.php(1555): Zend_View_Abstract->__call(‘elementForm’, Array)
#10 /home/hayes29/public_html/omeka-2.8/application/libraries/globals.php(1587): element_form(Array, Object(Collection))
#11 /home/hayes29/public_html/omeka-2.8/admin/themes/default/collections/form-tabs.php(9): element_set_form(Object(Collection), ‘Dublin Core’)
#12 /home/hayes29/public_html/omeka-2.8/admin/themes/default/collections/add.php(3): include(’/home/hayes29/p…’)
#13 /home/hayes29/public_html/omeka-2.8/application/libraries/Omeka/View.php(114): include(’/home/hayes29/p…’)
#14 /home/hayes29/public_html/omeka-2.8/application/libraries/Zend/View/Abstract.php(888): Omeka_View->_run(’/home/hayes29/p…’)
#15 /home/hayes29/public_html/omeka-2.8/application/libraries/Zend/Controller/Action/Helper/ViewRenderer.php(912): Zend_View_Abstract->render(NULL)
#16 /home/hayes29/public_html/omeka-2.8/application/libraries/Zend/Controller/Action/Helper/ViewRenderer.php(933): Zend_Controller_Action_Helper_ViewRenderer->renderScript(‘collections/add…’, NULL)
#17 /home/hayes29/public_html/omeka-2.8/application/libraries/Zend/Controller/Action/Helper/ViewRenderer.php(972): Zend_Controller_Action_Helper_ViewRenderer->render()
#18 /home/hayes29/public_html/omeka-2.8/application/libraries/Zend/Controller/Action/HelperBroker.php(277): Zend_Controller_Action_Helper_ViewRenderer->postDispatch()
#19 /home/hayes29/public_html/omeka-2.8/application/libraries/Zend/Controller/Action.php(527): Zend_Controller_Action_HelperBroker->notifyPostDispatch()
#20 /home/hayes29/public_html/omeka-2.8/application/libraries/Zend/Controller/Dispatcher/Standard.php(308): Zend_Controller_Action->dispatch(‘addAction’)
#21 /home/hayes29/public_html/omeka-2.8/application/libraries/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#22 /home/hayes29/public_html/omeka-2.8/application/libraries/Zend/Application/Bootstrap/Bootstrap.php(105): Zend_Controller_Front->dispatch()
#23 /home/hayes29/public_html/omeka-2.8/application/libraries/Zend/Application.php(384): Zend_Application_Bootstrap_Bootstrap->run()
#24 /home/hayes29/public_html/omeka-2.8/application/libraries/Omeka/Application.php(73): Zend_Application->run()
#25 /home/hayes29/public_html/omeka-2.8/admin/index.php(28): Omeka_Application->run()
#26 {main}

This topic was automatically closed after 250 days. New replies are no longer allowed.