[pmwiki-users] Another Problem caused by recent PmWiki updates

Patrick R. Michaud pmichaud at pobox.com
Tue Mar 13 12:22:25 CDT 2007


On Tue, Mar 13, 2007 at 04:58:35PM +0000, Hans wrote:
> The upgrade from 2.2.0 beta 31 to beta 35
> broke posting using CommentBoxPlus and Fox.
> 
> 
> An error line I get with CommentBoxPlus:
> 
> Test.Author0Code0Web0Rows4Cols30FmtMultiLabelauthorSignAsAuthor
>    - Access not permitted!
> 
>    
> In Fox I get a "permission denied edit" error (Fox own error) after
> failing a MatchPageName check. This code line fails now:
> 
>  $permit = (boolean)MatchPageNames($targetname,FmtPageName(implode(' ',
>        $FoxNameFmt), $pagename));
> 
> With beta 31 version it works, i.e.returns 1 for a pagename match
> against $FoxNameFmt, an array of allowed name patterns.

Hmm.  I don't think anything has changed in either 
MatchPageNames or FmtPageName, so I'm not sure where the
problem would be.  What's the value of $pagename at the time this
call is made?

Pm



More information about the pmwiki-users mailing list