[resending to pmwiki-users] On Tue, Mar 20, 2007 at 02:33:38PM +0100, P Victor wrote: > Hello > > I just made an upgrade of pmwiki from 2.0.10 to 2.2.0beta37 > When I try to make a search with the searchbox I get the result and the > followinf error message at the bottom of my page: > > Warning: mkdir(wiki.d): Permission denied in > /Users/pl/Sites/pmwiki/pmwiki.php on line 445 > PmWiki can't process your request
The wiki.d/ directory is normally in the same directory as the pmwiki.php script -- you just need to give the webserver write permissions to it. > PmWiki needs to have a writable wiki.d/ directory before it can continue. > You can create the directory manually by executing the following commands on > your server: > > mkdir //wiki.d > [...] > > I find a bit strange that the directory in the error message > appears like "//wiki.d" i.e. at the very bottom of the file system. That's correct, it's quite strange. It looks to me as though PHP's realpath() function isn't returning the actual location for some reason. If you could get me a url to access your site, and set $EnableDiag = 1; in the local/config.php, then I think I could figure out what is causing the incorrect error message (and fix it for the next release). Pm _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
