Page 1 of 1

Can't save Booking Template

Posted: Sat Mar 05, 2016 2:03 am
by wbstephen
Hi there,

I am trying to save a new booking template by pasting HTML into the source area.

I keep receiving "You don't have permission to access control2.php on this server" error message, whenever I click the save button.

Thanks
Stephen

Re: Can't save Booking Template

Posted: Sat Mar 05, 2016 3:12 pm
by markkinchin
wbstephen wrote:
I keep receiving "You don't have permission to access control2.php on this server" error message, whenever I click the save button.
It is most likely something in your content triggering the firewall.
Try adding the content bit by bit until you find the item causing the problem.
Often it is a script or HTML item that appears to the firewall as a possible hacking attack.
It can also be something that looks innocent like a combination of numbers and words like "and" or "or" that hackers often use in sql injection attacks.

Once you find the item causing the problem, try rewording it.

Re: Can't save Booking Template

Posted: Sat Mar 05, 2016 9:10 pm
by wbstephen
Thanks Mark