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.

Item9886: Incorrect method call breaks configure on IIS

Priority: CurrentState: AppliesTo: Component: WaitingFor:
Urgent Closed Engine    
Dunno why it doesn't trigger anywhere else, but..... line 315 of Checkers.pm is wrong. it reads:
        return checkTreePerms( $name, 'rw' );
but checkTreePerms is an object method, so it should read
        return $this->checkTreePerms( $name, 'rw' );

This should block 1.1.1

See http://irclogs.foswiki.org/bin/irclogger_log/foswiki?date=2010-10-25,Mon&sel=237#l233 for diagnosis and test

-- CrawfordCurrie - 25 Oct 2010

 

ItemTemplate edit

Summary Incorrect method call breaks configure on IIS
ReportedBy CrawfordCurrie
Codebase 1.1.0, 1.1.0 beta1
SVN Range
AppliesTo Engine
Component
Priority Urgent
CurrentState Closed
WaitingFor
Checkins Foswikirev:9733 Foswikirev:9734
TargetRelease patch
ReleasedIn 1.1.1
Topic revision: r4 - 25 Oct 2010, KennethLavrsen
 
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. see CopyrightStatement. Creative Commons LicenseGet Foswiki at sourceforge.net. Fast, secure and Free Open Source software downloads