I've added a Login/Register block when I click it I get this kind of link "http://mysite/user/login?destination=frontpage". After loging in I get this page "http://mysite/users/username" not the . Maybe it has something to do with the Drupal 6.6 update
What could it be???
Comments
Comment #1
hunmonk commentedcan you describe the problem in more detail please? is this a custom block? also, i don't understand what 'not the .' means.
Comment #2
gleb1982 commentedsorry I've forgotten to paste the text! This is what I meant to say!
I've added a Login/Register block when I click it I get this kind of link "http://mysite/user/login?destination=frontpage". After loging in I get this page "http://mysite/users/username" not the http://mysite/frontpage. Maybe it has something to do with the Drupal 6.6 update.
So what I meant is that the return mechanism doesn't work. I don't return to the page from which I logged in, I see the user profile page instead.
What could it be???
Comment #3
hunmonk commentedyou still haven't answer my question. is this a custom created block, or a module created block?
Comment #4
gleb1982 commentedAt the moment I'm using the Drupal "User login" block with "link" setting (see the pick). So when I click the link I get the http://192.168.0.1/user/login?destination=frontpage. And see the login window. But after logging in I don't return to the previous link.
When I get this working I will create my own link in the Prime Menu which will pass the destination argument.
Comment #5
hunmonk commentedplease disable all modules except for LT and your core modules, and see if you can still reproduce this issue.
Comment #6
gleb1982 commentedThe problem was caused by the AJAX Forms module (http://drupal.org/project/ajax) will it ever be fixed?
Comment #7
hunmonk commented@gleb1982 : well, that question needs to be asked in the right issue queue...
Comment #8
brendoncrawford commentedGleb1982,
I will have a look at this. Thanks.
Comment #9
brendoncrawford commentedGleb1982,
I will need to do some digging to get Ajax Forms module to work properly with Login Toboggan. Check back early next week. Until then, I recommend disable either one of the modules.
Comment #10
brendoncrawford commentedThis has been fixed in 6.x-1.x-dev. Please allow up to 12 hours for 6.x-1.x-dev package to update.
Thanks,
Brendon
Comment #11
brendoncrawford commentedActually, I just made another fix. You will need to wait another 12 hours for the new 6.x-1.x-dev package to update.
Comment #12
gleb1982 commentedThanks :)!