Beware Admin Tools & Magic Quotes - Joomla! Forum - community, help and support
i have wasted day (actually 2) trying bottom of issue relating magic quotes.
turns out web hoster doesn't read php.ini files, depends on htaccess file settings
you can see php settings in joomla 3 going here... system \ system information \ php settings (tab)
so ... if find getting multiple back-slashes, 1 every time save article (they 'escaping' quotes, single or double quotes)
\\\\\\\\\\\\\\\\\\\'
... after installing admin tools ... , host doesn't care reading php.ini files ... add .htaccess file
php_flag magic_quotes_gpc off
... hope saves out there day or 2.
turns out web hoster doesn't read php.ini files, depends on htaccess file settings
you can see php settings in joomla 3 going here... system \ system information \ php settings (tab)
so ... if find getting multiple back-slashes, 1 every time save article (they 'escaping' quotes, single or double quotes)
\\\\\\\\\\\\\\\\\\\'
... after installing admin tools ... , host doesn't care reading php.ini files ... add .htaccess file
php_flag magic_quotes_gpc off
... hope saves out there day or 2.
Comments
Post a Comment