I use a modular structure:
/modules/admin
/modules/default
In both modules I extend a controller of my library. The controller should
always render the view scripts of the default module:
$this->_helper->viewRenderer->renderBySpec('index', array('module' =>
'default', 'controller' => 'index'));
But for some reason the module ist not accepted:
Message: script 'index/index.phtml' not found in path
.../application/modules/admin/views/scripts/:./views/scripts/:.../application/views/scripts/)
Any idea?