[pmwiki-users] BuildForms Fatal Error
Patrick R. Michaud
pmichaud at pobox.com
Fri Apr 1 22:52:15 CST 2005
On Fri, Apr 01, 2005 at 10:06:50PM +0000, Stan wrote:
> I just installed the buildforms recipe and when I try to save a page with forms
> markup I get the following error:
>
> Fatal error: Call to undefined function: parseargs() in
> .../pmwiki/cookbook/buildforms.php on line 19
>
> Since the parseargs() function is part of PmWiki.php, I don't see
> how it can be underfined.
FWIW, this sort of thing commonly happens when admins rename
pmwiki.php to index.php or some other name, and then forget to copy
over the new pmwiki.php upon doing an upgrade (thus index.php
remains the older version of pmwiki that doesn't have ParseArgs() in it).
Pm
More information about the pmwiki-users
mailing list