| Author |
Topic Search Topic Options
|
JasonSGN
Newbie
Joined: 14 January 2006
Status: Offline
Points: 25
|
Post Options
Thanks(0)
Quote Reply
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
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
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
|
 |
JasonSGN
Newbie
Joined: 14 January 2006
Status: Offline
Points: 25
|
Post Options
Thanks(0)
Quote Reply
Posted: 22 March 2006 at 11:34pm |
-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
|
 |
JasonSGN
Newbie
Joined: 14 January 2006
Status: Offline
Points: 25
|
Post Options
Thanks(0)
Quote Reply
Posted: 23 March 2006 at 2:26am |
-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.
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
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'?
|
 |
yataylimit
Groupie
Joined: 23 April 2002
Location: United States
Status: Offline
Points: 82
|
Post Options
Thanks(0)
Quote Reply
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  ) tell me how I can translate them.
Besides them, version 8 is a great one. Have fun.
|
 |
JasonSGN
Newbie
Joined: 14 January 2006
Status: Offline
Points: 25
|
Post Options
Thanks(0)
Quote Reply
Posted: 23 March 2006 at 12:11pm |
-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.
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
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.
|
 |