[pmwiki-users] Urgent help and testing needed

Patrick R. Michaud pmichaud at pobox.com
Wed May 3 06:53:12 CDT 2006


On Wed, May 03, 2006 at 10:05:56AM +0200, SMETS Stephane     BKS-IT wrote:
>    Hello all the list.
> 
>    I am in front of a big problem.
> 
>    If I want to create a group with a number in FIRST position, pmwiki goes
>    in trouble and I never see any page, nor in creating it and in editing it.

In local/config.php, set the $GroupPattern to allow leading digits:

    $GroupPattern = '[[:upper:]0-9][\\w]*(?:-\\w+)*';

Pm




More information about the pmwiki-users mailing list