Dear members,

I have a page that performs some queries and return a lot of data. I'm
able to view this page using Firefox and Netscape browsers but when I
use Internet Explorer, it gives me the "The page cannot be displayed"
error message. At the bottom of the page it says "Cannot find server
or DNS Error".

I suspect it's due to short execution time but after increasing it
from 30s to 60s in php.ini, it still doesn't work on IE. When I check
the query time using other browser (Firefox) in debugging mode
(setting define('DEBUG', 1); in core.php), I found that the query time
is only about 120ms. So, I don't think it's the script execution time
problem. Is there any setting that I can change in IE for increasing
timeout from the browser?

Thanks for your advice!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
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=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to