Re: [PHP-DB] PDOException: could not find driver (postgres)

[email protected] (Niel Archer)
Newsgroups php.db
Message-ID <[email protected]>
> What could be causing this please? Going direct, using pg_connect, is
> not a problem.

Seems like a simple missing driver problem.  Make sure you have the PDO
postgres driver enabled in your php.ini, it does not use the same driver
as the Postgres extension.

> The code in question looks like
> $pdo = new PDO('pgsql:host=localhost;port=5432;dbname=mydb', 'dbuser',
> 'dbpass');
> (I think - I've yet to be able to debug it down to a single line)



--
Niel Archer
niel.archer (at) blueyonder.co.uk
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.