[pmwiki-users] How to move wiki.d and wikilib.d

Feig, Christian christian.feig at salt-solutions.de
Sun Aug 22 14:45:55 CDT 2010


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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.pmichaud.com/pipermail/pmwiki-users/attachments/20100822/75191a90/attachment.html>


More information about the pmwiki-users mailing list