MyBB Community Forums

Full Version: [Solved] inline moderation Default Template
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Working now if you have this error edit you php ini and change:

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>