From: Daniel K. <D.K...@xs...> - 2004-09-29 18:01:14
|
Kropveld wrote: > Thanks; > one step further. Now I got sofar: > > <output> > > lib/DbaDatabase.php:54: Fatal[256]: dba_open(wiki_pagedb.,cd): No such > handler: > > * file: wiki_pagedb. > * mode: cd > * handler: > > lib/DbaDatabase.php:160: Warning[512]: DbaDatabase: The DBA handler is > unsupported! > > * Supported handlers are: cdb,cdb_make,db4,inifile,flatfile > > > lib/DbaDatabase.php:54: Fatal[256]: dba_open(wiki_pagedb.,cd): No such > handler: > > * file: wiki_pagedb. > * mode: cd > * handler: > > </output> > > In my config.ini I do have the line > > DATABASE_DBA_HANDLER = db4 > > (tried the 'cdb' option too, same error) > > > ...<sigh> well I think I am going to give up on phpWiki... > > > > Daniel I think I found it. It is the php distribution of Fedora Core 2 that dumped gdbm support last may. And none of the other handles are supported by phpWiki :( I dont want to compile another php; any chance that phpwiki will support cdb or db4 handles in the future? Daniel |