Bug #29150
closedHTMLArea -> SQL preventer ???
100%
Description
Hi!
I encountered a strange behaviour of the RTE.
I entered following translation to my german page:
[...]
On the next page you can either:
a) select from the list of existing galleries, or
b) create a new gallery below with a name of your choice,
into which the image will be placed.
[...]
after saving I get following error:
You don't have permission to access /portal/typo3/tce_db.php on this server.
After editing the second line to s2elect (changing the word select) saving will work.
So I guess this is some sort of behaviour for SQL-Injection-Blocker, or something like that :-)
But I need to enter this text as is. So what do I supposed to do?
TYPO3: 4.4.7
RTE: 2.0.8
Updated by Jens Körte over 13 years ago
Additional info:
I changed the sentence to "from the list of existing galleries you select one, or" and it works.
So I guess the therm "select from" will cause this beahviour...
Updated by Jens Körte over 13 years ago
- % Done changed from 0 to 100
Discard my request.
Our provider was looking for SQL-Statements (SELECT FROM) and blocked the content. Doh!
Have a nice day...