Hi all,
after removing the @ before the dba_open I got an error message... Fatal error: Call to undefined function dba_open() in /srv/wiki3/lib/dbalib.php
which extension I have to install and where to find it? is there a switch in any of the config/ini files which I must set/unset?
Thanks Klaus
lib/config.php $WhichDatabase = 'default'; // use one of "dbm", "dba", "mysql", // "pgsql", "msql", "mssql", or "file"
if dba_open is undefined you have to use a database library which you have installed. "file" needs none.
Log in to post a comment.
Hi all,
after removing the @ before the dba_open I got an error message...
Fatal error: Call to undefined function dba_open() in /srv/wiki3/lib/dbalib.php
which extension I have to install and where to find it?
is there a switch in any of the config/ini files which I must set/unset?
Thanks
Klaus
lib/config.php
$WhichDatabase = 'default'; // use one of "dbm", "dba", "mysql",
// "pgsql", "msql", "mssql", or "file"
if dba_open is undefined you have to use a database library which you have installed.
"file" needs none.