vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   News and Announcements (https://vborg.vbsupport.ru/forumdisplay.php?f=2)
-   -   Bug in version 3.5 RC3 (users get logged out unexpectedly) (https://vborg.vbsupport.ru/showthread.php?t=96212)

Brad 09-13-2005 10:24 PM

Bug in version 3.5 RC3 (users get logged out unexpectedly)
 
I've been seeing people hitting this bug all day so I thought it would be a good idea to post an announcement related to it.

Basicly people are begin logged out of the forum at random times, personaly I've only hit the bug once but others seem to get it all the time.

Freddie posted this fix here

Open class_core.php

Find:

PHP Code:

vbsetcookie('sessionhash'$sessionhash0); 

Replace with:

PHP Code:

if (!defined('SKIP_SESSIONCREATE'))
 {
     
vbsetcookie('sessionhash'$sessionhash0);
 } 


Oblivion Knight 09-13-2005 10:31 PM

Thanks for the pointer, Brad.

None of my users had reported anything, but I've fixed the mentioned file anyway.

Floris 09-13-2005 10:41 PM

Users from vbfans reported this, so I have fixed it :)

bigcurt 09-13-2005 10:56 PM

I also had someone report this on a forum I work at. Thanks alot :)



~Curt

Paul M 09-14-2005 12:06 AM

As I recall - it's only a problem if you don't use "remember me" isn't it.

Marco van Herwaarden 09-14-2005 02:40 AM

And it seems to happen more often if you are also logged into ACP and using FF. But that might be coincidence.

Protoman 09-14-2005 02:58 AM

I was starting to wonder why I had to login so many times in 20 minutes. :D

hydrostatic 09-14-2005 03:04 AM

RC3 seems to be bug-full... First it was the "Members Viewing This Thread" and now it's this? Wow, maybe RC3 won't be the last RC of 3.5. At least RC1 and RC2 didn't have bugs that were this conspicuous...

Well, it doesn't happen on my forum. But I applied the fix anyway.

Brandon Sheley 09-14-2005 03:15 AM

soory, but where is class_core.php ?

Andreas 09-14-2005 03:25 AM

Where it should be :)
In includes


All times are GMT. The time now is 01:46 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01527 seconds
  • Memory Usage 1,728KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete