Summary | notice when deleting last messages from folder |
Queue | IMP |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | |
Requester | vilius (at) lnk (dot) lt |
Created | 11/23/2005 (7176 days ago) |
Due | |
Updated | 12/10/2005 (7159 days ago) |
Assigned | 12/06/2005 (7163 days ago) |
Resolved | 12/10/2005 (7159 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
only broken when sorting a mailbox by arrival date.
http://bugs.horde.org/ticket/?id=3084 :-)
But anyway, thanks!
State ⇒ Resolved
only broken when sorting a mailbox by arrival date.
same problem. Please let me know what debugging or output is needed
to further look into the problem
FC 3
httpd-2.0.53-3.3 (standard FC3 apache rpm)
php 4.4.1 (from source)
imap-2004c (from source)
same problem. Please let me know what debugging or output is needed
to further look into the problem
or c-client.
can you tell us what softwart you are using?
apache-1.3.27-8.legacy (rpm)
uw-imap 2004g (from source; compiled into PHP)
PHP 4.4.1 (from source)
I have imapproxy 1.2 installed and running, but IMP is not using it
(running on a different port).
/var/cache/horde. I've deleted all of the files from the directory
and logged back in. Was that the cache you were talking about? In
IMP's configuration, I cache the folder list but not the message
contents.
I still get the original errors, with nothing coming from line 210 in
MailboxCache.php.
Michael thinks that, we could have a problem with our IMAP-server and
or c-client.
can you tell us what softwart you are using?
I'm running the following configuration:
- cyrus-imapd-2.2.12
- up-imapproxy-1.2.4 (I get the same errors also without imapproxy)
- apache-1.3.34
- php-4.4.1
- c-client from imap-2004g
to the watch list, so wasn't getting any notifications that action was
being taken.
In the horde configuration, I have the cache pointed to
/var/cache/horde. I've deleted all of the files from the directory and
logged back in. Was that the cache you were talking about? In IMP's
configuration, I cache the folder list but not the message contents.
I still get the original errors, with nothing coming from line 210
in MailboxCache.php.
none. And you are absolutely sure you have deleted all cache files?
THe fact you aren't seeing any error messages on line 210 when
removing the @ indicates there is a problem with your cache files,
not the code.
I noticed, that the error occurs only if I'm deleting the last message
from within the message view it self. If I delete the message from the
mailbox view, everything is ok.
none. And you are absolutely sure you have deleted all cache files?
THe fact you aren't seeing any error messages on line 210 when
removing the @ indicates there is a problem with your cache files, not
the code.
deleted in /usr/local/apache/htdocs/cvs_dev/horde/imp/lib/Mailbox.php
on line 252
[Wed Dec 7 18:28:22 2005] [error] PHP Notice: Undefined property:
uid in /usr/local/apache/htdocs/cvs_dev/horde/imp/mailbox.php on line
691
[Wed Dec 7 18:28:22 2005] [error] PHP Notice: Undefined property:
uid in /usr/local/apache/htdocs/cvs_dev/horde/imp/mailbox.php on line
781
[Wed Dec 7 18:28:22 2005] [error] PHP Notice: Undefined property:
seen in /usr/local/apache/htdocs/cvs_dev/horde/imp/mailbox.php on line
794
[Wed Dec 7 18:28:22 2005] [error] PHP Notice: Undefined property:
answered in /usr/local/apache/htdocs/cvs_dev/horde/imp/mailbox.php on
line 801
[Wed Dec 7 18:28:22 2005] [error] PHP Notice: Undefined property:
draft in /usr/local/apache/htdocs/cvs_dev/horde/imp/mailbox.php on
line 806
[Wed Dec 7 18:28:22 2005] [error] PHP Notice: Undefined property:
flagged in /usr/local/apache/htdocs/cvs_dev/horde/imp/mailbox.php on
line 819
[Wed Dec 7 18:28:22 2005] [error] PHP Notice: Undefined property:
deleted in /usr/local/apache/htdocs/cvs_dev/horde/imp/mailbox.php on
line 824
[Wed Dec 7 18:28:22 2005] [error] PHP Notice: Undefined property:
uid in /usr/local/apache/htdocs/cvs_dev/horde/imp/mailbox.php on line
912
[Wed Dec 7 18:28:22 2005] [error] PHP Notice: Undefined property:
uid in /usr/local/apache/htdocs/cvs_dev/horde/imp/mailbox.php on line
920
[Wed Dec 7 18:28:22 2005] [error] PHP Notice: Undefined property:
uid in /usr/local/apache/htdocs/cvs_dev/horde/imp/mailbox.php on line
933
$overview = @imap_fetch_overview($GLOBALS['imp']['stream'],
implode(',', $get_ids), FT_UID);
to:
$overview = imap_fetch_overview($GLOBALS['imp']['stream'],
implode(',', $get_ids), FT_UID);
and post any error messages.
[Tue Dec 6 16:21:32 2005] [error] PHP Notice: Undefined property:
deleted in /usr/local/apache/htdocs/horde/imp/lib/Mailbox.php on line
252
[Tue Dec 6 16:21:32 2005] [error] PHP Notice: Undefined property:
uid in /usr/local/apache/htdocs/horde/imp/mailbox.php on line 691
[Tue Dec 6 16:21:32 2005] [error] PHP Notice: Undefined property:
uid in /usr/local/apache/htdocs/horde/imp/mailbox.php on line 781
[Tue Dec 6 16:21:32 2005] [error] PHP Notice: Undefined property:
seen in /usr/local/apache/htdocs/horde/imp/mailbox.php on line 794
[Tue Dec 6 16:21:32 2005] [error] PHP Notice: Undefined property:
answered in /usr/local/apache/htdocs/horde/imp/mailbox.php on line 801
[Tue Dec 6 16:21:32 2005] [error] PHP Notice: Undefined property:
draft in /usr/local/apache/htdocs/horde/imp/mailbox.php on line 806
[Tue Dec 6 16:21:32 2005] [error] PHP Notice: Undefined property:
flagged in /usr/local/apache/htdocs/horde/imp/mailbox.php on line 819
[Tue Dec 6 16:21:32 2005] [error] PHP Notice: Undefined property:
deleted in /usr/local/apache/htdocs/horde/imp/mailbox.php on line 824
[Tue Dec 6 16:21:32 2005] [error] PHP Notice: Undefined property:
uid in /usr/local/apache/htdocs/horde/imp/mailbox.php on line 912
[Tue Dec 6 16:21:32 2005] [error] PHP Notice: Undefined property:
uid in /usr/local/apache/htdocs/horde/imp/mailbox.php on line 920
[Tue Dec 6 16:21:32 2005] [error] PHP Notice: Undefined property:
uid in /usr/local/apache/htdocs/horde/imp/mailbox.php on line 933
State ⇒ Feedback
What about you Rick?
State ⇒ Assigned
Notice: Undefined property: deleted in
path-to-horde/imp/lib/Mailbox.php on line 252
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ notice when deleting last messages from folder
Queue ⇒ IMP
State ⇒ Unconfirmed
Notice: Undefined property: uid in path-to-horde/imp/mailbox.php on line 485
Notice: Undefined property: uid in path-to-horde/imp/mailbox.php on line 575
Notice: Undefined property: seen in path-to-horde/imp/mailbox.php on line 588
Notice: Undefined property: answered in path-to-horde/imp/mailbox.php
on line 595
Notice: Undefined property: draft in path-to-horde/imp/mailbox.php on line 600
...