ID: 15612 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Output Control Operating System: Windows XP PHP Version: 4.1.1 New Comment:
Here's some more info about what's going on. NOTE: Since the websites are being hosted on my computer, if they cannot be accessed it might be that the computer is not on or the port is blocked (port 80 is sometimes blocked by my ISP to keep out the code red virus) The address is : http://fatalerror.getmyip.com:88/apply.phps http://fatalerror.getmyip.com/apply.phps In IE6 it would constantly refresh. In Mozilla and Opera it would load up some of the file and then stop. Once and a while it would load the whole thing but not often. In Netscape 6 it would only load up part of the file then stop. Netscape 4.78 was the only browser to load up the phps file every time completely. The following is the access log for some of the browsers. "GET /apply.phps HTTP/1.1" 200 40748 "-" ... IE 6 "GET /apply.phps HTTP/1.1" 200 417309 "http://fatalerror.getmyip.com/" ... Opera "GET /apply.phps HTTP/1.0" 200 416590 "-" ... Netscape 4.78 I get a similar error with another website. http://legaciesleft.getmyip.com:88 http://legaciesleft.getmyip.com With this website, they work great on the hosted computer and somewhat worked for network computers. But once I try to access it from the internet, it rarely works. If I get the full page at all, it has some garbage characters in it. THe flush() worked on one site but when I tried using the flush() on this website, it only made it work for network computers. For computers on the internet, it still wouldn't work. And regarding phps files, I can't use flush() at all. Let me know if you need any more information. Previous Comments: ------------------------------------------------------------------------ [2002-02-18 22:54:58] [EMAIL PROTECTED] now is this a memory limit problem or is it something else? ------------------------------------------------------------------------ [2002-02-18 22:51:02] [EMAIL PROTECTED] Somewhat related to "Bug #14529 script doesn't always finish output". I just finished writing a script that is 82 Kb big. The script runs fine with no errors but when I converted it to a phps and viewed it, It would constantly refresh inside the window. I was able to fix a problem with a similar incident by putting flush() functions in a loop with many many print and echo statements. That fixed that but I can't do that with the phps file. I have the website availeable if needed. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=15612&edit=1