[pmwiki-users] wikilib.d for a skin
noskule
noskule at gmx.net
Fri Mar 17 06:44:45 CST 2006
hi list
I try to setup a separate wikilib.d dir to support farms for the
netstreams skin. So I want to make a new directory to put all the
template pages . ..
to setup the dir i added to skin.php
GLOBAL $WikiLibDirs;
$WikiLibDirs = array(
&$WikiDir,
*new* PageStore("$FarmD/pub/skins/netstreams/wikilib.d/$FullName"),
*new* PageStore("$FarmD/wikilib.d/$FullName"));
unfortunality :-( this gives me the error:
*Fatal error*: Call to a member function on a non-object in
*/home/netstrea/public_html/pmwiki/index.php* on line *808
does anyone see what I'm doing wrong?
thanks for sugesstions
nos
*
More information about the pmwiki-users
mailing list