ZF-8306: Zend_Tool create module should enable modules in application.ini
Description
When you crate module using Zend_Tool, it is not working until this line:
resources.frontController.moduleDirectory = APPLICATION_PATH "/modules"
is added in /application/configs/application.ini It would be nice to have it done automatically. (tested on latest incubator)
Comments
Posted by Shaun Farrell (farrelley) on 2010-02-05T06:33:29.000+0000
This doesn't seem to be working in 1.10 either.
Posted by Ralf Eggert (ralf) on 2010-05-30T06:01:57.000+0000
duplicated
Posted by Felix Kaechele (heffer) on 2010-07-27T01:30:10.000+0000
Is there any intent to fix this? I got a bug filed against the Fedora ZF package regarding this bug at https://bugzilla.redhat.com/show_bug.cgi?id=611327 A quick status update would be appreciated.
Posted by Martin Hujer (mhujer) on 2010-08-03T13:26:59.000+0000
Still not fixed in 1.10.7
Posted by Ramon Henrique Ornelas (ramon) on 2010-11-20T13:46:04.000+0000
Fixed in trunk r23418 merged to release branch 1.11 r23419. See issue ZF-9729.