Uncaught exception ‘Zend_Application_Resource_Exception’ with message ‘Bootstrap file found for module “default”
Getting this error after moving your ZF application to use modules? Fatal error: Uncaught exception ‘Zend_Application_Resource_Exception’ with message ‘Bootstrap file found for module “default” but bootstrap class “Default_Bootstrap” not found’ This usually happens if you declare your controllerDirectory on Front Controller before defining a different defaultModule. Something like this on application.ini: resources.frontController.controllerDirectory = APPLICATION_PATH “/controllers” resources.frontController.defaultModule […]
Recent comments