The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Unable to log in (regular or AdminCP)
I recently moved servers, and took the opportunity to set up my vB on a "forums.MYDOMAIN.com" subdomain.
I had some issues with it, where I was unable to log OUT for a few days, and it ended up being something about the cookie prefix. Now my issue is that I cannot log in, either as a normal or or an Admin, to the regular forum or to the AdminCP. I have tried: - tools.php - : Reset Cookie Domain - : Reset Cookie Path - : Updating the various caches - config.php - : changing the cookie prefix - : Disabling hooks - webserver - redirecting all traffic on www.MYDOMAIN.com and MYDOMAIN.com to forums.MYDOMAIN.com. What Happens: When I try to login from the forum index, it simply reloads the forum index. When I try to login from the AdminCP or ModCP, it loads "login.php?do=login," and tells me I have an invalid password. If I try to log in using the quick login bit at the top, it simply reloads the forum index, but if I try to login from the form on the page, it just adds a Strike to my IP. I'm not quite sure what it is that I screwed up, here, and could use a hand. I'm running vB 4.1.11 (I know, I do have to update, and will later on) on NGINX. Obviously, I cannot log into the AdminCP to make changes to any settings. |
#2
|
|||
|
|||
have you tried disabling plugins via config
|
#3
|
||||
|
||||
Yeah, forgot to add that in there. I'll go edit the post, now.
|
#4
|
||||
|
||||
After changing settings, did you make sure to delete all your browser cookies for the site? You need to do that if you change anything cookie related.
|
#5
|
|||
|
|||
If you still cant get in after you do what lynne said either get in touch with support or ask someone here to try
|
#6
|
||||
|
||||
@Lynne, yeah, just to make sure I even tried from two other browsers (First Chrome, then FireFox and then Safari), still the same behaviour.
@ForceHSS You mean over at the .com site? I was wondering if I should have posted there... |
#7
|
|||
|
|||
No, I mean a support ticket I am sure they will say the same here as over there
|
#8
|
||||
|
||||
@ForceHSS, I get ya. I was on my way to do that right after reading your post, but the vBulletin hiccuped on everyone. (I didn't break it, heh.)
Once I/they get the issue sorted out (here's hoping), I'll post the details and solution, in case someone else runs into the same thing. |
#9
|
||||
|
||||
Try this method: https://vborg.vbsupport.ru/showthread.php?t=259619
If doing that does not work, while in phpmyadmin check your administrator accounts, in the user table, alternatively you can run this query in phpmyadmin (include db prefix if one is used): Code:
SELECT * FROM `user` WHERE userid = 6; You can see the vb_ prefix before the tables and also in config.php PHP Code:
|
#10
|
||||
|
||||
@Sup, I'm not really sure what it is you're trying to get me to do, heh.
I've disabled plugins already in config.php. It's generally the first thing I used to do whenever I had a problem, because it was usually caused by my own code, heh. That doesn't seem to be the case, here. As far as the MySQL you gave me... I think you meant a usergroupid of 6, not a userid. Using the following SQL, I did check to see if anything was wanky: Code:
SELECT * FROM user WHERE usergroupid = 6 OR FIND_IN_SET(6,membergroupids); |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|