| Summary | Warnings displayed when priority and attachment hook and function enabled |
| Queue | IMP |
| Queue Version | 4.2 |
| Type | Bug |
| State | Duplicate |
| Priority | 1. Low |
| Owners | |
| Requester | dion.rowney (at) usask (dot) ca |
| Created | 8/13/08 (6449 days ago) |
| Due | |
| Updated | 8/14/08 (6448 days ago) |
| Assigned | 8/14/08 (6448 days ago) |
| Resolved | 8/14/08 (6448 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Duplicate
Ticket #6930.State ⇒ Feedback
New Attachment: 4.eml
but I attached it anyways.
maybe its the undisclosed recipients?
Priority ⇒ 1. Low
New Attachment: Forwarded Message: Safety Update
Patch ⇒ No
Milestone ⇒
Summary ⇒ Warnings displayed when priority and attachment hook and function enabled
Type ⇒ Bug
State ⇒ Unconfirmed
Queue ⇒ IMP
example I get the following warning displayed:
Warning: Attempt to assign property of non-object in
/var/www/html/horde/lib/Horde/MIME.php on line 391
Warning: Attempt to assign property of non-object in
/var/www/html/horde/lib/Horde/MIME.php on line 391
Warning: Attempt to assign property of non-object in
/var/www/html/horde/lib/Horde/MIME.php on line 391
Warning: Attempt to assign property of non-object in
/var/www/html/horde/lib/Horde/MIME.php on line 391
Warning: Attempt to assign property of non-object in
/var/www/html/horde/lib/Horde/MIME.php on line 647
Warning: Attempt to assign property of non-object in
/var/www/html/horde/lib/Horde/MIME.php on line 647
Warning: Attempt to assign property of non-object in
/var/www/html/horde/lib/Horde/MIME.php on line 647
Warning: Attempt to assign property of non-object in
/var/www/html/horde/lib/Horde/MIME.php on line 647
The affected line appears to be:
$ob->personal = isset($ob->personal) ? MIME::decode($ob->personal,
$to_charset) : '';
It does not seem specific to the number of messages but rather if a
specific message is seen. I have an example of a message which causes
this behavior. When this message is moved to a different folder, the
behavior follows it.
Hope this helps.