| Summary | hook_msglist_format Fatal error: Cannot use object of type PEAR_Error as array |
| Queue | IMP |
| Queue Version | 4.3.2 |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | |
| Requester | dom.lalot (at) gmail (dot) com |
| Created | 2/12/09 (6265 days ago) |
| Due | |
| Updated | 2/16/09 (6261 days ago) |
| Assigned | |
| Resolved | 2/15/09 (6262 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
http://cvs.horde.org/diff.php/imp/mailbox.php?rt=horde&r1=2.617.4.89&r2=2.617.4.90&ty=u
State ⇒ Resolved
too), thanks!
http://cvs.horde.org/diff.php/imp/mailbox.php?rt=horde&r1=2.617.4.88&r2=2.617.4.89&ty=u
New Attachment: Nouveau Document texte[1].txt
Priority ⇒ 1. Low
New Attachment: Nouveau Document texte.txt
Patch ⇒ No
Milestone ⇒
Summary ⇒ hook_msglist_format Fatal error: Cannot use object of type PEAR_Error as array
Type ⇒ Bug
State ⇒ Unconfirmed
Queue ⇒ IMP
if (!function_exists('_dimp_hook_msglist_format')) {
function _dimp_hook_msglist_format($mailbox, $uid)
{
And in dimp works like a charm. But switching to imp I got:
Fatal error: Cannot use object of type PEAR_Error as array in
/var/www/perso/horde-webmail-1.2.1/imp/mailbox.php on line 786
So I patched mailbox.php no to use the object if pear_error, but there
is may be other things to do.. Anyway it works
Dom