Omeka_Record_Exception accesing a collection with items

Hello:

I have an error with Omeke. I can reproduce the error with the follow steps:

1. I create a collection without problems and can access to the description in the "public view" without problems, using the link in the home page.

2. When create individual registers into a collection, and i try to access to it with the link in the homepage appears an error:

Omeka encontró un error (Omeka found an error)

Omeka_Record_Exception

¡No hay ningún elemento "Item Type Metadata", "Text"! (Don't exist any item "Item Type Metadata", "Text"!)

When i change the items/register to another category, i can access to the information of the category with errors again. The error only appears when i try to acces a collection that have registers/items in it.

exception 'Omeka_Record_Exception' with message '¡No hay ningún elemento "Item Type Metadata", "Text"!' in /home/museo/public_html/omeka/application/models/Mixin/ElementText.php:293
Stack trace:
#0 /home/museo/public_html/omeka/application/models/Mixin/ElementText.php(214): Mixin_ElementText->getElement('Item Type Metad...', 'Text')
#1 [internal function]: Mixin_ElementText->getElementTexts('Item Type Metad...', 'Text')
#2 /home/museo/public_html/omeka/application/libraries/Omeka/Record/AbstractRecord.php(251): call_user_func_array(Array, Array)
#3 /home/museo/public_html/omeka/application/libraries/Omeka/Record/AbstractRecord.php(210): Omeka_Record_AbstractRecord->delegateToMixins('getElementTexts', Array)
#4 /home/museo/public_html/omeka/application/views/helpers/Metadata.php(173): Omeka_Record_AbstractRecord->__call('getElementTexts', Array)
#5 /home/museo/public_html/omeka/application/views/helpers/Metadata.php(173): Item->getElementTexts('Item Type Metad...', 'Text')
#6 /home/museo/public_html/omeka/application/views/helpers/Metadata.php(139): Omeka_View_Helper_Metadata->_getElementText(Object(Item), 'Item Type Metad...', 'Text')
#7 /home/museo/public_html/omeka/application/views/helpers/Metadata.php(70): Omeka_View_Helper_Metadata->_getText(Object(Item), Array)
#8 [internal function]: Omeka_View_Helper_Metadata->metadata('item', Array, Array)
#9 /home/museo/public_html/omeka/application/libraries/Zend/View/Abstract.php(350): call_user_func_array(Array, Array)
#10 /home/museo/public_html/omeka/application/libraries/globals.php(2004): Zend_View_Abstract->__call('metadata', Array)
#11 /home/museo/public_html/omeka/application/libraries/globals.php(2004): Omeka_View->metadata('item', Array, Array)
#12 /home/museo/public_html/omeka/application/views/scripts/collections/show.php(25): metadata('item', Array, Array)
#13 /home/museo/public_html/omeka/application/libraries/Omeka/View.php(117): include('/home/museo/pub...')
#14 /home/museo/public_html/omeka/application/libraries/Zend/View/Abstract.php(888): Omeka_View->_run('/home/museo/pub...')
#15 /home/museo/public_html/omeka/application/libraries/Zend/Controller/Action/Helper/ViewRenderer.php(905): Zend_View_Abstract->render('collections/sho...')
#16 /home/museo/public_html/omeka/application/libraries/Zend/Controller/Action/Helper/ViewRenderer.php(926): Zend_Controller_Action_Helper_ViewRenderer->renderScript('collections/sho...', NULL)
#17 /home/museo/public_html/omeka/application/libraries/Zend/Controller/Action/Helper/ViewRenderer.php(965): Zend_Controller_Action_Helper_ViewRenderer->render()
#18 /home/museo/public_html/omeka/application/libraries/Zend/Controller/Action/HelperBroker.php(277): Zend_Controller_Action_Helper_ViewRenderer->postDispatch()
#19 /home/museo/public_html/omeka/application/libraries/Zend/Controller/Action.php(527): Zend_Controller_Action_HelperBroker->notifyPostDispatch()
#20 /home/museo/public_html/omeka/application/libraries/Zend/Controller/Dispatcher/Standard.php(308): Zend_Controller_Action->dispatch('showAction')
#21 /home/museo/public_html/omeka/application/libraries/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#22 /home/museo/public_html/omeka/application/libraries/Zend/Application/Bootstrap/Bootstrap.php(105): Zend_Controller_Front->dispatch()
#23 /home/museo/public_html/omeka/application/libraries/Zend/Application.php(382): Zend_Application_Bootstrap_Bootstrap->run()
#24 /home/museo/public_html/omeka/application/libraries/Omeka/Application.php(79): Zend_Application->run()
#25 /home/museo/public_html/omeka/index.php(23): Omeka_Application->run()
#26 {main}

System: Omeka 2.3
PHP 5.4.42 (cgi-fcgi)
OS Linux 2.6.32-042stab108.7 x86_64
MySQL Server 5.6.23
MySQL Client mysqlnd 5.0.10 - 20111026 - $Id: c85105d7c6f7d70d609bb4c000257868a40840ab $

I believe this is a problem that can occur if you delete the "Text" Item Type Metadata element.

Adding a field named "Text" to an Item Type should resolve the problem, and you can remove the element from the type after adding it.

Thanks you!, it's works.