Have you created the database tables using /schemas/pgsql.sql (or whateve=
r its=20
called)?
Lawrence
On Wednesday 16 Oct 2002 9:40 pm, Benjamin Smith wrote:
> 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 combinatio=
n
> has been made "ldapwiki/password", database named "ldapwiki".
>
> I've edited index.php so that array "DBParams" is:
>
> $DBParams[dbtype]=3D'SQL';
> $DBParams[dsn]=3D'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: fa=
tal
> database error
>
> * DB Error: no such table
> * (LOCK TABLE phpwiki_page [nativecode=3DERROR: Relation 'phpwiki_p=
age'
> does not exist
> * ])
> *
>
>
> Fatal PhpWiki Error
>
> lib/WikiDB/backend/PearDB.php:680: Fatal[256]: wikidb_backend_pgsql: fa=
tal
> database error
>
> * DB Error: no such table
> * (LOCK TABLE phpwiki_page [nativecode=3DERROR: Relation 'phpwiki_p=
age'
> does not exist
> * ])
> ############################### /ERROR
|