I just recently upgraded from vb 3.5.4 and timeslips running 1.1.4
I was hopeing for a quick and easy upgrade like everyone else, but

I seem to have a problem:
Fatal error: Call to a member function on a non-object in /home/teambuic/public_html/forums/admincp/TDinstaller.php on line 63
What did I do wrong already?
Thanks
line 63 on is:
$DB_site->query("CREATE TABLE " . TABLE_PREFIX . "customtimeslippic (
userid INT UNSIGNED NOT NULL DEFAULT '0',
timeslippicdata MEDIUMTEXT NOT NULL,
dateline INT UNSIGNED NOT NULL DEFAULT '0',
filename VARCHAR(100) NOT NULL DEFAULT '',
visible SMALLINT NOT NULL DEFAULT '1',
filesize INT UNSIGNED NOT NULL DEFAULT '0',
PRIMARY KEY (userid))");