Does not work when register form and login form are on one page.
lasac - September 25, 2009 - 17:49
| Project: | Username originality AJAX check |
| Version: | 6.x-1.5 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
On my index, I call the register drupal form and the login drupal form. so both forms are on the same page...
Then firebug console says
uncaught exception: [Exception... "Could not convert JavaScript argument arg 0" nsresult: "0x80570009 (NS_ERROR_XPC_BAD_CONVERT_JS)" location: "JS frame :: http://url.com/misc/jquery.js?B :: anonymous :: line 13" data: no]I also have a page with only the reg form on it without the login form and then it works.
Drupal 6.14

#1
i have got exactly the same issue.
#2
This bug only occures in firefox 3.5.5. Ie 7 and 8 work fine.
#3
i got a strong feeling its got to do with some addon
//edit: disabled all menus still the same error.
////edit: i know that this has worked for me i just cant rememer what i changed as in new modules etc...
#4
Ok got this working.
Here's what my situation was.
I wanted the newest jquery, so i included my own jquery download v1.3.2 and the standard drupal jquery v.1.2.x.
I deleted my own jquery version downloaded jquery update from the modules 6.2 with the new jquery version. And everything is working now.