you have the vietbb topx mod (stats mod) installed and there seems to be an issue with vbulletin locating the topx.php file. disable the mod to make sure that is the issue. if it is, try reuploading the contents of the mod and possibly reinstalling it with override.
--------------- Added [DATE]1323045197[/DATE] at [TIME]1323045197[/TIME] ---------------
if this is your site
http://www.nextgenerationgamers.co.uk/ i would recommend disabling all mods from the includes/config.php file. seems to be an issue with the database. could be caused by a mod.
Open config.php
and add
PHP Code:
define('DISABLE_HOOKS', true);
right after <? on line one. so line 1 and 2 should look like this
PHP Code:
<?php
define('DISABLE_HOOKS', true);