Summary | Class 'Horde' not found in lib/Horde/SessionHandler/memcache.php on line 232 |
Queue | Horde Base |
Queue Version | 3.3.4 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | robb (at) wtg (dot) cw (dot) com |
Created | 07/19/2009 (5808 days ago) |
Due | |
Updated | 08/18/2009 (5778 days ago) |
Assigned | 08/18/2009 (5778 days ago) |
Resolved | 08/18/2009 (5778 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Jan Schneider
State ⇒ Resolved
Thanks for testing!
http://cvs.horde.org/diff.php/framework/SyncML/SyncML/Backend.php?rt=horde&r1=1.8.2.17&r2=1.8.2.18&ty=u
close() method in SyncML/Backend.php.
let me know.
State ⇒ Feedback
information to help us fixing anything we don't see.
backtrace it went to session data, I can give you this, or is there a
better way of capturing a fuller backtrace?
information to help us fixing anything we don't see.
and other data in there, however this is probably what you need...
Array
[0] => Array
(
[file] => /usr/share/horde/lib/Horde/SessionHandler.php
[line] => 257
[function] => _write
[class] => SessionHandler_memcache
[object] => SessionHandler_memcache Object
(
[_memcache] => Horde_Memcache Object
(
[_memcache] => Memcache Object
(
[connection] => Resource id
#31State ⇒ Feedback
only instantiated if using the Horde backend of the SyncML server.
Try logging a debug_backtrace() output in that line of memcache.php so
that we can see from where it's called.
grep -1 ^require_once /usr/share/horde/lib/SyncML/Backend/Horde.php
require_once 'Horde.php';
require_once 'Horde/Auth.php';
still get the same error message.
State ⇒ Resolved
http://cvs.horde.org/diff.php/framework/SyncML/SyncML/Backend/Horde.php?rt=horde&r1=1.8.2.17&r2=1.8.2.18&ty=u
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Summary ⇒ Class 'Horde' not found in lib/Horde/SessionHandler/memcache.php on line 232
Type ⇒ Bug
Queue ⇒ Horde Base
the client_11.wbxml file:
"<b>Fatal error</b>: Class 'Horde' not found in
<b>/usr/share/horde/lib/Horde/SessionHandler/memcache.php</b> on line
<b>232</b><br />"
Without memcache sync is fine.