I tried to get PHPWiki installed on my website, but for some reason, its not working no matter what DBM_FILE_TYPE is changed.
Like this I have set:
if (!defined("db3")) {
if (function_exists("dba_handlers")) { // since 4.3.0
foreach (array('gdbm','db4','db3','db2','sdbm','ndbm') as $handler) {
if (in_array($handler, dba_handlers())) {
define("db3", $handler);
break;
Doesn't work.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I tried to get PHPWiki installed on my website, but for some reason, its not working no matter what DBM_FILE_TYPE is changed.
Like this I have set:
Doesn't work.