s9y has problems with magic_quotes
Posted: Sat Nov 25, 2006 4:57 pm
Hello,
my new tested hoster has magic_quotes_gpc on, this is a problem for s9y:
You can write a "\" to the entry text, s9y will save it to the database. s9y will read it without any problem from the database to the backend editor.
But the functions for displaying them in the front or the preview at the backend seem to use another way for read out / display the text: here the "\" is simply deleted!
first solution: s9y should write into the .htaccess
second solution: It should be a way to copy the way the editor reads and writes the "\" to the article presentation-functions.
my new tested hoster has magic_quotes_gpc on, this is a problem for s9y:
You can write a "\" to the entry text, s9y will save it to the database. s9y will read it without any problem from the database to the backend editor.
But the functions for displaying them in the front or the preview at the backend seem to use another way for read out / display the text: here the "\" is simply deleted!
first solution: s9y should write into the .htaccess
Code: Select all
php_flag magic_quotes_gpc off