While trying to create a wiki "Template" on my server, i receive the following error when the article is submitted: 406 Not Acceptable
Template content:
By changing the words 'FTP Client' to 'FTP-Client' (notice the hyphen), the problem is resolved (that took about a 1/2 hour to discover
).
Keyword triggers ?
Thought i would post this in-case others have a similar problem or this is an unknown issue.
_
Template content:
Code:
You need to make the following folder '''{{{rootdir}}}{{{writefolder}}}''' writable.<br /> This is done the same way you made your wiki ''/config/'' folder writable during your Mediawiki install.<br /> You can do this two ways, FTP Client or SSH to your server.<br /> With a FTP Client you have to set the folder permissions to '''755''' {|style="color:black; background-color:white;" cellpadding="2" width="100%" border="1px" |style="color:white; background-color:black;"|SSH Terminal |- |'''name@machine:/$''' cd /path/to/wiki/'''{{{rootdir}}}'''<br /> '''name@machine:/$''' chmod a+w '''{{{writefolder}}}'''<br /> |}

Keyword triggers ?
Thought i would post this in-case others have a similar problem or this is an unknown issue.
_
Comment