Link ID == False 
When I run my forum I get 'Link-ID == false, connect failed' error.

This error could be caused by any of the following:Almost all the problems that cause the Link-ID == false error are beyond our power to resolve, and must be dealt with by your host.

To find out which of these is the cause of the problem, you can copy the text below and save it into a file called 'connect.php', then upload it to your forums directory and run it with a web browser.
<?php
require_once('./includes/config.php');
$db = @mysql_connect($config['MasterServer']['servername'], $config['MasterServer']['username'], $config['MasterServer']['password']) or die(mysql_error());
mysql_select_db($config['Database']['dbname'], $db);
echo 
"Connected sucessfully.";
?>
Copyright © 2024 MH Sub I, LLC dba vBulletin. All rights reserved. vBulletin® is a registered trademark of MH Sub I, LLC dba vBulletin.