View previous topic :: View next topic |
Author |
Message |
epolady
Joined: 30 Jul 2002 Posts: 800 Location: Texas
|
Posted: Tue Oct 14, 2003 8:35 am Post subject: |
|
|
If you installed b2 0.6.2.2 which was released on the 9th, you shouldn't have any problems (I just did a fresh install of this myself). The only thing I can suggest is to reupload all of your b2files (preferably the 0.6.2.2 release) and go from there. I'm sorry that I can't be of more help, I'm not a b2 developer nor am I an expert in php/mysql.
If you continue to have problems, might I suggest making the move to WordPress, which is the official branch of b2, since b2 has stopped developing, you won't get much support here (at this forum) except from a few users who may stop in once in a while. _________________ No more support from me. Goodbye!
Go upgrade to WordPress, you'll find better support there. |
|
Back to top |
|
 |
acidgloss
Joined: 08 Oct 2003 Posts: 12 Location: Long Island NY
|
Posted: Tue Oct 14, 2003 4:50 pm Post subject: |
|
|
I believe in the end the problem turned out to be with my ISP; Because it seemed everyone else could view the most recent entry but me; and now 12 hours later I can finally view the entry as well. - Very sorry for the trouble. And I think I'll just stick to B2 =D |
|
Back to top |
|
 |
phona
Joined: 07 Feb 2002 Posts: 35 Location: Australia
|
Posted: Fri Oct 17, 2003 2:52 am Post subject: |
|
|
you just need to upload the newest blog.header.php file  _________________ Just a sweet lil Aussie chick (yeah, whatever) |
|
Back to top |
|
 |
hazel
Joined: 20 Jan 2004 Posts: 34 Location: Philippines
|
Posted: Thu Feb 19, 2004 11:12 am Post subject: |
|
|
michel v wrote: | OK, let's see if this fixes your problem:
Open blog.header.php, look for these lines:
[php]@header ("Last-Modified: $last_modified_header");
@header ('ETag: "'.md5($last_modified_header.$pagenow).'"');[/php]
Replace them with these lines:
[php]if (!$is_winIE) {
@header ("Last-Modified: $last_modified_header");
@header ('ETag: "'.md5($last_modified_header.$pagenow).'"');
}[/php]
Next, look if you can refresh in MSIE. |
I've been looking for this answer .. thanks.. only one problem though,
whenever I comment.. (i'll just state an example because it's hard to explain.. so i hope you'll understand!)
for example there are 8 comments before.. then I added 1.. after I enter the comment it still shows 8 comments even though i refreshed it several times.. |
|
Back to top |
|
 |
|