Could not find a valid loginform...

Support specific to the vBulletin plugin.

Moderator: Alan

Forum rules
Please post all the bugs you encounter on our issue tracker.

Could not find a valid loginform...

Postby Webformance on Fri Oct 02, 2009 10:36 am

Please fill up the following form to enjoy free support from our Team. No Support will be provided in case this form is not filled up!

1. Have you searched the forums and checked the documentation section for a solution?
Yes

2. Please summarize your problem in a few lines.
When I log in from joomla (slave) I get this error:

0: Could not find a valid loginform, check plugin parameters! I found -- Name= &ID=pagenav_form

3. What steps will reproduce the problem?
See Step 2.
4. What is the expected output? What do you see instead?
I'm guessing to not see this error. I see the error.
5. You must include a printout of the login checker in the JFusion component.

Code: Select all
Joomla Version     1.5.14
PHP Version    5.2.5
MySQL Version    5.0.81
System Information    Linux vps.swopeoffice.com 2.6.18-Sept17-v07iscsi-Xeon32 #1 SMP Thu Oct 1 14:57:12 EDT 2009 i686
Browser Information    Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3
jfusion user Plugin    Enabled
jfusion authentication Plugin    Enabled

JFusion Versions
JFusion Component Version    1.2.0-000 (Rev 1473)
JFusion Authentication Plugin Version    1.2.0-000
JFusion User Plugin Version    1.2.0-000
JFusion Activity Module Version    1.2.0-000
JFusion Login Module Version    1.2.0-000
JFusion Search Plugin Version    1.2.0-000
JFusion Discussion Plugin Version    1.2.0-000

JFusion vbulletin Plugin
configuration    master 1
slave 0
dual_login 1
check_encryption 1
JFusion joomla_int Plugin
configuration    master 0
slave 1
dual_login 1
check_encryption 1


Authentication Plugin
userid    5
username    Jeff
name    Jeff
email    jeffrswope@gmail.com
group_id    2
group_name    Registered Users
membergroupids    ""
displaygroupid    0
password    ba81a6********
password_salt    #-k*****
usertitle    Junior Member
customtitle    0
posts    0
block    0
activation    ""
credentialed_username    Jeff
   Authentication Plugin Success
Authentication Plugin Debug
0    vbulletin Password Encryption Check: Success


jfusion User Plugin
   User Plugin Success
User Plugin Debug
init    0 Using userinfo JFusion authentication plugin
vbulletin Session Debug    0 Trying to find loginform using url: http://www.rsxpowersports.com/forum/index.php?&noredirect=1
1 Login page read, setting cookies first phase:
2 Created COOKIE: Name=bblastvisit, VALUE=1254479560, Expires=02-10-2010 05:32:40, Cookie Path=/, Cookie Domain=, Cookie Secure connection only=0, Cookie HTTP-only=0
3 Created COOKIE: Name=bblastactivity, VALUE=0, Expires=02-10-2010 05:32:40, Cookie Path=/, Cookie Domain=, Cookie Secure connection only=0, Cookie HTTP-only=0
vbulletin Session Error    0 Could not find a valid loginform, check plugin parameters! I found -- Name= &ID=pagenav_form
joomla_int User Update    0 A user has been found that matches the login details
1 Skipped Password Update: Password already valid
2 Skipped the update of user group:User group already valid
3 Language of the user not updated: jeffrswope@gmail.com en-GB -> en-GB
joomla_int User Details    userid 66
activation ""
username Jeff
name Jeff
password dabe8e********
email jeffrswope@gmail.com
block 0
group_name Registered
group_id 18
params " "
password_salt #-k*****
language en-GB
password_clear ******
User avatar
Webformance
JFusion Newbie
JFusion Newbie
 
Posts: 3
Joined: Fri Oct 02, 2009 9:22 am
Location: Bedford, TX

Re: Could not find a valid loginform...

Postby Cansay on Sat Oct 03, 2009 10:12 pm

Im quite sure this one is the same I just answered.
i had it to.

Still have another one but this one dissapeared :D

Check under your Vbullitin configuration in jfusion

Code: Select all
Dual Login cURL Options
For dual login to work, you must add an id or name to the login form which vB does not have by default. To do this go to vB's admincp -> Styles & Templates -> Style Manager -> select 'Edit Templates' -> find and double click 'Navigation / Breadcrumb Templates' -> double click 'navbar' -> search for '<form action="login.php?do=login"' and change it to '<form id="login" action="login.php?do=login"' -> click 'Save.'

It is also recommended that you set set vb to recognize cookies from subdomains. To do so go to vBulletin Options -> Cookie and HTTP Header Options -> check 'User Custom Setting (Specifiy Below)' under the Cookie Domain section -> type into the input box '.mydomain.com' (note the period) -> click Save. Logout and clear all your cookies. If you are no longer able to login, use the tools.php file provided by vBulletin to restore the cookie settings.
User avatar
Cansay
JFusion Advanced III
JFusion Advanced III
 
Posts: 248
Joined: Wed Jan 07, 2009 10:44 am

Re: Could not find a valid loginform...

Postby Gary B on Mon Oct 12, 2009 8:56 am

Hi

I get this error in the login checker too (although I get a tick at the top of the page I also get the error msg alert) but when I add the code used as a solution then i get the error below

vberror.jpg
error following edit
(5.91 KiB) Not downloaded yet


But without the edit there is no error showing there

Just to add I'm very new to Jfusion and VB having previously always used Invision but have moved over specificaally because I need a messageboard to integrate with Joomla

Currently using VB 3.8.4, the latest version of jfusion downloaded yesterday. VB as master and joomla as slave but I'm unsure whether that's set up correctly and I've still got problems loging in to both apps
User avatar
Gary B
JFusion Newbie
JFusion Newbie
 
Posts: 6
Joined: Mon Oct 12, 2009 8:29 am

Re: Could not find a valid loginform...

Postby Alan on Tue Oct 13, 2009 2:23 pm

It looks like you missed a quote when you added the login id to the form. Make sure the HTML is correct. If you do not know how to do that, then copy and past the entire form tag here (from <form to >)

Thanks,
Alan
We are all volunteers so please search before posting and check the documentation as answers to many common questions are there.

Before posting about visual issues with frameless integration, please read this Firebug tutorial first!

I'm only able to make it to the forums every 2 - 3 days so please be patient.

Nothing is ever free; it just might not cost you anything. ~ David Crowder
User avatar
Alan
Developer
Developer
 
Posts: 1939
Joined: Sat Dec 06, 2008 2:29 pm
Location: Houston, TX

Re: Could not find a valid loginform...

Postby ribonox on Wed Oct 28, 2009 11:44 am

Hello... need help.
Joomla: 1.5.14
vBulletin 3.7.4

I have the same problem:
0: Could not find a valid loginform, check plugin parameters! I found -- Name= &ID=login -- Name= &ID=pagenav_form

I already modified the navbar here's how it looks now.
<form id="login" action="http://www.MYSITE.com/forum/login.php?do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, 0)">

I think this is correct already. But the error in the Joomla still occurs.
My site: http://tinyurl.com/bf5kqf
My Forum: http://tinyurl.com/ykda3lw

Thank you for any help
User avatar
ribonox
JFusion Newbie
JFusion Newbie
 
Posts: 2
Joined: Wed Oct 28, 2009 11:29 am


Return to vBulletin

Who is online

Users browsing this forum: No registered users and 0 guests

cron