CSS error when attempting to install contribution/guest user plugins (2.2.2)

Hi Folks,

I upgraded my test instance to 2.2.2 in order to play around with getting the contribution/guest user plugins to work (very excited that these are available).

All appeared to go okay with the upgrade and I was able to install Contribution 3.0.1 and Guest User 1.1.1 but when I browse to the public site of my test server I get the following error:

Omeka has encountered an error

InvalidArgumentException
Could not find file css/guest-user.css!

#0 /home/devwyndhistory/public_html/application/libraries/globals.php(1220): web_path_to('css/guest-user....')
#1 /home/devwyndhistory/public_html/application/libraries/globals.php(1168): src('guest-user', 'css', 'css')
#2 /home/devwyndhistory/public_html/application/libraries/globals.php(1069): css_src('guest-user', 'css')
#3 /home/devwyndhistory/public_html/plugins/GuestUser/GuestUserPlugin.php(122): queue_css_file('guest-user')
#4 [internal function]: GuestUserPlugin->hookPublicHead(Array)
#5 /home/devwyndhistory/public_html/application/libraries/Omeka/Plugin/Broker.php(157): call_user_func(Array, Array)
#6 /home/devwyndhistory/public_html/application/libraries/globals.php(188): Omeka_Plugin_Broker->callHook('public_head', Array)
#7 /home/devwyndhistory/public_html/themes/seasons/common/header.php(15): fire_plugin_hook('public_head', Array)
#8 /home/devwyndhistory/public_html/application/libraries/Omeka/View.php(117): include('/home/devwyndhi...')
#9 /home/devwyndhistory/public_html/application/libraries/Zend/View/Abstract.php(888): Omeka_View->_run('/home/devwyndhi...')
#10 /home/devwyndhistory/public_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 /home/devwyndhistory/public_html/application/libraries/Zend/View/Abstract.php(350): call_user_func_array(Array, Array)
#13 /home/devwyndhistory/public_html/application/libraries/globals.php(1634): Zend_View_Abstract->__call('partial', Array)
#14 /home/devwyndhistory/public_html/application/libraries/globals.php(1634): Omeka_View->partial('common/header.p...', Array)
#15 /home/devwyndhistory/public_html/application/libraries/globals.php(1648): common('header', Array)
#16 /home/devwyndhistory/public_html/themes/seasons/index.php(1): head(Array)
#17 /home/devwyndhistory/public_html/application/libraries/Omeka/View.php(117): include('/home/devwyndhi...')
#18 /home/devwyndhistory/public_html/application/libraries/Zend/View/Abstract.php(888): Omeka_View->_run('/home/devwyndhi...')
#19 /home/devwyndhistory/public_html/application/libraries/Zend/Controller/Action/Helper/ViewRenderer.php(900): Zend_View_Abstract->render('index.php')
#20 /home/devwyndhistory/public_html/application/controllers/IndexController.php(16): Zend_Controller_Action_Helper_ViewRenderer->renderScript('index.php')
#21 /home/devwyndhistory/public_html/application/libraries/Zend/Controller/Action.php(516): IndexController->indexAction()
#22 /home/devwyndhistory/public_html/application/libraries/Zend/Controller/Dispatcher/Standard.php(308): Zend_Controller_Action->dispatch('indexAction')
#23 /home/devwyndhistory/public_html/application/libraries/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#24 /home/devwyndhistory/public_html/application/libraries/Zend/Application/Bootstrap/Bootstrap.php(101): Zend_Controller_Front->dispatch()
#25 /home/devwyndhistory/public_html/application/libraries/Zend/Application.php(366): Zend_Application_Bootstrap_Bootstrap->run()
#26 /home/devwyndhistory/public_html/application/libraries/Omeka/Application.php(79): Zend_Application->run()
#27 /home/devwyndhistory/public_html/index.php(23): Omeka_Application->run()
#28 {main}

Any suggestions?
I did run the contribution plugin successfully in our original Omeka 1.5 instance, just in case this has any bearing.

Thanks again for providing the Contribution plugin for Omeka 2, really looking forward to getting it working.

Cheers,

Tom

First guess is just that one of the files either wasn't copied to the server correctly, or it isn't readable. Check the there's a file GuestUser/views/public/css/guest-user.css in that files you put in the plugins directory. If not, try copying the files to your server again.

Hi Patrick,

Thanks for the quick reply - yep, that was the issue. Works fine once I re-uploaded the guest-user plugin.

Thanks again for all your hard work on bringing this functionality to the latest version. I can't wait to roll this out to our user community!