Passed parameter error?

Hi everyone - sometimes when I click on certain buttons in my Omeka dashboard (specifically when trying to edit metadata on items) I get this message. Any thoughts on how to resolve? Many thanks!

Omeka has encountered an error

Zend_Http_Client_Exception

Passed parameter is not a valid HTTP URI.

Zend_Http_Client_Exception: Passed parameter is not a valid HTTP URI. in /data/www/jewishst/omeka/application/libraries/Zend/Http/Client.php:318

There should be more to that error message, the “trace,” a bunch of similar lines right underneath what you posted. Can you post that as well?

Here you go:

Zend_Http_Client_Exception: Passed parameter is not a valid HTTP URI. in /data/www/jewishst/omeka/application/libraries/Zend/Http/Client.php:318
Stack trace:
#0 /data/www/jewishst/omeka/plugins/Scripto/libraries/Scripto/Service/MediaWiki.php(121): Zend_Http_Client->setUri(NULL)
#1 /data/www/jewishst/omeka/plugins/Scripto/libraries/Scripto.php(82): Scripto_Service_MediaWiki->__construct(NULL, true, NULL)
#2 /data/www/jewishst/omeka/plugins/Scripto/ScriptoPlugin.php(369): Scripto->__construct(Object(ScriptoAdapterOmeka), Array)
#3 /data/www/jewishst/omeka/plugins/Scripto/ScriptoPlugin.php(294): ScriptoPlugin::getScripto()
#4 /data/www/jewishst/omeka/plugins/Scripto/ScriptoPlugin.php(261): ScriptoPlugin->_appendToItemsShow()
#5 /data/www/jewishst/omeka/application/libraries/Omeka/Plugin/Broker.php(154): ScriptoPlugin->hookAdminItemsShow(Array)
#6 /data/www/jewishst/omeka/application/libraries/globals.php(188): Omeka_Plugin_Broker->callHook(‘admin_items_sho…’, Array)
#7 /data/www/jewishst/omeka/admin/themes/default/items/show.php(23): fire_plugin_hook(‘admin_items_sho…’, Array)
#8 /data/www/jewishst/omeka/application/libraries/Omeka/View.php(114): include(’/data/www/jewis…’)
#9 /data/www/jewishst/omeka/application/libraries/Zend/View/Abstract.php(888): Omeka_View->_run(’/data/www/jewis…’)
#10 /data/www/jewishst/omeka/application/libraries/Zend/Controller/Action/Helper/ViewRenderer.php(912): Zend_View_Abstract->render(NULL)
#11 /data/www/jewishst/omeka/application/libraries/Zend/Controller/Action/Helper/ViewRenderer.php(933): Zend_Controller_Action_Helper_ViewRenderer->renderScript(‘items/show.php’, NULL)
#12 /data/www/jewishst/omeka/application/libraries/Zend/Controller/Action/Helper/ViewRenderer.php(972): Zend_Controller_Action_Helper_ViewRenderer->render()
#13 /data/www/jewishst/omeka/application/libraries/Zend/Controller/Action/HelperBroker.php(277): Zend_Controller_Action_Helper_ViewRenderer->postDispatch()
#14 /data/www/jewishst/omeka/application/libraries/Zend/Controller/Action.php(527): Zend_Controller_Action_HelperBroker->notifyPostDispatch()
#15 /data/www/jewishst/omeka/application/libraries/Zend/Controller/Dispatcher/Standard.php(308): Zend_Controller_Action->dispatch(‘showAction’)
#16 /data/www/jewishst/omeka/application/libraries/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#17 /data/www/jewishst/omeka/application/libraries/Zend/Application/Bootstrap/Bootstrap.php(105): Zend_Controller_Front->dispatch()
#18 /data/www/jewishst/omeka/application/libraries/Zend/Application.php(384): Zend_Application_Bootstrap_Bootstrap->run()
#19 /data/www/jewishst/omeka/application/libraries/Omeka/Application.php(73): Zend_Application->run()
#20 /data/www/jewishst/omeka/admin/index.php(28): Omeka_Application->run()
#21 {main}

So, the problem seems to be related to the Scripto module… maybe it’s not configured correctly?

thanks - figured it out!

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