Hi,
As my installation is placed in www.example.com/somedir/ , I found out that r4032login will lead to error, because it redirects to '/user/login'.
I added $base_path to the globals on line 31 and changed line 34 to the following:
header('Location:' . $base_path . 'user/login?destination=' . drupal_urlencode($_REQUEST['q']), TRUE, 302);
and works fine.
Comments
Comment #1
deekayen commentedThis is probably more drupal-y (untested):
Comment #2
deekayen commentedfixed in CVS revision 1.2
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.