PITS /
01004: $DefaultGroup can nolonger contain spaces
Summary:
$DefaultGroup can nolonger contain spacesCreated: 2008-01-28 10:24
Status: Open
Category: Bug
From: Ben
Assigned:
Priority: 2
Version: 2.2.0-beta65
OS: Linux/apache
Description:
In Version pmwiki-2.1.27 the
$DefaultGroup could contain spaces
i.e $DefaultGroup='My Group';
In The latest beta this will cause the page to error out and display a blank page.
The required work around is to remove whitespace
$DefaultGroup='MyGroup';