Omeka_Navigation_Page_Uri_Exception

Hi,

So on a separate server to the one referred to in my permissions query we have a different problem.

Again we have upgraded to Omeka-2.2.2 and haven't seen this issue previously. We have been trying to recreate our square thumbnails which is why I'm looking at the error log but I don't know if this has anything to do with that.

The error log is recording the following:

2014-11-12T07:30:12+00:00 ERR (3): exception 'Omeka_Navigation_Page_Uri_Exception' with message 'Invalid URI for Omeka_Navigation_Page_Uri object: http:///about' in /var/www/html/application/libraries/Omeka/Navigation/Page/Uri.php:128
Stack trace:
#0 /var/www/html/application/libraries/Omeka/Navigation/Page/Uri.php(39): Omeka_Navigation_Page_Uri->_normalizeHref('/about')
#1 /var/www/html/application/libraries/Omeka/Navigation.php(470): Omeka_Navigation_Page_Uri->setHref('/about')
#2 /var/www/html/application/libraries/Omeka/Navigation.php(69): Omeka_Navigation->_normalizePageRecursive(Array)
#3 /var/www/html/application/libraries/Zend/Navigation/Container.php(172): Omeka_Navigation->addPage(Array)
#4 /var/www/html/application/libraries/Zend/Navigation/Container.php(187): Zend_Navigation_Container->addPages(Array)
#5 /var/www/html/application/libraries/Omeka/Navigation.php(48): Zend_Navigation_Container->setPages(Array)
#6 /var/www/html/application/libraries/globals.php(2736): Omeka_Navigation->loadAsOption('public_navigati...')
#7 /var/www/html/themes/seasons/common/header.php(57): public_nav_main()
#8 /var/www/html/application/libraries/Omeka/View.php(117): include('/var/www/html/t...')
#9 /var/www/html/application/libraries/Zend/View/Abstract.php(888): Omeka_View->_run('/var/www/html/t...')
#10 /var/www/html/application/libraries/Zend/View/Helper/Partial.php(109): Zend_View_Abstract->render('common/header.p...')
#11 [internal function]: Zend_View_Helper_Partial->partial('common/header.p...', Array)
#12 /var/www/html/application/libraries/Zend/View/Abstract.php(350): call_user_func_array(Array, Array)
#13 /var/www/html/application/libraries/globals.php(1634): Zend_View_Abstract->__call('partial', Array)
#14 /var/www/html/application/libraries/globals.php(1634): Omeka_View->partial('common/header.p...', Array)
#15 /var/www/html/application/libraries/globals.php(1648): common('header', Array)
#16 /var/www/html/themes/seasons/simple-pages/page/show.php(5): head(Array)
#17 /var/www/html/application/libraries/Omeka/View.php(117): include('/var/www/html/t...')
#18 /var/www/html/application/libraries/Zend/View/Abstract.php(888): Omeka_View->_run('/var/www/html/t...')
#19 /var/www/html/application/libraries/Zend/Controller/Action/Helper/ViewRenderer.php(900): Zend_View_Abstract->render('page/show.php')
#20 /var/www/html/application/libraries/Zend/Controller/Action/Helper/ViewRenderer.php(921): Zend_Controller_Action_Helper_ViewRenderer->renderScript('page/show.php', NULL)
#21 /var/www/html/application/libraries/Zend/Controller/Action/Helper/ViewRenderer.php(960): Zend_Controller_Action_Helper_ViewRenderer->render()
#22 /var/www/html/application/libraries/Zend/Controller/Action/HelperBroker.php(277): Zend_Controller_Action_Helper_ViewRenderer->postDispatch()
#23 /var/www/html/application/libraries/Zend/Controller/Action.php(527): Zend_Controller_Action_HelperBroker->notifyPostDispatch()
#24 /var/www/html/application/libraries/Zend/Controller/Dispatcher/Standard.php(308): Zend_Controller_Action->dispatch('showAction')
#25 /var/www/html/application/libraries/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#26 /var/www/html/application/libraries/Zend/Application/Bootstrap/Bootstrap.php(101): Zend_Controller_Front->dispatch()
#27 /var/www/html/application/libraries/Zend/Application.php(366): Zend_Application_Bootstrap_Bootstrap->run()
#28 /var/www/html/application/libraries/Omeka/Application.php(79): Zend_Application->run()
#29 /var/www/html/index.php(23): Omeka_Application->run()
#30 {main}

Can anyone shed light on what that means?

That looks like a problem with the navigation trying to make a link that isn't formed right. You might try going to Appearance -> Navigation and looking at the links there to make sure they look right, particularly an "About" page likely built with Simple Pages

That's odd. The 'about' page is the default front page for the site which might expalin why it triggers every now and then but I can't see what the error is.

Here's a link if anyone can spot it: http://deevy.nuim.ie/about

Can you figure out what causes the error? The trace indicates the problem's happening when you view a public-side page, but everything seems to work fine on the pages I can see.