Web Wiz - Green Windows Web Hosting - Celebrating 25 Years!

  New Posts New Posts RSS Feed - Some minor version 8,0 RC1 bugs
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Some minor version 8,0 RC1 bugs

 Post Reply Post Reply Page  12>
Author
JasonSGN View Drop Down
Newbie
Newbie


Joined: 14 January 2006
Status: Offline
Points: 25
Post Options Post Options   Thanks (0) Thanks(0)   Quote JasonSGN Quote  Post ReplyReply Direct Link To This Post Topic: Some minor version 8,0 RC1 bugs
    Posted: 22 March 2006 at 12:05pm
Here's what I've found after a full day of use/testing:
  • My admin account occassionally disappears from the 'Active Users' list. I think it happens after I enter the admin area.
  • The 'Mark all Posts as Read' link doesn't always mark all the posts as read. This has happened on two seperate computers with both IE 6.0 and FireFox 1.51 (all cookies were deleted on both computers to help resolve the issue with no luck).
  • After Replying to a multi-page thread, you're taken back to the first page of the thread (this may be by design).
  • Unlike version 7.x, after making a change to a topic (moving, change to sticky, etc) and you close the window, the forum page is not automatically refreshed/reloaded with the changes made - you must manually refresh the screen.
  • I have had a few loss of sessions.
  • Email address don't show up correctly when you view someone's profile.

BTW, I'm loving the new version and can't wait for the final release.

 


Edited by JasonSGN - 22 March 2006 at 12:13pm
Back to Top
WebWiz-Bruce View Drop Down
Admin Group
Admin Group
Avatar
Web Wiz Developer

Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
Post Options Post Options   Thanks (0) Thanks(0)   Quote WebWiz-Bruce Quote  Post ReplyReply Direct Link To This Post Posted: 22 March 2006 at 12:37pm
1. A small bug means that when logging into the admin section you are shown as 'Anonymous' in the active users list.

2. I shall look into this

3. Someone else reposted this, and I am unable to replocate it. When you make a new post you should by directed back to the forum_posts.asp page with the Topic ID (TID) and the Post ID (PID). You should then be taken back directly to the post you made in the topic, no matter what page you are on. Could you please explain your forum setup in detail (how many topics etc. on a page) so I can workout where the code that calculates what page the post is on is failing.

4. This is done by design, as it coursed issues in previous versions.

5. If you are loosing your session it often means problems with the server, or you are using web gardens etc. Change :-

'Const blnDatabaseHeldSessions = False'

to true in the file 'functions/functions_session_data', this will mean your session data is stored in the database instead of using an application level array.

5. This email bug has been reported and is being looked into
Back to Top
JasonSGN View Drop Down
Newbie
Newbie


Joined: 14 January 2006
Status: Offline
Points: 25
Post Options Post Options   Thanks (0) Thanks(0)   Quote JasonSGN Quote  Post ReplyReply Direct Link To This Post Posted: 22 March 2006 at 11:34pm
Originally posted by -boRg- -boRg- wrote:


3. Someone else reposted this, and I am unable to replocate it. When you make a new post you should by directed back to the forum_posts.asp page with the Topic ID (TID) and the Post ID (PID). You should then be taken back directly to the post you made in the topic, no matter what page you are on. Could you please explain your forum setup in detail (how many topics etc. on a page) so I can workout where the code that calculates what page the post is on is failing.
 
My forum is using an MS SQL 2005 database that was upgraded from version 7.97 and has 20 topics per page and 10 posts per page. The posts I noticed the problem with was on its third page (it was the 27th post in the thread). Hope this helps.
 
Also, could the sporatic session loss have anything to do with the 'Mark all posts as read' link not working consistently? BTW, my site is hosted on Crystaltech.com
Back to Top
JasonSGN View Drop Down
Newbie
Newbie


Joined: 14 January 2006
Status: Offline
Points: 25
Post Options Post Options   Thanks (0) Thanks(0)   Quote JasonSGN Quote  Post ReplyReply Direct Link To This Post Posted: 23 March 2006 at 2:26am
Originally posted by -boRg- -boRg- wrote:


5. If you are loosing your session it often means problems with the server, or you are using web gardens etc. Change :-

'Const blnDatabaseHeldSessions = False'

to true in the file 'functions/functions_session_data', this will mean your session data is stored in the database instead of using an application level array.
 
Unfortunately, this didn't seem to correct the issue.
Back to Top
WebWiz-Bruce View Drop Down
Admin Group
Admin Group
Avatar
Web Wiz Developer

Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
Post Options Post Options   Thanks (0) Thanks(0)   Quote WebWiz-Bruce Quote  Post ReplyReply Direct Link To This Post Posted: 23 March 2006 at 10:49am
Thanks for letting me know about no. 3, hopefully I can replicate the issue now.

As for the session problem, now you have sessions stored in the database you should be able to get a list of them by viewing the database table.

Could you have a look in this table and see if and when your session ID is changing, or a new session is being created for you, as this may help workout what the issue is.

Also does it only happen when you click the 'mark all posts as read'?
Back to Top
yataylimit View Drop Down
Groupie
Groupie
Avatar

Joined: 23 April 2002
Location: United States
Status: Offline
Points: 82
Post Options Post Options   Thanks (0) Thanks(0)   Quote yataylimit Quote  Post ReplyReply Direct Link To This Post Posted: 23 March 2006 at 11:06am
And a few minor bugs from me:
 
In the new_reply_form.asp page the labels like Size, Font,
In the file-image upload page the label Upload
are shown in English and not included in the language file.
 
Please someone (preferably Borg Smile) tell me how I can translate them.
 
Besides them, version 8 is a great one. Have fun.
Back to Top
JasonSGN View Drop Down
Newbie
Newbie


Joined: 14 January 2006
Status: Offline
Points: 25
Post Options Post Options   Thanks (0) Thanks(0)   Quote JasonSGN Quote  Post ReplyReply Direct Link To This Post Posted: 23 March 2006 at 12:11pm
Originally posted by -boRg- -boRg- wrote:

Thanks for letting me know about no. 3, hopefully I can replicate the issue now.

As for the session problem, now you have sessions stored in the database you should be able to get a list of them by viewing the database table.

Could you have a look in this table and see if and when your session ID is changing, or a new session is being created for you, as this may help workout what the issue is.

Also does it only happen when you click the 'mark all posts as read'?
 
I'll check the database and post the results and it does not happen when I click 'mark all post as read'.
 
I tried the 'mark all post as read' link on your forum and noticed the same issue - all of the posts were NOT marked as read (using IE and FireFox).
 
Also, would it cause a problem if I re-ran the 7.x to 8.x database upgrade utility? I wonder if there was a problem with the conversion if no one else is experiencing this issue.
 
Thanks for all of your help.
Back to Top
WebWiz-Bruce View Drop Down
Admin Group
Admin Group
Avatar
Web Wiz Developer

Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
Post Options Post Options   Thanks (0) Thanks(0)   Quote WebWiz-Bruce Quote  Post ReplyReply Direct Link To This Post Posted: 23 March 2006 at 1:24pm
The 'Mark All Posts As Read' simply updates your last visit date to the present time and date, so there are no posts older than your last visit so they are all marked as read.

When you refer to a session issue, is it that you are finding when you come back to the forum you are logged out sometimes.

If so I have found the reason for this, if you log into the admin area the auto-login cookie stops working, so if you leave the forum for 20 minutes or longer you are not logged in when you return.

I am presently looking into this issue.
Back to Top
 Post Reply Post Reply Page  12>

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.