Error 412 create table

Resolve a 412 error when creating a table in CF.

Overview

The error occurs due to strict server security settings that filter requests with suspicious elements.
First, ensure all field and table names use valid characters without spaces or special symbols. If the issue persists, create the table manually via phpMyAdmin.

Answered
en endrich 13 May, 2014
When trying to create a table, the following error appears:
412 Error

Your request got filtered out due to possible security issues.

One or more things in your request were suspicious (defective request header, invalid cookies, bad parameters)

If you think you did nothing wrong:

try again with a different browser
avoid any evil characters inside the request url
If you are the owner of the website, you can consider revising the rules of the mod_security module or turning it off from your Web Hosting Control Panel.



Does anyone know what can be?
Max_admin Max_admin 14 May, 2014
Answer
1 Likes
Just some tight security settings on your server, please double check that all your fields names are valid names with no spaces or special characters, including the table name!

If all of them are good then you may have to create the table manually in phpMyAdmin!

Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.