You are not logged in.
I installed the xinha package on my server.
url is http://tst.cuesta.com/review/xinha/examples/monty4.html
When I load the page, I still get the editor with missing buttons. And I get javascript error:
"Method not allowed"
I have a javascript debugger console in Firefox that shows:
Error loading URL <XStringBundle>: [Exception... "Component returned failure code: 0x804b000a [nsIIOService.newChannel]" nsresult: "0x804b000a (<unknown>)" location: "JS frame :: chrome://venkman/content/venkman-url-loader.js :: _getChannelForURL :: line 54" data: no].
Can you see what's the problem?
thanks!
Offline
There seem to be severe problems with your server configuration. The "Method not allowed" error refers to the POST method by which scan.php, which is used by the Linker plugin, is called. This is IMHO unrelated to the buttons not showing. These are "simply" not delivered by your server. I have no idea why, but your server plays foul
Offline
mswiryn, can you try:
open XinhaCore.js in an editor
Find: req.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded; charset=UTF-8');
Replace With: req.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
make sure you clear your cache etc and try again.
I came across a server once (I don't remember exactly the details) which simply failed when given UTF-8 as a charset (maybe any charset) as part of a POST request.
James Sleeman
Offline
Please see http://xinha.python-hosting.com/ticket/1028
Offline