[pmwiki-users] wiki.d "not an accessible directory"

Patrick R. Michaud pmichaud at pobox.com
Mon Oct 10 09:31:37 CDT 2005


On Sun, Oct 09, 2005 at 10:51:10PM -0400, Constantin Basturea wrote:
>    I'm trying to update from 1.0.13 to 2.0.10, but I get an error messages
>    saying that wiki.d "is not an accessible directory" when I try to add this
>    code to local/config.php
> 
>       include_once("$FarmD/scripts/compat1x.php");
>       UseV1WikiD("/path/to/pmwiki1/wiki.d");

You are replacing "/path/to/pmwiki1/wiki.d" with the actual path
of the wiki.d directory for your PmWiki 1 installation, yes?

I.e., given

>    www.domain.com
>              /wiki/                -- 1.0.13
>                     /wiki.d
>              /wiki2/               -- 2.0.10

then you should have

         UseV1WikiD("www.domain.com/wiki/wiki.d");

Pm




More information about the pmwiki-users mailing list