Hi,
I work on a site for me and my family that's why, no nodes are accessible to Anonymous users.
I use "Redirect 403" module so that the users have to log on, before seeing the frontpage. Instead of that, when they logs on, they land on the user page...
What to do ?...
Thanks,
Thib
PS: Thanks a lot for this module !!!
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | r4032login-n931328-d6.patch | 1015 bytes | damienmckenna |
| #3 | r4032login-n931328-d7.patch | 925 bytes | damienmckenna |
Comments
Comment #1
damienmckennaAm seeing this too.
Comment #2
damienmckennaThis is partly a bug in the drupal_goto() function:
The key part is the if($destination) line, which will ignore the "?destination=" query string.
What r4032login needs to do is instead add "?destination=", which does work. Stay tuned for a patch.
Comment #3
damienmckennaHere are patches for the DRUPAL-6--1 and DRUPAL-7--1 branches that fix the problem.
Comment #4
deekayen commentedCommitted to DRUPAL-6--1, DRUPAL-7--1, and HEAD.
Comment #5
benjarlett commentedCommitted to DRUPAL-6--1, DRUPAL-7--1, and HEAD.
Forgive me if I've missed something, but I've updated this module to latest version and still get this error.. do I have to patch it... I have patch fear.
Thanks.
Comment #6
deekayen commentedAre you sure you downloaded the 6.x-1.x-dev release? http://drupal.org/node/316860
I like them to sit in the development release for a couple days before I release a new, tagged stable version.
Comment #7
deekayen commentedI changed the implementation of #3 in DRUPAL-7--1 because $_REQUEST seems to be no longer available and ?q= has a value of r4032login.
Comment #8
deekayen commentedComment #9
thibHi,
The patch works for me (D6)
Thanks,
Thib