Still trying to get http://obtcc.org/pmwiki/pmwiki.php up and running.

When I click on "edit," I'm told:
PmWiki can't process your request
?unable to retrieve edit form Site.EditForm
We are sorry for any inconvenience.
More information
Return to http://obtcc.org/pmwiki/pmwiki.php
When I click on "more information," I find:
Unable to retrieve edit form Site.EditForm
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.
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.

The Site.EditForm page reads:
version=pmwiki-2.2.30 ordered=1 urlencoded=1
agent=Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0
author=Petko
charset=UTF-8
csum=
host=85.171.160.186
name=Site.EditForm
rev=61
targets=
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
time=1316300652
In case it's relevant, here's my Log of what I've done and not done:
LOG

Created an index.php file that contains this single line
<?php include_once('pmwiki.php');
and uploaded it to /public_html

Copied the sample-config.php file (in the docs/ directory) to local/ and renamed it config.php

Used crypt to set admin password

UNDONE:

How do I make pmwiki.php the default page for a website?
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).
<?php chdir('pmwiki'); include_once('pmwiki.php');
Note: You will also need to explicitly set the $PubDirUrl variable (e.g. to "http://example.com/pmwiki/pub") in local/config.php .

The following variables are often requested when preparing a new wiki
Author required when editing a page $EnablePostAuthorRequired = 1;
Set the $DefaultGroup
Thanks again for all your help,
Wade

_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to