[pmwiki-users] pmwiki-2.2.0-beta3 and triad skin

IchBin weconsul at ptd.net
Wed Sep 27 03:03:43 CDT 2006


Just download pmwiki-2.2.0-beta3 and started it and looked ok. I added a
skin ( triad ). Now when I start pmwiki-2.2.0-beta3 it can not load that
skin. The error is "Unable to load triad template".

I traced a little and found the error coming from the skins.php in the
function SetSkin().

Going into SetSkin($pagename, $skin)

the input args are:

   $x[0] = (string:5) trid
   $pagename = (string:13) Main.HomePage


The in the config.php it is defined as:
$Skin = 'triad';

The path name is:
   '..\pmwiki-2.2.0-beta3\pub\skins\triad'

Guess I can check where it is getting the skin name of 'trid' and not 
'triad'. It is funny that the said length of it is string:5 but only 4 
bytes going into SetSkin().

I did not trace any farther. Its to late in the morning. It works fine 
for the 'abitmodern' skin. Guess I will look at it when I get up.

Figured I would post this information just in case the skin author hangs
out here.

-- 
Thanks in Advance...
IchBin, Pocono Lake, Pa, USA              http://weconsultants.phpnet.us
__________________________________________________________________________

'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor,  Regular Guy (1952-)





More information about the pmwiki-users mailing list