TWiki 01 May 2000: Setting
$scriptSuffix in
wikicfg.pm alows you to specify a file extension for the scripts. Doing so fails because it is missing on two places:
- TWikiRegistration.txt: Line 7:
%SCRIPTSUFFIX% is missing behind %SCRIPTURL%/register
- wiki.pm: In my environment the return variable in "sub viewUrl" should contain
"$urlHost" :
return "$urlHost$scriptUrlPath/view$scriptSuffix/$webName/$topic";
Otherwise the query->redirect () in save.pl does not work correctly (page does not redirect and browser times out).
Reported by
WolfgangSteinke ,
Wolfgang.Steinke@icnPLEASENOSPAM.siemens.de
--
PeterThoeny - 24 May 2000
Both have been fixed.
--
PeterThoeny - 24 May 2000