I can't initialize the phpwiki no matter what database i'm using i always get some locking problem
I'm using gdbm then i get the error
lib/DbaDatabase.php:54: Fatal[256]: dba_open(/usr/local/web/docs/dyn-docs/php/phpwiki/wiki_pagedb.gdbm,w): Driver initialization failed for handler: gdbm: Can't be writer
* file: /usr/local/web/docs/dyn-docs/php/phpwiki/wiki_pagedb.gdbm
* mode: w
* handler: gdbm
whan i try db3
lib/DbaDatabase.php:54: Fatal[256]: dba_open(/usr/local/web/docs/dyn-docs/php/phpwiki/wiki_pagedb.db3,w): Driver initialization failed for handler: db3: Unable to establish lock
* file: /usr/local/web/docs/dyn-docs/php/phpwiki/wiki_pagedb.db3
* mode: w
* handler: db3
while the file /usr/local/web/docs/dyn-docs/php/phpwiki/wiki_pagedb.gdbm
is created with zero size, the same for db3
if i try flatfile the error is same as in db3
please help
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I can't initialize the phpwiki no matter what database i'm using i always get some locking problem
I'm using gdbm then i get the error
lib/DbaDatabase.php:54: Fatal[256]: dba_open(/usr/local/web/docs/dyn-docs/php/phpwiki/wiki_pagedb.gdbm,w): Driver initialization failed for handler: gdbm: Can't be writer
* file: /usr/local/web/docs/dyn-docs/php/phpwiki/wiki_pagedb.gdbm
* mode: w
* handler: gdbm
whan i try db3
lib/DbaDatabase.php:54: Fatal[256]: dba_open(/usr/local/web/docs/dyn-docs/php/phpwiki/wiki_pagedb.db3,w): Driver initialization failed for handler: db3: Unable to establish lock
* file: /usr/local/web/docs/dyn-docs/php/phpwiki/wiki_pagedb.db3
* mode: w
* handler: db3
while the file /usr/local/web/docs/dyn-docs/php/phpwiki/wiki_pagedb.gdbm
is created with zero size, the same for db3
if i try flatfile the error is same as in db3
please help