I finally found out why ... It was due to a images/ .... it tried to find the images action ...
No error though. <quote author= Hi, All my controllers which are located in the default module extends 'MyZend_Default_Controller_Action' which extends 'MyZend_Default_Common_Action' which finally extends Zend_Action_Controller When I do a request for the main page (IndexController/indexAction), the scripts executes once the 'MyZend_Default_Controller_Action' controller, but when I try to execute another controller, 'MyZend_Default_Controller_Action' gets executed twice ! I have added some of my code in pastebin: http://pastebin.com/fda9255a can anyone help me with this ? Thank you. -- View this message in context: http://www.nabble.com/parent-Controller-getting-executed-twice-tp19709269p19712966.html Sent from the Zend Framework mailing list archive at Nabble.com.
