Page 1 of 1
[SOLVER] FormBuilder > Access denied
Posted: Fri Jun 06, 2014 1:21 pm
by urheat
Suddenly when I'm editing forms with Form Builder, sometimes when I click Save, I'll get an error:
Code: Select all
Access forbidden!
You don't have permission to access the requested object. It is either read-protected or not readable by the server.
If you think this is a server error, please contact the webmaster.
Error 403
For example, if I try to create a new form and click Save -> Error.
CMSMS 1.11.10
FormBuilder 0.7.3
No error in log
Re: FormBuilder > Access denied
Posted: Fri Jun 06, 2014 2:00 pm
by velden
No error in log
What log? I'd expect there are some errors in the webserver's error log.
You might want to use a web inspector to catch the actual http request that is done when hitting the save button.
Re: FormBuilder > Access denied
Posted: Fri Jun 06, 2014 2:41 pm
by urheat
velden wrote:No error in log
What log? I'd expect there are some errors in the webserver's error log.
You might want to use a web inspector to catch the actual http request that is done when hitting the save button.
Sorry - I ment CMS Made Simple admin log.
I'm not sure if I got the actual http request right, but FireBug says:
Referrer:
Code: Select all
http://www.domain.com/new/admin/moduleinterface.php?mact=FormBuilder,m1_,admin_add_edit_form,0&_sx_=cd853064455291d2
Re: FormBuilder > Access denied
Posted: Fri Jun 06, 2014 2:48 pm
by velden
I'm not sure but thinking of mod_rewrite mod_security.
You should ask your hosting provider if that's used. Would expect it to popup in error log of apache.
Re: FormBuilder > Access denied
Posted: Sat Jun 07, 2014 7:14 am
by urheat
velden wrote:I'm not sure but thinking of mod_rewrite.
You should ask your hosting provider if that's used. Would expect it to popup in error log of apache.
Well, it wasn't the mod_rewrite, but thanks to you, I contacted to hosting provider. It was mod_security. They added htaccess with
SecFilterEngine Off
SecFilterScanPOST Off
And now everything works!
Re: [SOLVER] FormBuilder > Access denied
Posted: Sat Jun 07, 2014 7:30 am
by velden
mod_security was what I meant of course. Sorry for the mistake.
Glad it's solved now.