Reviewed & tested by the community
Project:
Email Registration
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 May 2025 at 08:56 UTC
Updated:
21 Jul 2025 at 07:49 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
plopescComment #4
plopescMR created. Take into account this code is not compatible with Commerce v2.
Comment #6
astonvictor commentedUpdated the MR with the fix for #3520675: Call to a member function getCurrentRequest() on null in EmailRegistrationLogin->validatePaneForm()
Comment #7
grimreaperHi,
Encountered the same issue after updating to Commerce 3.x.
Thanks for the MR, I applied the patch from it and no more fatal error.
Comment #8
gcbI also tested this patch and it works for us. I'm uploading a "current" patch for use in composer builds, as the plain diff is unstable if more work is done, and the patch posted above has noise that prevents it from applying at the top.
Comment #9
steveallen74 commentedHad the same issue after updating to Commerce 3..x and applying the patch from #8 solved it for me. Many thanks to everyone for your help with this!