[imp] shared folders with cyrus imap server questions

Richard Long rlong at richlong.is-a-geek.com
Fri Aug 13 06:26:24 PDT 2004


On Fri, 2004-08-13 at 03:31, Jan Schneider wrote:
> Zitat von "Richard E. Long" <rlong at richlong.is-a-geek.com>:
> 
> > I have noticed some strange behavior when sharing folders in imp. 
> > When I select shared folders off the options menu, I get a list of 8
> > selections with an error message under each saying "WARNING:  Invalid
> > argument supplied for foreach() in
> > /SRV/WWW/HTDOCS/HORDE/IMP/TEMPLATES/ACL/ACL.INC on line 121."  Then
> > down below that everything is fine to select a user and rights.  If I
> > select what I want it will be saved and the sharing works.  The only
> 
> Can you put a var_dump($curr_acl); before the foreach statement in line 115
> and post the results?
> 
> Jan.
> 
> --
> Do you need professional PHP or Horde consulting?
> http://horde.org/consulting.php

Jan,

Here's the dump...

object(pear_error)(8) { ["error_message_prefix"]=> string(0) ""
["mode"]=> int(1) ["level"]=> int(1024) ["code"]=> string(13)
"horde.warning" ["message"]=> string(80) "Could not retrieve ACL -
Unexpected response from server to: Digest-MD5 response" ["userinfo"]=>
NULL ["backtrace"]=> array(4) { [0]=> array(6) { ["file"]=> string(23)
"/usr/share/php/PEAR.php" ["line"]=> int(538) ["function"]=> string(10)
"pear_error" ["class"]=> string(10) "pear_error" ["type"]=> string(2)
"->" ["args"]=> array(5) { [0]=> string(80) "Could not retrieve ACL -
Unexpected response from server to: Digest-MD5 response" [1]=>
string(13) "horde.warning" [2]=> int(1) [3]=> int(1024) [4]=> NULL } }
[1]=> array(6) { ["file"]=> string(41)
"/usr/share/php/Horde/IMAP/ACL/rfc2086.php" ["line"]=> int(365)
["function"]=> string(10) "raiseerror" ["class"]=> string(4) "pear"
["type"]=> string(2) "::" ["args"]=> array(2) { [0]=> string(80) "Could
not retrieve ACL - Unexpected response from server to: Digest-MD5
response" [1]=> string(13) "horde.warning" } } [2]=> array(6) {
["file"]=> string(41) "/usr/share/php/Horde/IMAP/ACL/rfc2086.php"
["line"]=> int(264) ["function"]=> string(7) "_getacl" ["class"]=>
string(16) "imap_acl_rfc2086" ["type"]=> string(2) "->" ["args"]=>
array(2) { [0]=> string(5) "INBOX" [1]=> string(10) "digest-md5" } }
[3]=> array(6) { ["file"]=> string(33)
"/srv/www/htdocs/horde/imp/acl.php" ["line"]=> int(127) ["function"]=>
string(6) "getacl" ["class"]=> string(16) "imap_acl_rfc2086" ["type"]=>
string(2) "->" ["args"]=> array(1) { [0]=> string(5) "INBOX" } } }
["callback"]=> NULL }

Obviously people use this everyday, I see a few things I can try here,
but what about the rfc not matching?

Rich



More information about the imp mailing list