Hi, I am having the same issue as the following post:
http://old.nabble.com/Timeout-on-IE-but-not-on-other-browsers-td18082970.html I have a controller for generating (sometimes large) reports and Internet Explorer times out whenever I try to run a report. Firefox, Chrome and Safari are fine but Internet Explorer (tested on IE7 and IE8) displays the following error: "Internet Explorer cannot display the webpage" The strange thing is the browser will take longer to load for a large report than it would for a smaller then show the error when it should render the page. As an example I generated a report with results from the last month for all clients and it took about 12 seconds then showed the error message. I then tried a report for all clients for the last year and it took about 3 minutes before showing the error message. Other browsers take around the same amount of time to load but show the page when finished. This issue is definitely not caused by Javascript as I have disabled this and it made no difference. I tried putting a line above my big query that outputs a space like suggested in the previous post: echo ' '; // Force IE to actually load the page This works, but only on my local machine. I uploaded the exact same change to the live (FreeBSD based) server and had the same problem as before. This only affects IE and I am out of ideas... If anyone could help it would be appreciated :). -- You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/cake-php?hl=.
