On Tue, Oct 12, 2010 at 2:05 PM, debussy007 <[email protected]> wrote: > > Hi, > > I have a very strange error with my ZF application. > > Firefox create two requests when a specific action is being called. > Nor Chrome nor Opera do this. I tested it just by logging the actions > called. > > What a very odd error ... > I also noticed that I have this behaviour when I am fetching cache files, > but anyway .... this is server side, shouldn't make any difference but seems > it does ... > > Anyone can help me debug this error ? I am clueless on this one
Any chance you are using Firebug in PHP? I found recently that I was getting a second request on a site when it was turned on. I never dug into it to see if it was Firebug itself, or YSlow or FirePHP that were also installed. All I know is that the repeat requests disappeared when I turned Firebug off. Andrew
