TigerSkinBugOnNT3
There appear to be a couple of oversights in the
TigerSkinPlugin.pm file.
Basically the script assumes that the view script is in /twiki/bin and called view with no suffix.
I have fixed the first problem by replacing all occurences of
by
- ".&TWiki::Func::getScriptUrlPath()."
This causes two replacements in line 205 and 214 (I have attached the corrected script).
The second problem I have been able to get over on my current set up by removing the suffix from all the Perl scripts. Ok, doing this small code change is currently beyond my very limited abilities in Perl.
--
SimonGibbon - 09 Sep 2001
Thanks for pointing that out. I've changed lines to use TWiki variables and uploading new plugin code to
TigerSkinPlugin.
--
JohnTalintyre - 10 Sep 2001