| Summary | missing memcache port breaks rpc |
| Queue | Horde Base |
| Queue Version | 3.2 |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | Michael Slusarz <slusarz (at) horde (dot) org> |
| Requester | xk3 (at) mompl (dot) org |
| Created | 06/05/2008 (85 days ago) |
| Due | |
| Updated | 06/06/2008 (84 days ago) |
| Assigned | 06/06/2008 (84 days ago) |
| Resolved | 06/06/2008 (84 days ago) |
| Attachments | |
| Milestone | |
| Patch | No |
http://cvs.horde.org/diff.php/framework/Memcache/lib/Horde/Memcache.php?r1=1.2&r2=1.3&ty=u
http://cvs.horde.org/diff.php/horde/docs/CHANGES?r1=1.1099&r2=1.1100&ty=u
State ⇒ Resolved
Assigned to Michael Slusarz
Patch ⇒
Milestone ⇒
Queue ⇒ Horde Base
Summary ⇒ missing memcache port breaks rpc
Type ⇒ Bug
Priority ⇒ 1. Low
State ⇒ Unconfirmed
$conf[memcache][hostspec] "unix:///var/run/memcached/memcached.sock"
If the memcache port is unconfigured, calling rpc.php results in
(breaking sync):
Notice: Undefined offset: 0 in
/var/www/org.afaik.duff_ssl/mail-new/lib/Horde/Memcache.php on line 110
Notice: Undefined offset: 0 in
/var/www/org.afaik.duff_ssl/mail-new/lib/Horde/Memcache.php on line 111
Setting the (optional!) memcache port to something solves this problem.