Closed (duplicate)
Project:
LoginToboggan
Version:
7.x-1.3
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Jun 2012 at 09:39 UTC
Updated:
26 Apr 2013 at 13:31 UTC
_logintoboggan_process_redirect uses parse_url instead of drupal_parse_url causing Recoverable fatal error (Argument 1 passed to drupal_http_build_query must be an array) when Redirect path on confirmation contains query string (ie : user/%uid/edit?destination=node/35).
Comments
Comment #1
gargsuchi commentedI am also facing this issue.
This problem is fixed if we change
to
in logintoboggan.module - line #1113
I have 7.x-1.x-dev
Comment #2
rooby commentedThis is a duplicate of #1627030: Recoverable fatal error on user validation after email confirmation
Comment #3
MarcElbichon commentedDo you mean #1275048: "Unsupported operand types" error on redirect paths with a query string
Comment #4
rooby commentedYes, sorry.