SID-00835: The save script can only be called with POST method
| Status: |
Answered |
TWiki version: |
4.3.2 |
Perl version: |
v5.10.0 |
| Category: |
CategoryAddOns |
Server OS: |
SLES 11 |
Last update: |
16 years ago |
TWiki-4.3.2, Wed, 02 Sep 2009, build 18148, Plugin API version 1.2
Downloaded and installed the forum add-on yesterday the DiscussionForumAddOn.zip
the installation was very simply as described on the
Plugins/DiscussionForumAddOn website.
However when I follow the instruction to test a creation of a new forum, I get the following error:
The save script can only be called with POST method. Example:
<form name="new" action="%SCRIPTURLPATH{save}%/Sandbox/" method="post"> ... </form>
If you are developing a TWikiApplication, see TWikiScripts#save for a description of the correct parameters.
I have looked for this error here but cannot locate an answer. I would appreciate if you could help as I can advanced with my project before I resolve this issue.
Thanks in advance
Joe
--
JoeAzzopardi - 2010-05-12
Discussion and Answer
Search all topics of the DiscussionForumAddOn for
<form and add a
method="post" parameter to the form tag if missing.
--
PeterThoeny - 2010-05-12
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.