6.0.0-beta1
7/4/25

[#9958] Popup urls (json) won't work if arg_separator.output is set to "&"
Summary Popup urls (json) won't work if arg_separator.output is set to "&"
Queue IMP
Queue Version 5.0.1
Type Bug
State Duplicate
Priority 2. Medium
Owners
Requester error (at) debug (dot) fi
Created 04/22/2011 (5187 days ago)
Due
Updated 04/22/2011 (5187 days ago)
Assigned
Resolved 04/22/2011 (5187 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
04/22/2011 09:07:21 PM Michael Slusarz Comment #2
State ⇒ Duplicate
Reply to this comment
Duplicate of Ticket #9903.  As that ticket notes, if your separator is 
'&', your PHP configuration is badly broken.
04/22/2011 08:52:07 PM error (at) debug (dot) fi Comment #1
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Popup urls (json) won't work if arg_separator.output is set to "&"
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
Reply to this comment
Json encoded urls won't work if PHP setting arg_separator.output is 
set to "&".

eg. reply url would be 
"/imp/compose.php?actionID=reply_auto&amp%3Bidentity=0&amp%3Bthismailbox=INBOX&amp%3Buid=7&uniq=1303503165816" and the compose.php throws an error "Fatal error: Call to a member function getStructure() on a non-object in /home/www/webmail/imp/lib/Contents.php on line 
112"

After changing the arg_separator.output to "&" the reply url is 
"/imp/compose.php?actionID=reply_auto&identity=0&thismailbox=INBOX&uid=7&uniq=13035053165816" and error is 
gone.

Saved Queries