Hi Matthew,

Thanks very much for the instructions - I did try them, but for some reason
they still didn't solve the problem.

Here's the structure of my folders:

http://n4.nabble.com/file/n802065/Picture%2B1.png 
<br />

My Class name inside of the application/controllers/helpers/Initializer.php
is : My_Action_Helper_Initializer 
and it extends Zend_Controller_Action_Helper_Abstract.

Inside of the application.ini I have added the following line:

resources.frontcontroller.actionhelperpaths.My_Action_Helper_Initializer =
APPLICATION_PATH "/controllers/helpers" 

and in the Bootstrap.php I've created the following, protected method:

protected function _initActionHelpers(){
        Zend_Controller_Action_HelperBroker::addPath(
        APPLICATION_PATH."/controllers/helpers",
        "My_Action_Helper_Initializer"
        );
}

However I'm still getting the error starting with:

Fatal error: Uncaught exception 'Zend_Application_Bootstrap_Exception' with
message 'No default controller directory registered with front controller'
in

Also - does it mean that I need to specify separately path to each Action
Helper rather than general one for all of them?

I appreciate your help.

Regards,
-- 
View this message in context: 
http://n4.nabble.com/Action-Helpers-Path-configuration-in-version-1-9-5-tp788751p802065.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to