Closed (fixed)
Project:
Luxe
Version:
7.x-1.01
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Nov 2011 at 23:05 UTC
Updated:
13 Jun 2014 at 01:57 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
akalsey commentedIf you look at the HTML source of the login page, what is the form action for the form user_login_register?
Comment #2
akalsey commentedSince there's been no other reports of this, I can't reproduce, and the original reporter is unable to provide more information, I'm closing this issue.
Comment #3
openloop.ie commentedI can reproduce this issue on latest luxe release 7.x-1.2. It occurs when "Clean URLs" URLs is disabled. The Create Account form has a mix of GET variables in the action and form variables. The ?q=user/register/ part of the form action URL gets clobbered.
Workaround: enable Clean URLs!
Comment #4
akalsey commentedThanks for that.
Comment #5
openloop.ie commentedSo, I ended up requiring Clean URLs to be disabled on a site, so debugged this issue. Solution is in the attached patch!
Comment #6
akalsey commentedPerfect, patch looks good.
Comment #9
akalsey commentedReleased as 7.x-1.21