When running phpwiki and saving the database (db4) on /tmp on the locale machine, everything works great.
When changing the database path to some NFS monted directory, I got an error: (using phpwiki 1.3.10)
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
using phpwiki 1.2.4, trying flatfile, I get this error:
WikiFatalError
Cannot open database 'wiki' : '/mnt/workspace/wikipagesdb', giving up.
Debian package, using ver 1.3.7 with sqlite, working great over nfs as well. However, this package is modified and quite old, and I prefer the original package.
Any ideas?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
When running phpwiki and saving the database (db4) on /tmp on the locale machine, everything works great.
When changing the database path to some NFS monted directory, I got an error: (using phpwiki 1.3.10)
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
using phpwiki 1.2.4, trying flatfile, I get this error:
WikiFatalError
Cannot open database 'wiki' : '/mnt/workspace/wikipagesdb', giving up.
Debian package, using ver 1.3.7 with sqlite, working great over nfs as well. However, this package is modified and quite old, and I prefer the original package.
Any ideas?
This must be a php problem.
Sorry.
well, you're right!
I've used php ver 4.3.4.
when I tested this on php ver 4.3.8, it worked!
Thanks!