How do I set the path to a module? I my application.ini I have:
bootstrap.path = APPLICATION_PATH "/Bootstrap.php" bootstrap.class = "Bootstrap" ; module bootstrapping resources.frontController.moduleDirectory = APPLICATION_PATH "/modules" resources.modules.projects = "" The error I get is: Warning: Zend_Loader::include(Projects/Bootstrap.php) [zend-loader.include]: failed to open stream: No such file or directory in /usr/local/lib/php/Zend/Loader.php on line 83 It should be looking in: application/modules/Projects/Bootstrap.php How do I tell it to look in this folder? Anyone help me please? monk.e.boy -- View this message in context: http://www.nabble.com/struggling-to-get-modules-working-tp23816225p23827993.html Sent from the Zend Framework mailing list archive at Nabble.com.
