<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Matt,</div><div><br class="webkit-block-placeholder"></div>If I recall correctly, PmWiki recommends that you <i>not</i> rename pmwiki.php to index.php. Instead, put this line as the sole line in index.php:<div><br class="webkit-block-placeholder"></div><div>&lt;?php include('pmwiki.php');</div><div><br class="webkit-block-placeholder"></div><div>That way updates will work. I don't know if there are other reasons for it. It probably won't fix your problem.</div><div><br class="webkit-block-placeholder"></div><div>Site.EditForm is the correct page. Are you sure that your page changes have been saved? Maybe put in "TEST TO SEE IF THIS APPEARS" on the form, to see. Even if you're not editing, you can view the page to see what has been saved. If you can see it when you view the page, but not when you edit, then clearly the problem is somewhere you are loading the wrong copy of EditForm. (I think wikilib.d contains a default copy.)</div><div><br class="webkit-block-placeholder"></div><div>If that's the case, check your config.php for anything that might override the usual bindings. Maybe that's where the problem is.</div><div><br class="webkit-block-placeholder"></div><div>Randy</div><div><br><div><div>On Mar 14, 2008, at 10:50 PM, Matt Riker wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Randy, is it possible that there's more than one EditForm?&nbsp; It's location on my site is "/index.php?n=Site.EditForm".&nbsp; I renamed pmwiki.php to index.php... could that possibly be an issue?<br><br></blockquote></div></div></body></html>