Forum

Preview of Forum make "405 - Method Not Allowed"

Alex
4 February 2010, 22:45
Hi Hugo,

I use Kunena Forum for Joomla, that have an ajax based preview, but the preview dont works.
The Firebug shows an Error
405 - Method Not Allowed

The Kunena preview pot this:
Itemid	3
func getpreview
msgpreview test%20text
no_html 1
option com_kunena
Quelle
msgpreview=test%2520text&Itemid=3&option=com_kunena&func=getpreview&no_html=1


What exactly causes error?

Hiawatha version:
Operating System:
Hugo Leisink
5 February 2010, 11:38
What request causes that result? Look in the access logfile for it.
Alex
5 February 2010, 18:37
86.45.128.150|Fri 05 Feb 2010 18:30:24 +0100|405|582||POST / HTTP/1.1|Host: www.mysite.de|User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2) Gecko/20100115 Firefox/3.6|Accept: */*|Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3|Accept-Encoding: gzip,deflate|Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7|Keep-Alive: 115|Connection: keep-alive|Content-Type: application/x-www-form-urlencoded; charset=UTF-8|X-Requested-With: XMLHttpRequest|Referer: http://www.mysite.de/de/forum/2-Welcome-Mat/1-Welcome-to-Kunena%21/post/reply.html|Content-Length: 77|X-lori-time-1: 1265391014116|Pragma: no-cache|Cache-Control: no-cache
Hugo Leisink
7 February 2010, 08:27
The URL '/' probably points to a static file. POST requests can only be done to a CGI. Perhaps you should change the StartFile to a CGI file? By default, it points to index.html, which is a static file.
Alex
8 February 2010, 11:03
many thanks Hugo, it was ist
Alex
8 February 2010, 11:19
can I determine an order? e.g., index.html,inhex.php...
Hugo Leisink
8 February 2010, 21:01
You can specify only one file as the StartFile.
Alex
9 February 2010, 10:56
ok, thanks!
This topic has been closed.