Closed (duplicate)
Project:
Redirect 403 to User Login
Version:
7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Oct 2011 at 12:45 UTC
Updated:
24 Feb 2012 at 09:07 UTC
Jump to comment: Most recent file
Comments
Comment #1
benkewell commentedHaving the same issue. Suggestion by m.bielawski solves the problem.
This is very anonying as I have a lot of websites installed in subdirectories. Hope this can be fixed as soon as possible.
Comment #2
jippie1948 commentedThe same problem on a multilingual site. Suggestion by m.bielawski solves the problem.
Comment #3
hgneng commentedNot sure whether my solution in D7 works for you:
http://drupal.org/node/1409866
Comment #4
lotyrin commentedComment #5
herr lehmann commentedI was able to use the suggested fix from #3, but needed needed to integrate the _r4032login_remove_language() function to strip my language prefix.
It would be great if this could be integrated into future releases. Would it be of any help if I created a patch for that?
Comment #6
deekayen commentedI generally don't pay any attention until someone puts in enough effort to upload a patch.
Comment #7
herr lehmann commentedOk, here we go - trying to raise your attention, deekayen ;)
I created a patch for my suggestion (#5). Tell me if I can provide any further help.
Comment #8
deekayen commentedSpecific to the patch you submitted, Drupal coding standards dictate 2 space indents, not tabs. Otherwise, the solution to this issue is stomping in the same lines of code as another, prior issue.
#339120: Redirect issues
Comment #9
lotyrin commentedThis was fixed in the other issue