Summary | ingo-convert-prefs-to-sql fails |
Queue | Ingo |
Queue Version | 2.0.1 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | slusarz (at) horde (dot) org |
Requester | neil.fagan (at) wenn (dot) com |
Created | 05/02/2011 (5128 days ago) |
Due | |
Updated | 06/08/2011 (5091 days ago) |
Assigned | 05/03/2011 (5127 days ago) |
Resolved | 05/19/2011 (5111 days ago) |
Milestone | |
Patch | No |
Bug #10027: Fix regression in renaming mailboxes in dynamic view3 files changed, 12 insertions(+), 9 deletions(-)
http://git.horde.org/horde-git/-/commit/8f83c615272706bdf78f6407f61dbfc073728936
Bug #10027: Correct fix for resetting user during a script callIf authenticated, The application Auth driver needs to pass the *Horde*
userId to the Registry::setAuth() call, instead of any userId that may have
been set in an application, or else the previous change made in this
ticker will cause the if ($this->getAuth() == $authId) check to fail and
the session will be recreated.
For apps that may have a different authentication userId than the Horde
ID (e.g. IMP), this app-specific userId is obtainable via
getAppCredential('userId'). But the Horde user ID should never change
during the session.
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/a95f8a4259ceaae0b421894062c28df7c17bd167
State ⇒ Resolved
No longer necessary (
Bug #10027).1 files changed, 0 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/b7d82950408e3ea96cb7beaff03c88ba8f7c3fbc
set different users during the same session got lost. This is a
crucial feature for scripts like this.
Bug #10027: Maybe this fixes setAuth() issue1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/a21a40d1812a64948a5a96ae647d8279df8bc2aa
Assigned to Michael Slusarz
Taken from
different users during the same session got lost. This is a crucial
feature for scripts like this.
Taken from Michael Slusarz
mysql db was in the same state !! (and yes I did clear the old data
first).
State ⇒ Feedback
Priority ⇒ 2. Medium
Bug #10027: Fix call to setAuth()14 files changed, 25 insertions(+), 20 deletions(-)
http://git.horde.org/horde-git/-/commit/3abbb978412cf263e57ab50fdd0cfa7f35760997
get the following output when script is executed
Converting filters for user: accounts.....
[ ERROR! ] SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate
entry 'accounts' for key 1
[ ERROR! ] SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate
entry 'accounts' for key 1
done
Converting filters for user: joe.bloggs.....
[ ERROR! ] SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate
entry 'accounts' for key 1
[ ERROR! ] SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate
entry 'accounts' for key 1
done
This is repeated for every user in the list.
Upon examining the mysql ingo_rules table, every row is assigned
(column rule_owner) to the initial user in the list and all the
rule_conditions couumns are blank (text - a:0:{} ).
State ⇒ Resolved
Assigned to Michael Slusarz
applications, that were calling the old deprecated
Horde_Auth::setAuth() method).
Bug #10027: Fix call to setAuth()14 files changed, 25 insertions(+), 20 deletions(-)
http://git.horde.org/horde-git/-/commit/3abbb978412cf263e57ab50fdd0cfa7f35760997
Priority ⇒ 3. High
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Due ⇒ 05/05/2011
Summary ⇒ ingo-convert-prefs-to-sql fails
Type ⇒ Bug
Queue ⇒ Ingo
to execute.
reporting that :-
Converting filters for user: accountsPHP Fatal error: Call to
undefined method Horde_Auth::setAuth() in
/usr/bin/ingo-convert-prefs-to-sql on line 60
searched library and method not defined in release, can find in older
releases. It would appear that this method has been changed/renamed
but the update script has not be changed to reflect the change.
would it be possible to bring this script upto date