From: Benjamin S. <be...@ef...> - 2002-10-16 20:40:45
|
Want to install phpwiki 1.3.x and having trouble doing so. Server is RH 7.1, PGSQL 7.1, apache 1.3.26. Database user/pw combination has been made "ldapwiki/password", database named "ldapwiki". I've edited index.php so that array "DBParams" is: $DBParams[dbtype]='SQL'; $DBParams[dsn]='pgsql://ldapwiki:password@localhost/ldapwiki'; And I get the below error message in my browser. Any idea why? ############################### ERROR lib/WikiDB/backend/PearDB.php:680: Fatal[256]: wikidb_backend_pgsql: fatal database error * DB Error: no such table * (LOCK TABLE phpwiki_page [nativecode=ERROR: Relation 'phpwiki_page' does not exist * ]) * Fatal PhpWiki Error lib/WikiDB/backend/PearDB.php:680: Fatal[256]: wikidb_backend_pgsql: fatal database error * DB Error: no such table * (LOCK TABLE phpwiki_page [nativecode=ERROR: Relation 'phpwiki_page' does not exist * ]) ############################### /ERROR |