[pmwiki-users] wiki.d "not an accessible directory"
Patrick R. Michaud
pmichaud at pobox.com
Mon Oct 10 14:51:46 CDT 2005
On Mon, Oct 10, 2005 at 03:44:40PM -0400, Constantin Basturea wrote:
> That's exactly what I did, but I get the same message error:
>
> PmWiki can't process your request
> ?www.thenewpr.com/wiki/wiki.d is not an accessible directory
You probably need to specify a full pathname from the filesystem
root -- i.e., '/home/xyz/www.thenewpr.com/wiki/wiki.d' (replace
/home/xyz with whatever is appropriate for your system).
Or, try using an appropriate number of ../../.. levels, something
like
UseV1WikiD("../wiki/wiki.d");
Pm
> On 10/10/05, Patrick R. Michaud <pmichaud at pobox.com> wrote:
> > 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
> >
>
> _______________________________________________
> pmwiki-users mailing list
> pmwiki-users at pmichaud.com
> http://host.pmichaud.com/mailman/listinfo/pmwiki-users
>
More information about the pmwiki-users
mailing list