Summary | Error after upgrade to latest horde |
Queue | Horde Groupware Webmail Edition |
Queue Version | 5.1.1 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | csoft2k5 (at) gmail (dot) com |
Created | 08/27/2013 (4341 days ago) |
Due | |
Updated | 08/27/2013 (4341 days ago) |
Assigned | |
Resolved | 08/27/2013 (4341 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Michael Slusarz
State ⇒ Resolved
commit 12f8be5389d7f0c612cf45c0ce29c9877d08eabf
Author: Michael M Slusarz <slusarz@horde.org>
Date: Tue Aug 27 11:08:26 2013 -0600
[mms] Fix active session counting from CLI script (
Bug #12628).framework/Core/lib/Horde/Session.php | 2 +-
framework/Core/package.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/12f8be5389d7f0c612cf45c0ce29c9877d08eabf
horde-active-sessions
====================
Fatal Error:
Data to decompress must be a string.
In /usr/share/pear/Horde/Compress/Fast.php on line 107
1. Horde_SessionHandler->getSessionsInfo() /usr/bin/horde-active-sessions:35
2. call_user_func() /usr/share/pear/Horde/SessionHandler.php:286
3. Horde_Core_Factory_SessionHandler->readSessionData()
4. Horde_Session->get()
/usr/share/pear/Horde/Core/Factory/SessionHandler.php:148
5. Horde_Session->get() /usr/share/pear/Horde/Session.php:368
6. Horde_Compress_Fast->decompress() /usr/share/pear/Horde/Session.php:361
====================
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Groupware Webmail Edition
Summary ⇒ Error after upgrade to latest horde
Type ⇒ Bug
State ⇒ Unconfirmed
I'm using HGWE 5.1.1 with SQL as an session handler.
After the upgrade to horde 5.1.3 and the rest of the packages, I get
the following error in logs:
2013-08-27T19:20:20+03:00 ERR: HORDE [horde] Data to decompress must
be a string. [pid 31509 on line 107 of
"/usr/share/pear/Horde/Compress/Fast.php"]
2013-08-27T19:20:20+03:00 ERR: HORDE [horde] Data to decompress must
be a string. [pid 31509 on line 107 of
"/usr/share/pear/Horde/Compress/Fast.php"]
2013-08-27T19:20:20+03:00 ERR: HORDE [horde] Data to decompress must
be a string. [pid 31509 on line 107 of
"/usr/share/pear/Horde/Compress/Fast.php"]
2013-08-27T19:20:20+03:00 ERR: HORDE [horde] Data to decompress must
be a string. [pid 31509 on line 107 of
"/usr/share/pear/Horde/Compress/Fast.php"]
2013-08-27T19:20:20+03:00 ERR: HORDE [horde] Data to decompress must
be a string. [pid 31509 on line 107 of
"/usr/share/pear/Horde/Compress/Fast.php"]
2013-08-27T19:20:20+03:00 ERR: HORDE [horde] Data to decompress must
be a string. [pid 31509 on line 107 of
"/usr/share/pear/Horde/Compress/Fast.php"]
2013-08-27T19:20:20+03:00 ERR: HORDE [horde] Data to decompress must
be a string. [pid 31509 on line 107 of
"/usr/share/pear/Horde/Compress/Fast.php"]
2013-08-27T19:20:20+03:00 ERR: HORDE [horde] Data to decompress must
be a string. [pid 31509 on line 107 of
"/usr/share/pear/Horde/Compress/Fast.php"]
2013-08-27T19:20:20+03:00 ERR: HORDE [horde] Data to decompress must
be a string. [pid 31509 on line 107 of
"/usr/share/pear/Horde/Compress/Fast.php"]
2013-08-27T19:20:20+03:00 ERR: HORDE [horde] Data to decompress must
be a string. [pid 31509 on line 107 of
"/usr/share/pear/Horde/Compress/Fast.php"]
2013-08-27T19:20:20+03:00 ERR: HORDE [horde] Data to decompress must
be a string. [pid 31509 on line 107 of
"/usr/share/pear/Horde/Compress/Fast.php"]
2013-08-27T19:20:20+03:00 ERR: HORDE [horde] Data to decompress must
be a string. [pid 31509 on line 107 of
"/usr/share/pear/Horde/Compress/Fast.php"]
2013-08-27T19:20:20+03:00 EMERG: HORDE [horde] User is not authorized
[pid 31509 on line 1514 of "/usr/share/pear/Horde/Registry.php"]
2013-08-27T19:20:52+03:00 NOTICE: HORDE [pid 31585 on line 41 of
"/var/www/horde.services.autoadria.ro/imp/lib/Factory/Imap.php"]
2013-08-27T19:20:52+03:00 EMERG: HORDE [horde] Data to decompress must
be a string. [pid 30945 on line 107 of
"/usr/share/pear/Horde/Compress/Fast.php"]
It's seems to be related to the horde_compress_fast package. Error
only occours when I try to view the active sessions. I've already
cleared the cache from the web server and browser.