Go Back   NuHIT - SEO, Wiki, Forums > vbWiki Pro Forums > vbWiki Pro - Installation and Support
Reply
 
Thread Tools
 
#1
Old 05-07-2008, 10:10 AM
 
FASherman
Member
 
Join Date: May 2008
Posts: 6
FASherman is offline  

Login Problem


Here's what happens.

A user deletes all of their cookies, starting with a clean slate. They navigate to the website and login. They are shown as a logged in user with a cookie with the following chips: bbsessionhash, bbpassword, bbuserid, bblastactivity, bbwelcomeheaders, bblastvisit.

Then the user navigates to the Wiki. Instead of getting the wiki, they get the "All cookies cleared" message box which returns them to forum home. However, the site cookie still exists with the following chips: bbsessionhash, , <dbname>_mw_UserID, <dbname>_mw_LoggedOut, <dbname>_mw_session.

The user logs in again. Cookie now looks like: bbsessionhash, bbpassword, bbuserid, bblastactivity, bbwelcomeheaders, bblastvisit, <dbname>_mw_UserName, <dbname>_mw_LoggedOut, <dbname>_mw_session.

Now the user navigates to the wiki and everything works. Now the cookie is: bbsessionhash, bbpassword, bbuserid, bblastactivity, bbwelcomeheaders, bblastvisit, <dbname>_mw_UserID, <dbname>_mw_LoggedOut, <dbname>_mw_session.

Now close the browser (remember me was also selected when logged in). User goes to site and is logged in. Goes to wiki and cookies are cleared. Process starts all over again.

Cookie domain and path are identical between vBulletin and vbWiki.
Reply With Quote

#2
Old 05-08-2008, 02:55 AM
 
We have exactly the same problem.
Running on vB3.7.0 Gold, MediaWiki 1.12.0, vBWiki Pro 1.3 RC5.
Sonyuserforum
Premium Member
 
Join Date: Feb 2008
Posts: 6
Sonyuserforum is offline  
Reply With Quote

#3
Old 05-08-2008, 07:48 AM
 
FASherman
Member
 
Join Date: May 2008
Posts: 6
FASherman is offline  
Quote:
vB3.7.0 Gold, MediaWiki 1.12.0, vBWiki Pro 1.3 RC5
Same configuration
Reply With Quote

#4
Old 05-08-2008, 10:18 AM
 
Here's another symptom. If one is an unregistered user, they have to click the Wiki link 3 times to access the wiki. The first two come back with "clearing the cookie" messages.
FASherman
Member
 
Join Date: May 2008
Posts: 6
FASherman is offline  
Reply With Quote

#5
Old 05-08-2008, 09:26 PM
 
FASherman
Member
 
Join Date: May 2008
Posts: 6
FASherman is offline  
I only had an hour to look at it, but it seems to be a bug in the AuthoAuthenticate funtion in arcane_vbulletin_core.php

I don't have time to look at it more closely until next week, but once I do, I'll figure out a patch and post the instructions. I'm assuming I'm not allowed to simply post a fixed file without violating copyright and the software license.
Reply With Quote

#6
Old 06-26-2008, 01:57 PM
 
Exclamation

I have the SAME Problem, can someone from NuHit solve that?

Please!
academyofsocialarts
Premium Member
 
Join Date: Jan 2008
Posts: 6
academyofsocialarts is offline  
Reply With Quote

#7
Old 06-26-2008, 04:35 PM
 
Alfa1
Moderator
 
Join Date: Nov 2006
Posts: 586
Alfa1 is offline  
There is no one from NuHit.
__________________
__________________
__________________

Unfortunately, the developer has disappeared last year. There is no official support for NuHit products. Some products no longer work.
Although I am not part of Nuhit staff, I will support/advise customers where I can and moderate the NuHit forums. Please read more information here.
Reply With Quote

#8
Old 06-29-2008, 11:54 PM
 
Thumbs down That's a bummer

I paid $85.00 for vBwiki Pro in November of last year. I sent one request for support in getting my URL structure corrected and never had a reply. I see that a number of people have bought it since then and that it is in fact still on sale for $60.

My expectation was that this would be supported at least through 3.7. I never had this working properly, so it was never of any use. I certainly did not get $85 worth of value out of it. I feel a little bit ripped off.
jetsetter
Premium Member
 
Join Date: Nov 2007
Posts: 5
jetsetter is offline  
Reply With Quote

#9
Old 06-30-2008, 11:08 AM
 
kremer4
Member
 
Join Date: Jun 2008
Posts: 3
kremer4 is offline  
Think I got it, edit the file "/vbWiki/vbWiki_Auth.php"

Put // infront of the following lines

$user->logout();
global $wgEnableParserCache, $wgParser, $wgOut, $wgCachePages;


So it should be

//$user->logout();
//global $wgEnableParserCache, $wgParser, $wgOut, $wgCachePages;


Let me know if this works for you. I also made one other change but I don't think it's related. If this does not work then I'll post the other change I made.

I have cleared my cookies, restarted my browsers (both IE and Firefox) and it's working for me everytime now.

Last edited by kremer4 : 06-30-2008 at 12:15 PM.
Reply With Quote

#10
Old 06-30-2008, 11:08 AM
 
Oh FYI, I'm using Vbulletin 3.7.2
kremer4
Member
 
Join Date: Jun 2008
Posts: 3
kremer4 is offline  
Reply With Quote

#11
Old 07-09-2008, 11:56 PM
 
tazzarkin
Premium Member
 
Join Date: Nov 2007
Posts: 14
tazzarkin is offline  
Quote:
Originally Posted by Sonyuserforum View Post
We have exactly the same problem.
Running on vB3.7.0 Gold, MediaWiki 1.12.0, vBWiki Pro 1.3 RC5.
--------------------

same configuration here too.
Reply With Quote

#12
Old 07-10-2008, 03:04 PM
 
Thank you so much, kremer4.

The modification you made works for us. No problems so far.
We are running vB3.7.2 PL1, MW 1.12.0, vBWiki Pro 1.3 RC5.
Sonyuserforum
Premium Member
 
Join Date: Feb 2008
Posts: 6
Sonyuserforum is offline  
Reply With Quote

#13
Old 07-11-2008, 05:06 AM
 
tazzarkin
Premium Member
 
Join Date: Nov 2007
Posts: 14
tazzarkin is offline  
Works for me too!

---------------
Quote:
Originally Posted by kremer4 View Post
Think I got it, edit the file "/vbWiki/vbWiki_Auth.php"

Put // infront of the following lines

$user->logout();
global $wgEnableParserCache, $wgParser, $wgOut, $wgCachePages;


So it should be

//$user->logout();
//global $wgEnableParserCache, $wgParser, $wgOut, $wgCachePages;


Let me know if this works for you. I also made one other change but I don't think it's related. If this does not work then I'll post the other change I made.

I have cleared my cookies, restarted my browsers (both IE and Firefox) and it's working for me everytime now.
Reply With Quote

#14
Old 07-11-2008, 05:29 AM
 
Quote:
Originally Posted by kremer4 View Post
Think I got it, edit the file "/vbWiki/vbWiki_Auth.php"

Let me know if this works for you. I also made one other change but I don't think it's related. If this does not work then I'll post the other change I made.

I have cleared my cookies, restarted my browsers (both IE and Firefox) and it's working for me everytime now.
-------------------


It works, which is great. But now there is another issue (although a small one). Even though it is officially logged out of vbulletin and mediawiki, if you visit the mediawiki it still shows as being logged in (eventhough it really isn't).

In the upper-right hand corner, it still shows the old user and the logout button. It's a small thing, but the last step to get it working 100%.

Added Note: If I manually delete my cookies in the web browser, then it seems to work fine. But I would have to manually delete my cookies everytime.

Last edited by tazzarkin : 07-11-2008 at 05:34 AM.
tazzarkin
Premium Member
 
Join Date: Nov 2007
Posts: 14
tazzarkin is offline  
Reply With Quote

#15
Old 09-16-2008, 10:19 AM
 
limbic
Premium Member
 
Join Date: Aug 2007
Posts: 5
limbic is offline  
Yeah, this is a security risk. Users coming in from a public computer will be wide open, so is your wiki. Close but not good enough.

JD

Last edited by limbic : 09-16-2008 at 10:27 AM.
Reply With Quote

Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

<
Similar Threads
Thread Thread Starter Forum Replies Last Post
Unable to Login Ian Brown vbWiki Pro - Installation and Support 13 07-11-2008 05:09 AM
Problem Login into admincp vbulletin jimjamzoo vBulletin