6.0.0-alpha10
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
5/15/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#14490] serialization failed
*
Your Email Address
*
Spam protection
Enter the letters below:
.__ .__ .__ . ..__ | \| \[__)\ /[__) |__/|__/| \ \/ |
Comment
> Sorry - the error message is > > "Serialization failed." (not error) > > The 16 is some debug - it's the "mode". 16 means json-data > > The code that is responsible is in Horde/Serialize.php > > case self::JSON: > $tmp = json_encode($data); > > /* Basic error handling attempts. > * TODO: JSON_ERROR_UTF8 = 5; available as of PHP 5.3.3 */ > if (json_last_error() === 5) { > $data = > json_encode(Horde_String::convertCharset($data, $params, 'UTF-8', > true)); > } else { > $data = $tmp; > } > break;
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers