The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi,
I converted from SMF > vBulletin 4 all went fairly well. Issue is quite a few members bithdates got set to Jan 1 1901, and vbulletin does not like that year. The problem is members have to reset their passwords, but members with these invalid birthdates cant, they get the error "The solution of task you submitted was incorrect. Please read the instruction and try again.." So I wanted to figure out where I can change that and allow 1901 so my members can get online easier. Thanks! |
#2
|
|||
|
|||
![]()
Go to PHPMYADMIN and execute the following query:
SELECT * FROM `user` WHERE `birthday` LIKE '%1901%' LIMIT 0 , 30 When the list of results comes up, you can easily see which users you can either 1) Manually modify their birthdate via ACP or 2) Update all via SQL query |
#3
|
|||
|
|||
![]() Quote:
Thats a bit over my head, I would update all to like 1980 for now, so how would I do that? Thanks |
#4
|
|||
|
|||
![]()
What I posted may look hard, but it is very easy. Navigate to PHPMYADMIN via cPanel , Plesk, or whatever panel your server is using. You can copy and paste the contents I posted above and you will get your results which you can update.
|
#5
|
|||
|
|||
![]()
Strange its only pulling up one user when I do that query?
|
#6
|
|||
|
|||
![]()
anyone?!
|
#7
|
|||
|
|||
![]()
That should have shown the first 30 users with a 1901 birth year (I just tried it and it worked for me). Are you sure you have more than one in the db?
|
#8
|
|||
|
|||
![]()
yes I keep getting emails from members needing help and when i go to reset their logins there dates are set like that.
For some reason only one user is showing up, I know for a fact there are LOTS more then that...any idea?! Maybe im running the query wrong Im going in phpMyAdmin selecting my database from the drop down then running the query. |
#9
|
|||
|
|||
![]()
anyone?
|
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|