ID:               21230
 User updated by:  [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Bogus
 Bug Type:         Apache2 related
 Operating System: Windows 2000 Server
 PHP Version:      4.3.0
 New Comment:

I know some people with whom it does work with the same configuration
as me and even with internet explorer, so there must be something that
makes it work, I have been back and forth with the configuration files
and can not notice anything. I'm afraid i've had to go with IIS (I'm
Ashamed) as apache 1.3 dosen't have certain features I need. If any1
finds anything let me know


Previous Comments:
------------------------------------------------------------------------

[2003-01-10 11:43:33] [EMAIL PROTECTED]

phpBB has seen this issue, but points the finger back at php instead.
It looks like ie caches the php files in temporary internet files.
Setting your temp int files to only cache 1MB is the only work around I
have found so far.
I found a bit of code that forces the browser not to cache the php
files, but I have yet to get it to work.

header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache"); 
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
/* Date in the past*/

header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); 
/* always modified*/

header("Cache-Control: no-cache, no-store, must-revalidate");
/* HTTP/1.1 */read

Anywho, here is the snip from phpBB.


----- Posted by adrien at 8:27 AM on 11-26-2002 ----- 


when "refreshing" a page css gets printed on page using ie. i thought
this was a problem with my site only, but also phpbb.com is
experiencing it!! 


 
----- Posted by psoTFX at 7:43 AM on 11-27-2002 ----- 


This happens randomly for most, we've never been able to track down
where the problem may be coming from ... some have suggested it's the
browser, others the server, others phpBB ... given it's lack of
repeatability I'm afraid there isn't much we can do. It may be another
bug is causing this and thus fixing it will solve the problem ...
otherwise ... we welcome information on how to replicate the problem
consistently 


 
----- Posted by adrien at 12:37 AM on 12-20-2002 ----- 


Not sure if this helps, but this problem occours to me even when using
the back button in phpmyadmin 2.3.0 and only when using IE, opera,
mozilla and netscape seem immune to this on win2k.

hope this helps
adrien 


 
----- Posted by psoTFX at 5:29 AM on 12-20-2002 ----- 


This would therefore seem to indicate it's a "browser" problem given
it's existence on something other than phpBB. 


 
----- Posted by adrien at 5:32 AM on 12-20-2002 ----- 


yes, my thoughts as well

------------------------------------------------------------------------

[2002-12-27 22:10:25] [EMAIL PROTECTED]

This sounds like a question for the phpbb guys.  And by the way,
Apache2+PHP is still very much experimental.  I would suggest going
back to Apache 1.3.

------------------------------------------------------------------------

[2002-12-27 21:40:32] [EMAIL PROTECTED]

I have been using PHP for a phpbb forum. Until recently i have been
using apache 1.3 with version 4.23 of PHP, which has been working fine,
but today I upgraded to Apache 2 with version 4.30 of PHP, and have
experienced some problems, although the forum actually works, it has
trouble refreshing, for example when i post a message it accepts that
i've posted the message, but however when i return to the forum, the
message has not appeared. Even clicking refresh on my browser does not
work, The only way to refresh the page is to delete my history and
offline files, and then press refresh again. I do not think this is a
problem with the forum itself as I have not touched any of the files
since I have upgraded.

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=21230&edit=1

Reply via email to