<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Still trying to get <a href="http://obtcc.org/pmwiki/pmwiki.php">http://obtcc.org/pmwiki/pmwiki.php</a>
    up and running.<br>
    <br>
    When I click on "edit," I'm told:<br>
    <blockquote>PmWiki can't process your request<br>
      ?unable to retrieve edit form Site.EditForm<br>
      We are sorry for any inconvenience.<br>
      More information<br>
      Return to <a class="moz-txt-link-freetext" href="http://obtcc.org/pmwiki/pmwiki.php">http://obtcc.org/pmwiki/pmwiki.php</a><br>
    </blockquote>
    When I click on "more information," I find:<br>
    <blockquote>Unable to retrieve edit form Site.EditForm<br>
      PmWiki was unable to find or load the Site.EditForm page
      containing the form used to edit pages. Often this occurs when the
      wikilib.d/ folder isn't completely copied to the webserver, or
      when a read password has been placed on Site.EditForm or the Site
      group. Double-check that all of the distribution files are
      correctly copied on the webserver, and that authors have read
      permission to the Site.EditForm page.<br>
    </blockquote>
    It seems that all the files were copied to the server, and I assume
    that "authors have read permission to the Site.EditForm page" since
    we worked on that already.<br>
    <br>
    The Site.EditForm page reads:<br>
    <blockquote>version=pmwiki-2.2.30 ordered=1 urlencoded=1<br>
      agent=Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101
      Firefox/5.0<br>
      author=Petko<br>
      charset=UTF-8<br>
      csum=<br>
      host=85.171.160.186<br>
      name=Site.EditForm<br>
      rev=61<br>
      targets=<br>
      text=(:Summary:contains the edit page layout form:)%0a!! $[Editing
      {*$FullName}] %25block class=wikiaction%25%0a(:messages:)%0a(:div
      id='wikiedit':)%0a(:input
      e_form:)[[#top]](:e_guibuttons:)\\%0a(:input
      e_textarea:)\\%0a$[Summary]: (:input
      e_changesummary:)\\%0a$[Author]: (:input e_author:) (:input
      e_minorcheckbox:) $[This is a minor edit]\\%0a(:input
      e_savebutton:) (:input e_savedraftbutton:) (:input
      e_saveeditbutton:) (:input e_previewbutton:) (:input
      e_cancelbutton:)%0a(:input end:)%0a(:divend:)%0a(:include
      $[{$SiteGroup}/EditQuickReference]:)%0a(:if e_preview:)%0a!!
      $[Preview {*$FullName}]%0a'''$[Page is
      unsaved]'''%0a(:e_preview:)%0a----%0a'''$[End of preview --
      remember to save]'''\\%0a[[#top | $[Top] ]]%0a(:ifend:)%0a<br>
      time=1316300652<br>
    </blockquote>
    In case it's relevant, here's my Log of what I've done and not done:<br>
    <blockquote>LOG<br>
      <br>
      Created an index.php file that contains this single line<br>
      <?php include_once('pmwiki.php');<br>
      and uploaded it to /public_html<br>
      <br>
      Copied the sample-config.php file (in the docs/ directory) to
      local/ and renamed it config.php <br>
      <br>
      Used crypt to set admin password<br>
      <br>
      UNDONE:<br>
      <br>
      How do I make pmwiki.php the default page for a website?<br>
      Create an index.php file that runs PmWiki from a subdirectory
      (pmwiki/ for example) and place it in the site's web document root
      (the main directory for the website).<br>
      <?php chdir('pmwiki'); include_once('pmwiki.php');<br>
      Note: You will also need to explicitly set the $PubDirUrl variable
      (e.g. to <a class="moz-txt-link-rfc2396E" href="http://example.com/pmwiki/pub">"http://example.com/pmwiki/pub"</a>) in local/config.php .<br>
      <br>
      The following variables are often requested when preparing a new
      wiki<br>
      Author required when editing a page $EnablePostAuthorRequired = 1;<br>
      Set the $DefaultGroup<br>
    </blockquote>
    Thanks again for all your help,<br>
    Wade<br>
    <blockquote><br>
    </blockquote>
  </body>
</html>