[pmwiki-users] TRIAD skin configuration and Pmwiki 2.2.0.19 problem

Hans design5 at softflow.co.uk
Mon Jan 8 05:01:46 CST 2007


Monday, January 8, 2007, 9:35:00 AM, Jiri wrote:

> After installing Pmwiki 2.2.0. beta19 the  link in the pagebottom to the
> Skin config does not work correctly
> though ... pub/skins/triad/wikilib.d/Site/Triad-Configuration file exists

I suspect something in the latest beta (beta 17 works okay)
broke something in $WikiLibDirs, or changed something, so that in
skin.php:

  ## automatic loading of skin default config pages
  global $WikiLibDirs, $SkinDir;
    $where = count($WikiLibDirs);
    if ($where>1) $where--;
    array_splice($WikiLibDirs, $where, 0, 
        array(new PageStore("$SkinDir/wikilib.d/\$FullName")));

is not working correctly any more.
The skin's pages from its own page store are not recognised correctly
any more. I hope Pm can help with this.


Hans





More information about the pmwiki-users mailing list