You are not logged in.
Hi,
I am using Xinha ...
Release: Trunk (Wed, 12 May 2010 09:40:06 +1200)
Head: http://svn.xinha.org/trunk/XinhaCore.js
Revision: 1263
Last Changed By: gogo
Everything works fine locally, but when I put on my live webserver, I keep getting the error below every time I insert a table into the textarea using the 'INSERT TABLE' button.
403 : Forbidden . You do not have permission to access this document.
If I switch to HTML mode and insert a table manually, it all works fine.
I am guessing its a security issue with posting HTML, but I don't get why it only does it with tables. Any help greatly appreciated!
An example of the HTML code causing this issue .............
<table style="width: 100%; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: dotted; border-right-style: dotted; border-bottom-style: dotted; border-left-style: dotted; border-top-color: #000000; border-right-color: #000000; border-bottom-color: #000000; border-left-color: #000000; border-image: initial; border-collapse: collapse; " cellpadding="5">
<tbody>
<tr>
<td style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: dotted; border-right-style: dotted; border-bottom-style: dotted; border-left-style: dotted; border-top-color: #000000; border-right-color: #000000; border-bottom-color: #000000; border-left-color: #000000; border-image: initial; "> </td>
</tr>
</tbody>
</table>
<table style="width: 100%; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: dotted; border-right-style: dotted; border-bottom-style: dotted; border-left-style: dotted; border-top-color: #000000; border-right-color: #000000; border-bottom-color: #000000; border-left-color: #000000; border-image: initial; border-collapse: collapse; display: table; " cellpadding="5" class=" htmtableborders">
<tbody> </tbody>
</table>
Many Thanks,
Trebz
Offline
----------------
Update
This does not happen using IE9, but does when using Chome v18 and Firefox v12
Offline
-----
Update again.
This issue happens every time the table dialogue window is accessed. Any ideas why this is happening ? Surely other people have had this issue!
Offline
Offline
@ gogo. Many thanks. My hosting company has disabled the mod_security and it's now working correctly.
Offline