Page 1 of 1

Browser suddenly stops working ¿WHY?

Posted: Thu Mar 23, 2006 10:23 am
by Yohany
Hi, I have made an application in php that works with apache in windows nt 2000 server. This application is working with a relational database in mysql. there are a lot of data inside this database.
Since few days ago, when I do a query, and the system is working; it seems that the browser suddenly stops, and shows part of the html code.

It looks like the user pressed the esc key. It has enabled E_ALL, but it doesn´t show any error message.
Now I see that it works fine ocasionally in the LAN where it is installed; but when i connect my computer to that LAN, in my computer works fine, with no problem!. Thinking that probably my computer is little faster, I used and connected a friend's computer, which has the same features as the others computers, to that LAN and it worked fine!

So I can't find the problem; I don't know if there is any problem with apache and mysql due to its slow speed in windows nt and how to increase the speed, or if there is any configuration in the browsers of the LAN that make it stop like if i were pressed the Esc key. or what?

Please I need your help

Posted: Thu Mar 23, 2006 2:38 pm
by timvw
What does the error_log tell you? (In case you're wondering where you left that file.. you might want to check out the configuration section at the php documentation :))

Posted: Fri Mar 24, 2006 12:26 pm
by Yohany
The error_log doesn't show any thing related, only the past code errors that were already corrected :?