Error in Center Row Theme: rich_title' is an invalid special value

Hello,

I’m getting the following error using the center row theme. Other themes work fine, so the problem seems to be with Center Row itself.

Here’s the full stack trace:

InvalidArgumentException: 'rich_title' is an invalid special value. in /var/www/msstate-exhibits/htdocs/application/libraries/Omeka/Record/AbstractRecord.php:351
Stack trace:
#0 /var/www/msstate-exhibits/htdocs/application/models/Item.php(206): Omeka_Record_AbstractRecord->getProperty('rich_title')
#1 /var/www/msstate-exhibits/htdocs/application/views/helpers/Metadata.php(169): Item->getProperty('rich_title')
#2 /var/www/msstate-exhibits/htdocs/application/views/helpers/Metadata.php(144): Omeka_View_Helper_Metadata->_getRecordMetadata(Object(Item), 'rich_title')
#3 /var/www/msstate-exhibits/htdocs/application/views/helpers/Metadata.php(73): Omeka_View_Helper_Metadata->_getText(Object(Item), 'rich_title')
#4 /var/www/msstate-exhibits/htdocs/application/libraries/Zend/View/Abstract.php(349): Omeka_View_Helper_Metadata->metadata(Object(Item), 'rich_title', Array)
#5 /var/www/msstate-exhibits/htdocs/application/libraries/globals.php(2042): Zend_View_Abstract->__call('metadata', Array)
#6 /var/www/msstate-exhibits/htdocs/themes/centerrow-old/items/show.php(25): metadata('item', 'rich_title', Array)
#7 /var/www/msstate-exhibits/htdocs/application/libraries/Omeka/View.php(114): include('/var/www/msstat...')
#8 /var/www/msstate-exhibits/htdocs/application/libraries/Zend/View/Abstract.php(888): Omeka_View->_run('/var/www/msstat...')
#9 /var/www/msstate-exhibits/htdocs/application/libraries/Zend/Controller/Action/Helper/ViewRenderer.php(912): Zend_View_Abstract->render(NULL)
#10 /var/www/msstate-exhibits/htdocs/application/libraries/Zend/Controller/Action/Helper/ViewRenderer.php(933): Zend_Controller_Action_Helper_ViewRenderer->renderScript('items/show.php', NULL)
#11 /var/www/msstate-exhibits/htdocs/application/libraries/Zend/Controller/Action/Helper/ViewRenderer.php(972): Zend_Controller_Action_Helper_ViewRenderer->render()
#12 /var/www/msstate-exhibits/htdocs/application/libraries/Zend/Controller/Action/HelperBroker.php(277): Zend_Controller_Action_Helper_ViewRenderer->postDispatch()
#13 /var/www/msstate-exhibits/htdocs/application/libraries/Zend/Controller/Action.php(527): Zend_Controller_Action_HelperBroker->notifyPostDispatch()
#14 /var/www/msstate-exhibits/htdocs/application/libraries/Zend/Controller/Dispatcher/Standard.php(308): Zend_Controller_Action->dispatch('showAction')
#15 /var/www/msstate-exhibits/htdocs/application/libraries/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#16 /var/www/msstate-exhibits/htdocs/application/libraries/Zend/Application/Bootstrap/Bootstrap.php(105): Zend_Controller_Front->dispatch()
#17 /var/www/msstate-exhibits/htdocs/application/libraries/Zend/Application.php(384): Zend_Application_Bootstrap_Bootstrap->run()
#18 /var/www/msstate-exhibits/htdocs/application/libraries/Omeka/Application.php(73): Zend_Application->run()
#19 /var/www/msstate-exhibits/htdocs/index.php(23): Omeka_Application->run()
#20 {main}

The issue comes up when viewing an item in an exhibit.

Has anyone else seen this before?

What versions of Center Row and Omeka are you using?

The “rich_title” feature is available in Omeka 2.8 and up. A theme using it should mark itself as requiring at least Omeka 2.8, but it’s possible there’s a mistake in the requirements for Center Row.

It looks like my Omeka instance is running v2.7.1, so the older version is the problem. Thanks for your help!

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