hi folks,
open "includes/class_modpm_checker.php" and find
PHP Code:
$newforuminfo = fetch_foruminfo($this->vbulletin->options['be_modpm_exclude']);
if (!$newforuminfo['cancontainthreads'] OR $newforuminfo['link'])
{
eval(standard_error(fetch_error('error_modpm_badforum')));
}
next comment this block of PHP code like this
PHP Code:
/*$newforuminfo = fetch_foruminfo($this->vbulletin->options['be_modpm_exclude']);
if (!$newforuminfo['cancontainthreads'] OR $newforuminfo['link'])
{
eval(standard_error(fetch_error('error_modpm_badforum')));
}*/
now try again to see if the error message disapperd