
02-16-2005, 08:04 PM
|
 |
|
|
Join Date: Feb 2005
Location: UK
Posts: 453
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by memorex
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
|
Seem to be having this problem too?? Anyone got round it?
|