Filtered by tag: annoyances, show all
>>Tuesday, April 20, 2010<<
I started work on ACSdb "Pot of Gold", a system I am building for the Yarralumla Uniting Church Arts and Crafts show, today on my laptop. It was a fresh install of Zend Server CE so naturally there were going to be problems...
First up I was faced with:
An error occured while loading the application.
No default module defined for this application
#0 /home/valorin/workspace/library/Zend/Controller/Dispatcher/Standard.php(204): Zend_Controller_Dispatcher_Standard->getControllerClass(Object(Zend_Controller_Request_Http))
#1 /home/valorin/workspace/library/Zend/Controller/Dispatcher/Standard.php(238): Zend_Controller_Dispatcher_Standard->isDispatchable(Object(Zend_Controller_Request_Http))
#2 /home/valorin/workspace/library/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#3 /home/valorin/workspace/potofgold/webapp/application/bootstrap.php(81): Zend_Controller_Front->dispatch()
#4 /home/valorin/workspace/potofgold/webapp/public/index.php(20): require('/home/valorin/w...')
#5 {main}
Tags: annoyances, debug, php, zf