Admin CP -> Update Counters -> Rebuild Forum Information.
If that doesn't work then try disabling hooks via config.php, add this line at the top under <?php
PHP Code:
define ( 'DISABLE_HOOKS', 1 );
If they appear then a plugin you have installed is causing it. Remove that line then go through and disable each product individually to find the one that is causing issues.