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 |
State ⇒ Duplicate
Ticket #9903. As that ticket notes, if your separator is'&', your PHP configuration is badly broken.
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
set to "&".
eg. reply url would be
"/imp/compose.php?actionID=reply_auto&%3Bidentity=0&%3Bthismailbox=INBOX&%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.