Quote:
Originally Posted by karlsson
I get the following error when installing Shoutbox Hack 1.04b
using mysql 4.1.8
Does the CREATE TABLE statement have to be changed to work with 4.1.8 ?
Thanks in advance for any help.
karlsson.
|
I'm having the same problem as karlsson, does anyone have an answer to getting past this?
Warning: halt(./includes/functions_log_error.php): failed to open stream: No such file or directory in /www/i/insanity/htdocs/forum/includes/db_mysql.php on line 389
Warning: halt(): Failed opening './includes/functions_log_error.php' for inclusion (include_path='.:/usr/local/php4/lib/php') in /www/i/insanity/htdocs/forum/includes/db_mysql.php on line 389
Code:
Database error in vBulletin 3.0.6:
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'
mysql error number: 1067