Sometimes all it takes is explaining it to someone else: The problem was that it's "pluginPaths", not "pluginsPaths".
Fixing that fixed the problem. On Sat, Oct 10, 2009 at 7:14 PM, A.J. Brown <[email protected]> wrote: > Hey Guys, > > I'm trying to create a few custom bootstrap respources for my project. > Unfortunately, I can't get the first (and simplest) to run. I get the > following error: > > Zend_Application_Bootstrap_Exception: Resource matching "database" not > found in > /usr/share/php/ZendFramework-1.9.1-minimal/library/Zend/Application/Bootstrap/BootstrapAbstract.php > on line 685 > > My application is using the Zend_Tool layout. Here is my configuration file: > > http://pastie.org/649930 > > And here is my resource, located in /library/Treehouse/Resource/Database.php > > http://pastie.org/649932 > > Changing the resource name to "Treehouse_Resource_Database" did not > fix the error either. > > What am I doing wrong? > > -- > A.J. Brown > web | http://ajbrown.org > phone | (937) 660-3969 > -- A.J. Brown web | http://ajbrown.org phone | (937) 660-3969
