Page 1 of 1

FormBuilder - 403 Errors when editing Submission Template?

Posted: Tue Oct 13, 2009 10:39 pm
by phillthump
Hi guys,

Got a slight problem at the moment.

I'm trying to edit the Submission Template in Form Builder but, every time I try and save my changes, I'm getting a 403 "You don't have permission to access /admin/moduleinterface.php on this server" error.

I've checked and all the key file permissions seem to be correct so I'm not sure what's going wrong.

Does anyone know whats the crack with this or, if not, where the Template Submission info is located on the server (was thinking I might be able to go in and hack the code without using CMSMS)?

Re: FormBuilder - 403 Errors when editing Submission Template?

Posted: Tue Oct 13, 2009 11:38 pm
by calguy1000
I'll bet money mod_security is enabled..

check this, and get it disabled.

Re: FormBuilder - 403 Errors when editing Submission Template?

Posted: Tue Oct 13, 2009 11:43 pm
by phillthump
calguy1000 wrote: I'll bet money mod_security is enabled..

check this, and get it disabled.
Awesome stuff man, thanks for comin back so quickly! :)

Now, can you explain what mod_security is! LOL Is it a server-side security thing or CMSMS config setting...?

Re: FormBuilder - 403 Errors when editing Submission Template?

Posted: Wed Oct 14, 2009 4:01 am
by aibreanstudio
It's used on your server.

Make a .htaccess file and put in the CMS directory on your server.

Try this (dunno if it works, just googled it)

Code: Select all

SecFilterEngine Off
SecFilterScanPOST Off