I have no idea what this could be, when i look in the firebug console i do not see a awnser from /user/login/ajax i also don't see html beeing send. Firebug does not show me any javascript errors. But when i click the login link in the demo the modal opens and i get a alert with:
An error occurred at /user/login/ajax.
Error Description:
| Comment | File | Size | Author |
|---|---|---|---|
| #11 | 863632-update-links.patch | 2.13 KB | solotandem |
| #9 | dialog_863632.patch | 2.14 KB | drewish |
| #6 | 863632-fix-example-for-auth-users-6.patch | 2.19 KB | amitaibu |
Comments
Comment #1
Michsk commentedthis probably has to do with the jquery UI 1.7 issue.
Comment #2
Michsk commentedhad to do with ui 1.6
Comment #3
scotjam commentedhow do you get around this?
Comment #4
Michsk commented... your kidding right? Anyway read this issue good and you'll find out. I stoped using dialog api for it does not seem maintaned i switched to ctools moda.
Comment #5
amitaibu@lasac,
Dialog seems to be working ok for me.
@scotjam,
Make sure you try to login/ register an an *anon* user. Probably worth changing dialog_example not to allow those links for authenticated users...
Comment #6
amitaibuAnd here's the patch for dialog_example, that also removes white space.
Comment #7
Michsk commentedthe problem is that dialog_api does not work with jquery ui 1.7
Comment #8
Anonymous (not verified) commentedAs I posted in #804002: Incompatible with jquery_ui 1.7?:
Some of this may have to do with jquery_update.
As far as I could see, this isn't documented in any of the READMEs, but I may have missed it.
Comment #9
drewish commentedcommitted the attached to DRUPAL-6--1. bumping to the 7.x branch so someone can see if it applies there.
Comment #10
moonray commentedThe patch won't work as is. Some of the functions to use have changed.
Comment #11
solotandem commentedUpdated patch for D7.14 and latest code for Dialog.
See also patch in #5 of #1457230: Login or Register does not validate. 7.x-1.x-dev that fixes the form submission for login and register. The request new password form still does not display.
Comment #12
mustanggb commentedI did the same thing but used
user_is_anonymous()instead.Also added a
user_access('access content')check to "Simple test".Comment #13
devin carlson commentedThe 7.x-1.x branch of the Dialog module is unsupported.