Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2013-07-05 04:24:16
- alivato
- Member
- Registered: 2011-03-31
- Posts: 151
HyperComments - error
I created an account in http://hypercomments.сom, however, when I copy the special code of the widget, I can not save the form. – error 404 (http://www.site.com/textpattern/index.php)
Last edited by alivato (2013-07-05 04:26:14)
Offline
Re: HyperComments - error
I think that maybe a Modsec security error – try making another form with some javascript and see if that saves
Offline
#3 2013-07-07 13:36:27
- alivato
- Member
- Registered: 2011-03-31
- Posts: 151
Re: HyperComments - error
Created a new form. Copied the code, but still can not save the form.
Error 404
Last edited by alivato (2013-07-07 13:36:43)
Offline
Re: HyperComments - error
Hi, I think what Tye suggested was to try to save any other javascript in a form to see if it can do it. If not that means that your server has an over protective mod security filter which prevents you from doing it
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
#5 2013-07-07 15:08:27
- alivato
- Member
- Registered: 2011-03-31
- Posts: 151
Re: HyperComments - error
I typed this example, all the remains. Not only the code saved on hypercomments
example
<script>
function displayDate()
{
document.getElementById("demo").innerHTML=Date();
}
</script>
Last edited by alivato (2013-07-07 15:10:05)
Offline
Re: HyperComments - error
Try adding SecFilterEngine Off
in your htaccess and save again… It might work.
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
#7 2013-07-13 10:25:35
- alivato
- Member
- Registered: 2011-03-31
- Posts: 151
Re: HyperComments - error
colak wrote:
Try adding
SecFilterEngine Off
in your htaccess and save again… It might work.
It doesn’t work like this ((
Offline
Re: HyperComments - error
here is another option for htaccess
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
Check out this page as it might be of help
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
Re: HyperComments - error
Also… do your diagnostics show any limitations to your server regarding txp?
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
Pages: 1