Did any of the tables in the database populate?
/home/anthroai/public_html/Crew/phpvms/core/classes/ezdb/ezdb_mysql.class.php on line 98
Here's my line 98
$this->dbh = @mysql_connect($dbhost, $dbuser, $dbpassword, true);
The function is trying to connect to MySQL - but not a database. It's possible that it's not able to access your MySQL - maybe something to due with your hosting settings??