[Pmwiki-users] Which pmwiki version is needed for Calendar?
John Rankin
john.rankin
Sun Aug 24 15:34:08 CDT 2003
On Friday, 22 August 2003 4:53 AM, Simo Salanne <Simo.Salanne at iki.fi> wrote:
I updated pmwiki to 0.5.20, but trying Calendar I'll
get:
'Calendar.20030819' is not a valid PmWiki page name
Simo Salanne
----
The Calendar redefines a couple of the standard pmwiki variables to do 2 things:
- allow page titles to begin with a number
- format pages of the form Group followed by 8 digits as a valid page
If as suggested you include wikilog.php from the local/Group.php where Group is the name
of the group you want for the calendar, these redefinitions *only work within that group*.
Reference from other parts of the wiki will fail with the error you report.
Try creating calendar GroupHeader first, then the calendar home page, eg Calendar/Calendar.
Alternatively, instead of including wikilog.php from a local/Calendar.php script,
include it in the local/local.php file. This will enable calendar-style page names
across the entire wiki.
JR
More information about the pmwiki-users
mailing list