Summary | cannot create users with IMAP auth drivers |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | vilius (at) lnk (dot) lt |
Created | 06/14/2011 (5137 days ago) |
Due | |
Updated | 06/14/2011 (5137 days ago) |
Assigned | 06/14/2011 (5137 days ago) |
Resolved | 06/14/2011 (5137 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Michael Slusarz
State ⇒ Feedback
Bug #10240: PHP doesn't seem to like this assign-op1 files changed, 3 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/faf5c233c98d25ef8e1871446cbfa41eb61c78e3
[14-Jun-2011 22:32:46] PHP Fatal error: Cannot use assign-op
operators with overloaded objects nor string offsets in
/usr/share/pear/Horde/Imap/Client/Base.php on line 2508
It's this line:
$options['rights'] .= $acl->getString($this->queryCapability('RIGHTS')
? Horde_Imap_Client_Data_AclCommon::RFC_4314 :
Horde_Imap_Client_Data_AclCommon::RFC_2086);
currently points to a comment.
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ cannot create users with IMAP auth drivers
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
IMAP drivers. Log says:
[14-Jun-2011 09:54:46] PHP Fatal error: Cannot use assign-op
operators with overloaded objects nor string offsets in
/usr/share/pear/Horde/Imap/Client/Base.php on line 2492
I'm using Cyrus 2.3.16 as IMAP server.