• Do
not register here on develop.twiki.org, login with your twiki.org account.
• Use
Item7848 for generic
doc work for TWiki-6.1.1. Use
Item7851 for doc work on
extensions that are not part of a release.
More... Close
• Anything you create or change in standard webs (Main, TWiki, Sandbox etc) will be automatically reverted on every SVN update.
• Does this site look broken?. Use the LitterTray web for test cases.
Item7672: configure dies instead of providing a useful error message in strange situations
Item Form Data
AppliesTo: |
Component: |
Priority: |
CurrentState: |
WaitingFor: |
TargetRelease |
ReleasedIn |
Engine |
Configuration |
Low |
Closed |
TWiki:Main.HaraldJoerg |
patch |
6.1.0 |
Detail
In one probably extremely rare border case which can be reproduced by configuring a log file to
/dev/null
,
configure
fails to print a useful error message and simply dies. See
TWiki:Support/SID-02079
. Pretty easy to fix once you are aware that this situation can occur.
--
TWiki:Main/HaraldJoerg
- 2015-06-30
Turns out that in
lib/TWiki/Configure/Checker.pm
, the method
checkTreePerms
is called as a plain sub instead of passing an object as the first parameter. All calls to the method from other modules are correct.
--
TWiki:Main.HaraldJoerg
- 2016-05-05