I removed everything and now doing a fresh install, this is the error code Im getting. Im also using 3.0.7
++++++++++++++++++++++++++++++++++++++++
Warning: halt(./includes/functions_log_error.php): failed to open stream: No such file or directory in /home/vman/public_html/forums/includes/db_mysql.php on line 389
Database error in vBulletin 3.0.7:
Invalid SQL: CREATE TABLE shoutbox_posts (
`shoutid` BIGINT (255) UNSIGNED DEFAULT '0' AUTO_INCREMENT,
`text` TEXT,
`userid` BIGINT (255) UNSIGNED DEFAULT '0',
`username` VARCHAR (255) DEFAULT '0',
`ip` VARCHAR (25) DEFAULT '0',
`time` BIGINT (20) UNSIGNED DEFAULT '0',
`edittime` BIGINT (20) UNSIGNED DEFAULT '0',
`edituser` VARCHAR (255) DEFAULT '0',
`deleted` TINYINT(1) UNSIGNED DEFAULT '0',
PRIMARY KEY(`shoutid`))
mysql error: Invalid default value for 'shoutid'
HELP, FIX, UPDATE, ETC......
|