<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Doh!! How thick-headed can you get? Can I chalk this up to newbie
ignorance?<br>
<br>
I see where I got confused and have learned my lesson. Thanks for your
patience and intelligence. I'm enjoying my PmWiki experience!<br>
<br>
Keep up the good work... Stan<br>
<br>
Patrick R. Michaud wrote:
<blockquote cite="mid20050402200243.GD3744@pmichaud.com" type="cite">
<pre wrap="">On Sat, Apr 02, 2005 at 02:47:48PM -0500, Stan Ritchie wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Ok, I've added $EnableDiag = 1;
URL: <a class="moz-txt-link-freetext" href="http://www.christiancyclingpa.com/testsite/pmwiki">http://www.christiancyclingpa.com/testsite/pmwiki</a> This is a
mirror of my live site at: <a class="moz-txt-link-abbreviated" href="http://www.christiancyclingpa.com">www.christiancyclingpa.com</a>
The page I get the error on is:
<a class="moz-txt-link-freetext" href="http://www.christiancyclingpa.com/testsite/pmwiki/index.php?n=Camp.Registration">http://www.christiancyclingpa.com/testsite/pmwiki/index.php?n=Camp.Registration</a>
</pre>
</blockquote>
<pre wrap=""><!----> ^^^^^^^^^
Ummm, I thought you said you hadn't changed the pmwiki.php name?
Are you *sure* that index.php in this case is the latest version of the
pmwiki.php file that comes with beta28? I'm going to guess that
it's not, because
<a class="moz-txt-link-freetext" href="http://www.christiancyclingpa.com/testsite/pmwiki/index.php?action=diag">http://www.christiancyclingpa.com/testsite/pmwiki/index.php?action=diag</a>
shows that $EditFunctions doesn't include the 'EditTemplate' value
that was introduced in beta26. Thus the index.php file being used
here probably isn't beta28, and probably is whatever version was
installed prior to your upgrading to beta28.
In particular, note that
<a class="moz-txt-link-freetext" href="http://www.christiancyclingpa.com/testsite/pmwiki/pmwiki.php?n=Camp.Registration">http://www.christiancyclingpa.com/testsite/pmwiki/pmwiki.php?n=Camp.Registration</a>
seems to work just fine.
Pm
</pre>
<blockquote type="cite">
<pre wrap=""> Patrick R. Michaud wrote:
On Sat, Apr 02, 2005 at 09:17:23AM -0500, Ritchie, Stan wrote:
Thanks Patrick,
I did just upgrade from .26 to .28 before installing
buildforms but I have not changed the pmwiki.php name.
I am not seeing errors anywhere else.
Okay, then there must be something else happening here.
Is there a url we could look at, and if so, could you
also add $EnableDiag = 1; so I can look at the configuration
a bit more...?
Pm
From: "Patrick R. Michaud" <a class="moz-txt-link-rfc2396E" href="mailto:pmichaud@pobox.com"><pmichaud@pobox.com></a>
Date: 4/1/05 11:52 pm
To: "Stan" <a class="moz-txt-link-rfc2396E" href="mailto:stan@ritchietribe.net"><stan@ritchietribe.net></a>
Subj: Re: [pmwiki-users] BuildForms Fatal Error
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
</pre>
</blockquote>
<pre wrap=""><!---->
</pre>
</blockquote>
</body>
</html>