Instaling this hack I got this DB error:
Warning: halt(./includes/functions_log_error.php): failed to open stream: No such file or directory in /home/xxxxxxx/public_html/forums/includes/db_mysql.php on line 405
Warning: halt(): Failed opening './includes/functions_log_error.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxxxxxx/public_html/forums/includes/db_mysql.php on line 405
Line 405 in the db_mysql.php says:
include_once('./includes/functions_log_error.php');
But the file functions_log_error.php is in the includes folder.
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'
mysql error number: 1067
Date: Tuesday 12th of April 2005 12:04:57 PM
Script:
http://www.xxxxxxxxxxx.com/forums/in...=Shoutbox_Hack
Referer:
Username: Realist
IP Address: xxx.xxx.xxx.xxx
Any ideas?