Error on Installation

Hi-- I am trying to load a second Omeka installation (2.0) on my server. I got an error and am not sure how to resolve.

Zend_Controller_Dispatcher_Exception

Invalid controller specified (omeka2)

#0 /home/njdigita/public_html/application/libraries/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#1 /home/njdigita/public_html/application/libraries/Zend/Application/Bootstrap/Bootstrap.php(97): Zend_Controller_Front->dispatch()
#2 /home/njdigita/public_html/application/libraries/Zend/Application.php(366): Zend_Application_Bootstrap_Bootstrap->run()
#3 /home/njdigita/public_html/application/libraries/Omeka/Core.php(165): Zend_Application->run()
#4 /home/njdigita/public_html/index.php(28): Omeka_Core->run()
#5 {main}

What seems to be the problem is that the directories listed in the error message are not the ones that it should be going to-- the new installation should be /public_html/omeka2/omeka-2.0.3

I'd first check that the .htaccess file for the second installation is in /public_html/omeka2/omeka-2.0.3 .

Also, am I guessing right that the first installation is in /public_html?

There was no .htaccess file in the omeka2 directory, and yes, the initial installation is in the /public_html directory.

I tried copying the one .htaccess file to the /public_html/omeka2/omeka-2.0.3 directory, but no change.