go to file manger (chat/install_files) and look for file step_1.php and look for :
// checks suhosin.post.max_vars option. artemK0
$maxVars = ini_get('suhosin.post.max_vars');
if(strlen($maxVars) <= 0 || $maxVars >= '400')
{
$good = true;
}
elseif($maxVars <= '2400')
{
$good = false;
}
$canContinue = $canContinue && $good;
Message('PHP setting <i>suhosin.post.max_vars</i> >= 400:', $good);
and change to 400 to 200
Sorry to say but the server now is down :O
Have you got a uptime statistic?