[pmwiki-users] Pagename alternative conflicts? was Re: Wikipaths

Patrick R. Michaud pmichaud at pobox.com
Fri Sep 8 10:25:24 CDT 2006


On Fri, Sep 08, 2006 at 11:18:44AM -0400, Crisses wrote:
>    I commented out all my plugins from config.php and it worked.  There's a
>    plug-in conflict with 
>    if ($action == 'edit' || $action == 'comment') {
>        $EnableWhyBlocked = 1;
>        include_once('cookbook/blocklist3.php');
>    }
>    Now, don't ask WHY that would have anything to do with it.  :P  It happens
>    if I include the blocklist code.
>    I should have tried commenting out cookbook and other custom markup.
>    [...]
>    Blocklist calls $page_name = ResolvePageName($pagename); -- if that
>    matters??

Just to verify... are you setting the values of $NamePattern and
$PageNameChars before doing anything else (such as including
the blocklist3 recipe)?  Otherwise the things that happen before
the $NamePattern and $PageNameChars patterns won't recognize
the new formats.

Pm




More information about the pmwiki-users mailing list