From: Reini U. <ru...@x-...> - 2005-09-05 05:20:11
|
ni...@we... schrieb: > Hi PHPWiki Talk, > > I am trying to set up PHPWiki with flat files. I have successfully > uncompressed and uploaded the PHPWiki source to > http://www.ssavplane.com/phpwiki/, and I have successfully used a PHP > script to create a http://www.ssavplane.com/phpwiki/pages/ directory > (created by the server so the server will have write permissions). > > I have set the database type to 'file' and set the database path in > config.php, but it fails when trying to add the initial pages, please have > a look at the error message here > > http://www.ssavplane.com/phpwiki/ > > Any ideas? The error message is clear enough. open_basedir restricts your pages path. I suggest to move phpwiki to your home These are yopur allowed local paths: '.:/proc/uptime:/etc/lunarscripts:/config.php:./function.inc.php:/tmp:/home:/usr/local/lib/php: /nfs/home:/usr/home:/usr/local/bin:/usr/local/apache/htdocs:' -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ http://phpwiki.org/ |