Editing templates gives a 403 Forbidden Error
This happens because your web server, most likely Apache has mod_security enabled.
Disabling mod_security on the web server will fix this issue.
You might need to get in touch with your hosting company in order to disable mod_security.
Related Articles
Using Sparkpost, I get a “Forbidden” error message when I try to validate the delivery server
The error message can look like: Cannot send the confirmation email using the data you provided. Here is a transcript of the error message: Forbidden. This happens because when you have created the SparkPost Api key, you haven’t checked all the ...
My email templates are broken after upload/update, what can I do?
You can try to open the file: apps/common/config/main.php and look for: // use tidy for templates parsing 'email.templates.tidy.enabled' => true, then edit this code part and make it look like : // use tidy for templates parsing ...
Error: Your credentials are incorrect
This is how the error message might look in AppMail: Why am I receiving this error message, and how do I fix it? When attempting to add a delivery server in AppMail, you might encounter the error message: "Cannot create the permanent_fail webhook: ...
Why do I get the “License error!” error and my app goes offline?
You get this error for a few reasons, as follows: # - Your license info from your AppMail app, from Backend > Settings > License is outdated. Update it properly. # - Your license info on our servers is outdated. # - You are using AppMail as a SaaS ...
While importing, I get this error - The CRSF token could not be verfied
This error happens when you try to upload a larger file than your PHP configuration allows. In order to fix this issue, you need to edit your server php.ini file, usually located in /etc/ and increase the upload limit. The 3 directives that you have ...