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)?
FormBuilder - 403 Errors when editing Submission Template?
-
- Forum Members
- Posts: 12
- Joined: Tue Sep 16, 2008 10:32 am
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: FormBuilder - 403 Errors when editing Submission Template?
I'll bet money mod_security is enabled..
check this, and get it disabled.
check this, and get it disabled.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
-
- Forum Members
- Posts: 12
- Joined: Tue Sep 16, 2008 10:32 am
Re: FormBuilder - 403 Errors when editing Submission Template?
Awesome stuff man, thanks for comin back so quickly!calguy1000 wrote: I'll bet money mod_security is enabled..
check this, and get it disabled.

Now, can you explain what mod_security is! LOL Is it a server-side security thing or CMSMS config setting...?
-
- New Member
- Posts: 4
- Joined: Thu Aug 13, 2009 5:57 pm
Re: FormBuilder - 403 Errors when editing Submission Template?
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)
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