Hi,

I tried to move the folders wiki.d and wikilib.d to a new location using the 
following configuration:

---- Configuration snippet local/config.php  start -----
$WikiDir = new PageStore('NEWPATH\\wiki.d\\{$FullName}');
$WikilibDir = new PageStore('NEWPATH\\wikilib.d\\{$FullName}');
$WikiLibDirs = array(&$WikiDir,&$WikilibDir);
---- Configuration snippet local/config.php  end -----

The pages content is shown exactly.
The problem is now, that pagelist and search function does not result anything.

Does anyone has any idea what the reason/solution will be?

Kind regards,
Christian Feig

_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to