I am trying to insert the following text to a textarea field.
...
Based on a policy that brings together different threads of winery, culture and local identity, along with a selected Network of Businesses and Wineries of the area, the main aspect of Oinoxeneia is to create a fruitful hub, aspiring to reveal the attractive and hospitable character of Aeghialeia.
...
When I am saving the form I get a 403 forbidden error and the form is not saved.
On field settings BBcode, Markdown and Html are all disabled.
The same aplies to text field.
I have tried to debug the error.
The only thing I can think is that the word "hospitable" which contains the sql reserved word "table" may causing the error.
If I change or add one letter of the word "hospitable" at the end, the form is saved.
BUT if I put only the word hospitable in the text area the form is saved.
I am trying to insert the following text to a textarea field.
... Based on a policy that brings together different threads of winery, culture and local identity, along with a selected Network of Businesses and Wineries of the area, the main aspect of Oinoxeneia is to create a fruitful hub, aspiring to reveal the attractive and hospitable character of Aeghialeia. ...
When I am saving the form I get a 403 forbidden error and the form is not saved.
On field settings BBcode, Markdown and Html are all disabled.
The same aplies to text field.
I have tried to debug the error. The only thing I can think is that the word "hospitable" which contains the sql reserved word "table" may causing the error. If I change or add one letter of the word "hospitable" at the end, the form is saved. BUT if I put only the word hospitable in the text area the form is saved.