| Summary | Problem with Horde 3.1 RC1 Contents.php |
| Queue | Horde Framework Packages |
| Queue Version | HEAD |
| Type | Bug |
| State | Not A Bug |
| Priority | 1. Low |
| Owners | |
| Requester | shaun (at) blackfen (dot) bexley (dot) sch (dot) uk |
| Created | 01/30/2006 (7223 days ago) |
| Due | |
| Updated | 11/16/2009 (5837 days ago) |
| Assigned | 01/30/2006 (7223 days ago) |
| Resolved | 01/30/2006 (7223 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
* kolab/issue3464 (kolab-filter inserts double encoded utf-8 code
into From: header)
* kolab/issue3616 (automatic replies to invitations contain
127.0.0.1 in Message-ID)
* kolab/issue3364 (manpages for kolabfilter and kolabmailboxfilter)
http://cvs.horde.org/diff.php/framework/Kolab_Filter/doc/Horde/Kolab/Filter/kolabfilter.1?rt=horde&r1=1.1.2.1&r2=1.1.2.2&ty=u
http://cvs.horde.org/diff.php/framework/Kolab_Filter/lib/Horde/Kolab/Filter/Content.php?rt=horde&r1=1.4.2.4&r2=1.4.2.5&ty=u
http://cvs.horde.org/diff.php/framework/Kolab_Filter/lib/Horde/Kolab/Resource.php?rt=horde&r1=1.15.2.9&r2=1.15.2.10&ty=u
http://cvs.horde.org/diff.php/framework/Kolab_Filter/package.xml?rt=horde&r1=1.18.2.17&r2=1.18.2.18&ty=u
State ⇒ Not A Bug
State ⇒ Feedback
$contents = &$cache->query($cacheid);
return $contents;
for lines 1122 and 1123. Which should befine.
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Problem with Horde 3.1 RC1 Contents.php
Queue ⇒ Horde Framework Packages
Notice: Only variable references should be returned by reference in
w:\Jana2\html\horde\lib\Horde\MIME\Contents.php on line 1122
I copied Contents.php from my working 3.0.9 install into the RC1
folder - The error went away, and I was then able to download
attachments.
Hope this helps.