The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
Hello
When I try to loggin and you password is wrong, there is an error: "You have entered an invalid username or password. Please press the back button, enter the correct details and try again. Don't forget that the password is case sensitive. You used [ARG: 3 UNDEFINED] attempts to log on the 5 allowed." Where is {3}? Is it in login.php? How can I solve this? thanks |
#2
|
||||
|
||||
![]()
The name of the phrase is "badlogin_strikes". So, do a Search in Templates for that phrase and make sure it has 3 valid arguments.
|
#3
|
||||
|
||||
![]()
I don't find anything in the search.
What template is it? I think that I haven't 3 valid arguments, but I don't find it... Thanks for your time |
#4
|
||||
|
||||
![]()
Looks like it is called in the script instead. login.php, around line 121.
|
#5
|
||||
|
||||
![]()
It seem that all right. I upload original file and don't solve
![]() Code:
if ($vbulletin->options['usestrikesystem']) { eval(standard_error(fetch_error('badlogin_strikes', $vbulletin->options['bburl'], $vbulletin->session->vars['sessionurl'], $strikes))); } else { eval(standard_error(fetch_error('badlogin', $vbulletin->options['bburl'], $vbulletin->session->vars['sessionurl']))); } } |
#6
|
||||
|
||||
![]()
And do you have stikes on or off? Have you checked those two phrases to make sure they are default?
If they are both default, then try disabling your modifications/plugins and see if you still have this problem. Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php PHP Code:
|
#7
|
||||
|
||||
![]()
SOLVED!!!
I have "Use Login "Strikes" System" in NO, but the sentence was translated into Spanish in the two options. I have only had to edit and delete the code in which I was interested Thanks for your patience |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|