From: <mal...@cs...> - 2004-04-08 03:28:53
|
On Thu, Apr 08, 2004 at 01:48:01AM +0200, Reini Urban wrote: > aha, > very interesting handlers and bugs. > thanks a lot. what's your exact php version? 4.3.3 > It looks like a simple file permission problem. > Do you have write permission to "pages/wiki_pagedb.db4" ? Yes. The other databases have managed to write stuff there without a problem. When I run it with db4 it creates an empty file 'pages/wiki_pagedb.db4'. Our system has some funky CGI handling, described in: http://www.cse.unsw.edu.au/faq/questions/www-cgi.html Maybe that has something to do with it. > but you can also try it in lib/WikiDB/backend/dba.php: > - if (!$db->open('c')) { > + if (!$db->open('c-')) { db4 + open('c-'): ----------------- lib/DbaDatabase.php:38: Fatal[256]: dba_open(pages/wiki_pagedb.db4,c-): Driver initialization failed for handler: db4: Invalid argument Same for open('cl'). Malcolm -- Malcolm Ryan - mal...@cs... - http://www.cse.unsw.edu.au/~malcolmr/ "Blessed are those who are persecuted because of righteousness, for theirs is the kingdom of heaven." -- Matt 5:10 |