2012-06-29, 03:09 PM
Working now if you have this error edit you php ini and change:
If you don't have accces to php.ini create one php.ini an upload to the ftp now in this put:
now add this to the .htacces:
suhosin.cookie.encrypt = Off;
If you don't have accces to php.ini create one php.ini an upload to the ftp now in this put:
suhosin.cookie.encrypt = Off;
now add this to the .htacces:
suPHP_ConfigPath /home/slider/public_html/
<Files php.ini>
order allow,deny
deny from all
</Files>