| Summary | Cannot use object of type PEAR_Error as array in /srv/www/htdocs/horde/lib/Horde/IMAP/Cache.php on line 80 |
| Queue | Horde Framework Packages |
| Queue Version | HEAD |
| Type | Bug |
| State | No Feedback |
| Priority | 2. Medium |
| Owners | Michael Slusarz <slusarz (at) horde (dot) org> |
| Requester | alar (dot) sing (at) gmail (dot) com |
| Created | 02/14/2008 (85 days ago) |
| Due | |
| Updated | 03/20/2008 (50 days ago) |
| Assigned | 02/24/2008 (75 days ago) |
| Resolved | 03/20/2008 (50 days ago) |
| Attachments | |
| Milestone | |
| Patch |
> And what that means?
Add a print_r($ptr['d']) to the same location as before an report back on the results.
And what that means?State ⇒ Assigned
Looks like $ptr['d'] is containing a PEAR_Error then.var_dump($key) gives string(4) "msgl"State ⇒ Feedback
This error message makes no sense. Everywhere we call getCache() in IMP, the 3rd parameter ($key) is *always* a static string. You will need to add a print_r($key) or var_dump($key) in IMAP_Cache right above line 80 to figure out what $key is.Assigned to Michael Slusarz
I tested with rc2 and 14.02.2008 nightly buildTested with file and eaccelerator cache
Priority ⇒ 2. Medium
State ⇒ Feedback
I'm not entirely sure I follow. Are you actually using HEAD? If so when was it updated?Queue ⇒ Horde Framework Packages
Summary ⇒ Cannot use object of type PEAR_Error as array in /srv/www/htdocs/horde/lib/Horde/IMAP/Cache.php on line 80
Type ⇒ Bug
Priority ⇒ 3. High
State ⇒ Unconfirmed
If horde cache is configured then IMP to not show mails gives error:Cannot use object of type PEAR_Error as array in /srv/www/htdocs/horde/lib/Horde/IMAP/Cache.php on line 80