Summary | PHP errors during add of attachment |
Queue | IMP |
Queue Version | Git develop |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 08/11/2012 (4711 days ago) |
Due | |
Updated | 08/29/2012 (4693 days ago) |
Assigned | |
Resolved | 08/13/2012 (4709 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 018f7967f442bf8555ff7ba0b88e34272891854f
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Aug 13 16:32:31 2012 -0600
Fix PHP error (
Bug #11345)imp/lib/Ajax/Application/Compose.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/018f7967f442bf8555ff7ba0b88e34272891854f
State ⇒ Resolved
commit 018f7967f442bf8555ff7ba0b88e34272891854f
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Aug 13 16:32:31 2012 -0600
Fix PHP error (
Bug #11345)imp/lib/Ajax/Application/Compose.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/018f7967f442bf8555ff7ba0b88e34272891854f
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ PHP errors during add of attachment
Type ⇒ Bug
State ⇒ Unconfirmed
adding an attachment in DIMP gives the following PHP errors:
2012-08-11T17:37:24+02:00 WARN: HORDE [imp] PHP ERROR: Missing
argument 1 for IMP_Ajax_Application_Compose::getAttachmentInfo(),
called in /datastore/DEVEL/horde/imp/lib/Ajax/Application.php on line
1530 and defined [pid 21823 on line 132 of
"/datastore/DEVEL/horde/imp/lib/Ajax/Application/Compose.php"]
2012-08-11T17:37:24+02:00 NOTICE: HORDE [imp] PHP ERROR: Undefined
variable: type [pid 21823 on line 140 of
"/datastore/DEVEL/horde/imp/lib/Ajax/Application/Compose.php"]
2012-08-11T17:37:24+02:00 NOTICE: HORDE [imp] PHP ERROR: Undefined
variable: type [pid 21823 on line 140 of
"/datastore/DEVEL/horde/imp/lib/Ajax/Application/Compose.php"]
The attachment is added though (currently looking for the source of
#11290).Cheers,
Thomas