also check if it was off "magic_quotes".
in my root folder.
on file htaccess.txt:
htaccess.txt wrote:
- Code: Select all
<IfModule mod_suphp.c>
suPHP_ConfigPath /home/redrunni/public_html/webdev/1 -->(root my web)
order allow,deny
deny from all
</Files>
</IfModule>
and on the file php.ini
php.ini wrote:
- Code: Select all
magic_quotes_gpc = off
extension=pdo.so
extension=pdo_mysql.so
magic_quotes_runtime = Off
magic_quotes_sybase = Off
Please help.
I need to solve this problem now, every time I load a picture, start the browser goes blank.