Closed (duplicate)
Project:
Login Destination
Version:
6.x-2.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Aug 2009 at 20:29 UTC
Updated:
22 Oct 2009 at 23:59 UTC
I installed Login Destination on a Drupal-6.13 and it worked great including the php code provided in the forums to allow role-based destination. I then put Login Destination on a Drupal-6.12 installation and the module doesn't do anything. Does any one have any ideas of what I could check?
Comments
Comment #1
ebremer commentedOK, just playing around...I turned off "Preserve destination" and it now works. However, on my other site that worked "Preserve destination" is turned on. I'm good for now, but this is weird.
Comment #2
zahor commentedIt's just not working for me.
Comment #3
pizzapotamus commentedchange login_destination.module at line 147 from
to
The original seems to say that if preserve destination is enabled and the current page isn't equal to the destination then ignore our settings. This of course doesn't work because if destination is empty it will never be equal to the current page so the module quits.
Comment #4
francewhoaFYI: Login Destination module seems abandoned. Read more at http://drupal.org/node/552602
They have added a note in the first paragraph of module project page. Read more at http://drupal.org/project/login_destination
Comment #5
rsvelko commentedread the project page again - it is no more abandoned.
Comment #6
rsvelko commentedplease test the new 2.5 rel.
open a new issue if not fixed... This should be the 10th issue for "not working at all" - I need to diminish their numbers....
Comment #7
francewhoaIndeed. This is a duplicate of http://drupal.org/node/341683
Confirming that 6.x-2.5 works.
Thanks rsvelko