Summary | custom authentication query against pgsql database |
Queue | Horde Base |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | Horde Developers (at) , mrubinsk (at) horde (dot) org |
Requester | dan (at) soleks (dot) com |
Created | 11/02/2010 (5336 days ago) |
Due | |
Updated | 11/04/2010 (5334 days ago) |
Assigned | 11/02/2010 (5336 days ago) |
Resolved | 11/04/2010 (5334 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
typos
Bug: 9355http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Factory/Db.php?rt=horde-git&r1=5c148f95a10d2626e5004cffab0aff3af7a37959&r2=af11471cc2d05355450a5376f4a6cf7b4933b9ec
Don't pollute the DSN with non-connection related data.
Not sure if there's a better place to do this or not...if so, happy to
move it.
Bug: 9355http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Factory/Db.php?rt=horde-git&r1=82b5e16de8f83c432be6b66ea54dc041a1fb0b92&r2=5c148f95a10d2626e5004cffab0aff3af7a37959
Don't assume that we should use the global horde db adapter.
Bug: 9355http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Factory/Auth.php?rt=horde-git&r1=da9a779c8ba0d175153f40caca0724069aba69f5&r2=c5c2f882ece8bb6425437595398dbfd1f450366a
State ⇒ Feedback
Assigned to Michael Rubinsky
Need the db adapter for customsql also.
Bug: 9355http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Factory/Auth.php?rt=horde-git&r1=f4f153147c89de458e435625189b68f05cf8ac4c&r2=b0ff66a827fb703a468770df44024d68cf11641e
State ⇒ Assigned
Assigned to
how you got even as far as you did without fatal errors regarding
Horde_Db_Adapter being missing.
echo $this->_db;
as an output:
gmsdb
Fatal error: Call to a member function quote() on a non-object in
/var/www/html/horde-test/libs/Horde/Auth/Customsql.php on line 91
gmsdb is my custom database against which i do authentication
State ⇒ Feedback
that line?
Patch ⇒ No
State ⇒ Unconfirmed
Milestone ⇒
Queue ⇒ Horde Base
Summary ⇒ custom authentication query against pgsql database
Type ⇒ Bug
Priority ⇒ 2. Medium
the following:
Fatal error: Call to a member function quote() on a non-object in
/var/www/html/horde-test/libs/Horde/Auth/Customsql.php on line 90