Summary | Unable to set a preferences maxsize with Memcache as the cache driver |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | rui.carneiro (at) portugalmail (dot) net |
Created | 06/18/2012 (4742 days ago) |
Due | |
Updated | 06/27/2012 (4733 days ago) |
Assigned | 06/19/2012 (4741 days ago) |
Resolved | 06/26/2012 (4734 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 007bf38d508881887f86388088a32365135c5c94
Author: Michael M Slusarz <slusarz@horde.org>
Date: Tue Jun 26 15:43:53 2012 -0600
[mms] Fix cache maxsize preference (
Bug #11224).framework/Core/lib/Horde/Core/Factory/Prefs.php | 10 ++++++++--
framework/Core/package.xml | 2 ++
2 files changed, 10 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/007bf38d508881887f86388088a32365135c5c94
State ⇒ Resolved
commit 007bf38d508881887f86388088a32365135c5c94
Author: Michael M Slusarz <slusarz@horde.org>
Date: Tue Jun 26 15:43:53 2012 -0600
[mms] Fix cache maxsize preference (
Bug #11224).framework/Core/lib/Horde/Core/Factory/Prefs.php | 10 ++++++++--
framework/Core/package.xml | 2 ++
2 files changed, 10 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/007bf38d508881887f86388088a32365135c5c94
$params['ldap'] = $this->_injector
Which would not throw this error.
https://github.com/horde/horde/blob/master/framework/Core/lib/Horde/Core/Factory/Prefs.php#L85
State ⇒ Feedback
$params['ldap'] = $this->_injector
Which would not throw this error.
Assigned to Michael Slusarz
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Unable to set a preferences maxsize with Memcache as the cache driver
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
*A fatal error has occurred*
*Horde_Cache_Storage_Memcache::serialize() must return a string or NULL*
*framework/Core/lib/Horde/Core/Factory/Prefs.php line 95*
I can't confirm that this occur only with Memcache.