Summary | Attachment does not work (patch attached) |
Queue | Agora |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | Horde Developers (at) |
Requester | mathieu.clabaut (at) free (dot) fr |
Created | 01/25/2005 (7570 days ago) |
Due | |
Updated | 01/31/2005 (7564 days ago) |
Assigned | 01/25/2005 (7570 days ago) |
Resolved | 01/31/2005 (7564 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
State ⇒ Assigned
New Attachment: agora-lib-message3.diff
Sorry for the inconvenience.
Attached is a hopefully non empty patch :)
State ⇒ Feedback
Priority ⇒ 2. Medium
New Attachment: agora-lib-message2.diff
containing attachment.
THe $vfs variable was not instanciated in the deleteAttachement function.
Patch off all changes attached
New Attachment: agora-lib-message.diff
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ Attachement does not work (patch attached)
Queue ⇒ Agora
State ⇒ Unconfirmed
saving and when retirieving.
The problem comes from lib/Message.php where the VFS path is
elaborated when message_id is empty. message_id must be elaborated
before creating the VFS path.
Patch follows in a comment....