run repair on the table and the init.php file delete it and when you upload all files it will replace it with a new one
From line 242 to 255
PHP Code:
$vbulletin->datastore = new $datastore_class($vbulletin, $db);
if (!$vbulletin->datastore->fetch($specialtemplates))
{
switch(VB_AREA)
{
case 'AdminCP':
case 'Archive':
exec_header_redirect('../install/install.php');
break;
case 'Forum':
default:
exec_header_redirect('install/install.php');
}
}