NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item9693 for docu changes for 1.2 and 2.0.
Item9712: Warning after setting {ScriptSuffix}
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Normal |
Closed |
Engine |
Configure |
|
After assigning a {ScriptSuffix} through the configuration script, I have 23 warnings (one for each script) in the General Path Settings panel similar to the following warning:
Warning: attach.pl appears to be missing the configured script suffix - please check it.
I did verified that all the files in the /bin directory have the proper extension (.pl) and the proper permission.
This is a clean install of foswiki 1.1.0 beta 1.
--
HuuDongQuach - 19 Sep 2010
Updated
lib/Foswiki/Configure/Checkers/ScriptDir.pm can be downloaded
here. Thanks for the bug report.
Updated the checker to not insert the '.' into the test, as the
ScriptSuffix includes it. Also added a check to warn if any scripts have a suffix other than that configured in the
ScriptSuffix field
--
GeorgeClark - 19 Sep 2010
Thanks.
After installing the updated file, I don't have anymore warnings related to the script suffix.
--
HuuDongQuach - 20 Sep 2010