I've installed phpwiki-1.3.10 on XP with Apache and PHP 4. When starting the index.php the follwing message appears : You don't seem to have DBA support compiled into PHP.
Fatal error: Call to undefined function: dba_open() in d:\program files\apache group\apache\htdocs\phpwiki-1.3.10\lib\DbaDatabase.php on line 54.
I've run a lot of PHP programs on my computer, but never had this problem. I can't find a solution for this problem on the web.
Can somebody help me ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've installed phpwiki-1.3.10 on XP with Apache and PHP 4. When starting the index.php the follwing message appears : You don't seem to have DBA support compiled into PHP.
Fatal error: Call to undefined function: dba_open() in d:\program files\apache group\apache\htdocs\phpwiki-1.3.10\lib\DbaDatabase.php on line 54.
I've run a lot of PHP programs on my computer, but never had this problem. I can't find a solution for this problem on the web.
Can somebody help me ?
Clear enough?
> You don't seem to have DBA support compiled into PHP.
either add the dba extension, or use another database backend.
It's clear enough, but the extention is added.
;Windows Extensions
;Note that MySQL and ODBC support is now built in, so no dll is needed for it.
;
extension=php_dba.dll
So any other suggestions than using an other database ?
config/config.ini:
DATABASE_DBA_HANDLER = db3
Thanks, everything is working now