| Summary | missing memcache port breaks rpc |
| Queue | Horde Base |
| Queue Version | 3.2 |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | slusarz (at) horde (dot) org |
| Requester | xk3 (at) mompl (dot) org |
| Created | 06/05/2008 (6364 days ago) |
| Due | |
| Updated | 06/06/2008 (6363 days ago) |
| Assigned | 06/06/2008 (6363 days ago) |
| Resolved | 06/06/2008 (6363 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| 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
State ⇒ Assigned
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ missing memcache port breaks rpc
Queue ⇒ Horde Base
Milestone ⇒
Patch ⇒ No
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.