Hello, we are trying to build an application using the zend framework and have the following problem: "Some controller actions are called twice. This means that the actions gets called, finishes its execution and then gets called again".
We tracked this down by checking entries in a log file. For one request there where 2 entries in the log file.
Do you know anything that might be causing this problem? Is this related with the dispatch process of the Front Controller?
Regards,