Summary | attachment problems |
Queue | IMP |
Queue Version | 4.0.1 |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | chris.sigler (at) gmail (dot) com |
Created | 01/20/2005 (7443 days ago) |
Due | |
Updated | 01/20/2005 (7443 days ago) |
Assigned | 01/20/2005 (7443 days ago) |
Resolved | 01/20/2005 (7443 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Not A Bug
sounds like not. Make sure you're not using APC or mmcache or any
other PHP code cache, make sure your framework is up to date, etc.
Resolving as a trouble ticket.
I'm just at a loss as to what it might be. That is why I posted to the lists.
State ⇒ Feedback
New Attachment: This is a test message___.eml
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ attachment problems
Queue ⇒ IMP
I'm running Horde 3.0.2 and IMP 4.0.1 with php 4.3.10 on a Slackware
10 machine.
When I click on an attachment (whether it be an "unnamed" part or an
actual attachment) link that calls on renderMIMEPart in
horde/imp/lib/MIME/Contents.php, I get a "Call to a member function on
a non-object" on line 424, which is just a check for
$mime_part->getContents().
Or, if I click on a link to pull multiple attachments in a zip file,
it simply logs me out.