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<br>
<br>
include_once("$FarmD/scripts/compat1x.php");<br>
UseV1WikiD("/path/to/pmwiki1/wiki.d");<br>
<br>
Am I doing something wrong?<br>
<br>
Thank you,<br>
Constantin<br>
<br>
...............................<br>
the current structure of files:<br>
<br>
<a href="http://www.domain.com">www.domain.com</a><br>
/wiki/
-- 1.0.13<br>
/wiki.d<br>
/wiki2/
-- 2.0.10<br>
..............................<br>
<br>
<br>
<br>
<br>
<br>