ZF-8540: Invalid method "getResourceLoader"
Description
Zend_Application_Module_Bootstrap::initResourceLoader() calls $this->getResourceLoader() that does not exist.
Zend_Application_Module_Bootstrap::initResourceLoader() calls $this->getResourceLoader() that does not exist.
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2009-12-14T06:23:38.000+0000
Actually, the method does exist, in the abstract bootstrap class. The problem was actually a method that needed to be renamed due to refactoring (it's a new method anyways).
All is now working.