From: Joel U. <uck...@el...> - 2005-07-06 16:03:25
|
> Sorry for the following questions, but I am now totally confused and > I have no more ideas... > > I have an old phpwiki which runs fine. > I dumped a zip file which I now want to use with an actual phpwiki version. > > But I am actually not able to install a running wiki on my box at all. > What I have done: > > tar -xzf phpwiki.1.3.11_rc3.tar.gz in the /srv/www/htdocs > path (as root) > then chmod -R wwwrun.www phpwiki.1.3.11_rc3 > mv phpwiki.1.3.11_rc3 wiki > > I can now access via mozilla the pages with localhost/wiki > > Then I get the configuration dialog. But I am not able to store it > automaticly so I copied the page content and stored in manually > under /config/config.ini > > Why I am not able to store the configuration from web front end? > The files are accessible by wwwrun which is the user which runs the apache2 > > > After all I have no more access to any page in the wiki!!!!!! > I got only : > > /lib/DbaDatabase.php:54: Error dba_open(/tmp/wikipagedb.gdbm,w): Driver > initialization failed for handler: gdbm: Cant be writer > > But tmp is writable for all!!! > > > Now I have no more ideas. > Can you please help me to get access to the wiki? Have you checked phpinfo() to see whether your version of PHP was compiled with gdbm? |