It doesn’t save image just shows:
<img src=\"images/joomla_black.gif\" alt=\"\" />
Temporary solution
My [System] -> [Global Configuration] -> [Text Filter Settings] for "Super Users" is set to "No Filtering" - which is as it should be for "Super Users".
Permanent Solution:
1) create a file php.ini in the root of your site with these lines:
Code:
magic_quotes_gpc = Off
magic_quotes_runtime = Off
magic_quotes_sybase = Off
extension=pdo.so
extension=pdo_mysql.so
2) add to .htaccess:
Code:
SetEnv PHPRC /home/..../public_html/php.ini
Make php version 5.3.x
<img src=\"images/joomla_black.gif\" alt=\"\" />
Temporary solution
My [System] -> [Global Configuration] -> [Text Filter Settings] for "Super Users" is set to "No Filtering" - which is as it should be for "Super Users".
Permanent Solution:
1) create a file php.ini in the root of your site with these lines:
Code:
magic_quotes_gpc = Off
magic_quotes_runtime = Off
magic_quotes_sybase = Off
extension=pdo.so
extension=pdo_mysql.so
2) add to .htaccess:
Code:
SetEnv PHPRC /home/..../public_html/php.ini
Make php version 5.3.x
No comments:
Post a Comment