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 […]
How to identify the Zend Framework version?
Quick tip today. If you need to identify the current Zend Framework version use: Which will result in something like this: 1.10.8. Or open file Zend/Version.php and verify constant VERSION.
Using Zend_Service_Twitter and Zend_OAuth
ZF Version: 1.10.8 The source code of this post is available at GitHub. At this short tutorial i will show to how use Zend_Service_Twitter and Zend_OAuth. I’m considering that: You have a working ZF environment. You have registered your application at Twitter.com and have the consumer key and secret. I won’t get into the details […]
Recent comments