Summary | PDOException when using SQL-Sessionhandler with Postgresql |
Queue | Horde Base |
Queue Version | 4.0.15 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | jan (at) horde (dot) org |
Requester | piper (at) hrz (dot) uni-marburg (dot) de |
Created | 09/19/2012 (4672 days ago) |
Due | 09/20/2012 (4671 days ago) |
Updated | 10/15/2012 (4646 days ago) |
Assigned | |
Resolved | 09/24/2012 (4667 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit edf903da8bca7480b07a19d57c83c6098a6e7916
Author: Jan Schneider <jan@horde.org>
Date: Mon Sep 24 15:51:48 2012 +0200
Fix using PostgreSQL as the session handler backend (
Bug #11436).Conflicts:
framework/Core/package.xml
.../Core/lib/Horde/Core/Factory/SessionHandler.php | 4 +++-
framework/Core/package.xml | 1 +
2 files changed, 4 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/edf903da8bca7480b07a19d57c83c6098a6e7916
State ⇒ Resolved
Priority ⇒ 2. Medium
Patch ⇒ No
commit edf903da8bca7480b07a19d57c83c6098a6e7916
Author: Jan Schneider <jan@horde.org>
Date: Mon Sep 24 15:51:48 2012 +0200
Fix using PostgreSQL as the session handler backend (
Bug #11436).Conflicts:
framework/Core/package.xml
.../Core/lib/Horde/Core/Factory/SessionHandler.php | 4 +++-
framework/Core/package.xml | 1 +
2 files changed, 4 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/edf903da8bca7480b07a19d57c83c6098a6e7916
commit a66453bf3b289aa20f0d7ef8e719ef8f0a1cd7f7
Author: Jan Schneider <jan@horde.org>
Date: Mon Sep 24 15:51:48 2012 +0200
Fix using PostgreSQL as the session handler backend (
Bug #11436)..../Core/lib/Horde/Core/Factory/SessionHandler.php | 4 +++-
framework/Core/package.xml | 2 ++
2 files changed, 5 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/a66453bf3b289aa20f0d7ef8e719ef8f0a1cd7f7
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ PDOException when using SQL-Sessionhandler with Postgresql
Due ⇒ 09/20/2012
Queue ⇒ Horde Base
Milestone ⇒
Patch ⇒ Yes
New Attachment: Horde_Db_Adapter_Pdo_Base.php.patch
State ⇒ Unconfirmed
Postgresql Database, I am getting these errors:
EMERG: HORDE Could not instantiate PDO with DSN
"pgsql:driverconfig=horde;umask=63;host=db.hrz.uni-marburg.de;dbname=horde".
PDOException: SQLSTATE[08006] [7] invalid connection option
"driverconfig" [pid 26846 on line 46 of
"/var/www/horde/pear/php/Horde/Db/Adapter/Pdo/Base.php"]
EMERG: HORDE Could not instantiate PDO with DSN
"pgsql:umask=63;host=db.hrz.uni-marburg.de;dbname=horde".
PDOException: SQLSTATE[08006] [7] invalid connection option "umask"
[pid 13889 on line 46 of
"/var/www/horde/pear/php/Horde/Db/Adapter/Pdo/Base.php"]
Clearing the options 'driverconfig' and 'umask' in
pear/php/Horde/Db/Adapter/Pdo/Base.php solves this issue, see attached
patch.
A predecessor to this bug is
#8239.