Summary | encryptKey parameter is not a valid callback. |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | slusarz (at) horde (dot) org |
Requester | vilius (at) lnk (dot) lt |
Created | 02/01/2012 (4899 days ago) |
Due | |
Updated | 02/01/2012 (4899 days ago) |
Assigned | 02/01/2012 (4899 days ago) |
Resolved | 02/01/2012 (4899 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 67213172a90e95e3a409dc461c81b4159f10a269
Author: Michael M Slusarz <slusarz@horde.org>
Date: Wed Feb 1 11:41:32 2012 -0700
[mms] Fix objects where the password is not being encrypted (
Bug #10950)..../Imap_Client/lib/Horde/Imap/Client/Base.php | 2 +-
framework/Imap_Client/package.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/67213172a90e95e3a409dc461c81b4159f10a269
Assigned to Michael Slusarz
State ⇒ Resolved
is that with 1.3.2 the exception is not thrown.
And you are wrong - with 1.3.2 the exception was always being
thrown. The difference is that the Exception type changed, and we
were not catching the new exception type, so it was bubbling to the
main program and causing a fatal error.
Fixed code so we catch ANY exception in the future, since any error
indicates we can not encrypt the password.
Released Horde_Imap_Client 1.4.2 fixing this issue.
commit 67213172a90e95e3a409dc461c81b4159f10a269
Author: Michael M Slusarz <slusarz@horde.org>
Date: Wed Feb 1 11:41:32 2012 -0700
[mms] Fix objects where the password is not being encrypted (
Bug #10950)..../Imap_Client/lib/Horde/Imap/Client/Base.php | 2 +-
framework/Imap_Client/package.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/67213172a90e95e3a409dc461c81b4159f10a269
that with 1.3.2 the exception is not thrown.
I'm not running APC or suhosin. Now that you told to clear all
sessions I did so, but it didn't help.
during this time period. Don't believe me: do this in the Imap_Client
directory in a git checkout:
git diff horde_imap_client-1.3.2..horde_imap_client-1.4.1 .
Not to mention that this is precisely the kind of thing that a
developer would /probably/ notice immediately.
Have you cleared your APC caches on your PHP server? Or disabled
suhosin (if you are using that)? Or made sure all of your sessions
have been destroyed?
Priority ⇒ 2. Medium
HORDE encryptKey parameter is not a valid callback. [pid 6832 on
line 201 of "/usr/share/pear/Horde/Imap/Client/Base.php"]
path has been called in IMP 5.0. The only difference is that we throw
a different exception at this place in Horde_Imap_Client.
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ encryptKey parameter is not a valid callback.
Type ⇒ Bug
Priority ⇒ 3. High
HORDE encryptKey parameter is not a valid callback. [pid 6832 on line
201 of "/usr/share/pear/Horde/Imap/Client/Base.php"]