boardom Forum Index boardom
b2 message board
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

upgrade problem
Goto page Previous  1, 2, 3
 
Post new topic   Reply to topic    boardom Forum Index -> Installation issues
View previous topic :: View next topic  
Author Message
epolady



Joined: 30 Jul 2002
Posts: 800
Location: Texas

PostPosted: Tue Oct 14, 2003 8:35 am    Post subject: Reply with quote

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
View user's profile Send private message
acidgloss



Joined: 08 Oct 2003
Posts: 12
Location: Long Island NY

PostPosted: Tue Oct 14, 2003 4:50 pm    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger
phona



Joined: 07 Feb 2002
Posts: 35
Location: Australia

PostPosted: Fri Oct 17, 2003 2:52 am    Post subject: Reply with quote

you just need to upload the newest blog.header.php file Smile
_________________
Just a sweet lil Aussie chick (yeah, whatever)
Back to top
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger
hazel



Joined: 20 Jan 2004
Posts: 34
Location: Philippines

PostPosted: Thu Feb 19, 2004 11:12 am    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website Yahoo Messenger
Display posts from previous:   
Post new topic   Reply to topic    boardom Forum Index -> Installation issues All times are GMT + 1 Hour
Goto page Previous  1, 2, 3
Page 3 of 3

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB 2 © 2001, 2002 phpBB Group