With GARS found one error:
When view the second page of Reviews, get this error:
Code:
Warning: Invalid argument supplied for foreach() in /includes/functions_post_thanks.php on line 183
the part is:
PHP Code:
foreach ($thanks AS $thank)
{
if ($cmpt<$number_rows)
{
$virg=",";
}
else
{
$virg="";
}
if (show_thanks_date($forumid))
{
$date_thank = vbdate($vbulletin->options['dateformat'], $thank['date'], true);
}
eval('$liste_user .= " ' . fetch_template('post_thanks_box_bit') . '";');
$cmpt++;
}
This problem get because not found users has thanked.
Thanks for your work.