From: Jeff D. <da...@da...> - 2002-04-01 20:14:31
|
tom zito said: > i'm trying to get phpwiki up and running using a postgres DB and keep > getting the following error: > > Fatal PhpWiki Error > > lib/WikiDB/backend/PearDB.php:31: Fatal[256]: Can't connect to > database: wikidb_backend_pgsql: fatal database error > > * DB Error: extension not found > * (pgsql://apache@localhost/wiki) My guess is that this means your version of PHP was compiled without support for postgres. You need to recompile your PHP with postgres support enabled (or talk to your web host admins, and get them to do it.) |