Example.
zf create project test
zf create module admin
zf create controller index index-action-included[=1] admin
last command creates an default controller with class name as "IndexController" into admin->controller
required change.
class name of admin module controller should be Admin_IndexController.
We have created project test and module admin using zend_tool and we found this problem.
Regards
Arup
Fixed in r18600 as part of
ZF-6787. Will be included in 1.10 release