
04-13-2005, 11:17 AM
|
 |
|
|
Join Date: Jan 2003
Location: London
Posts: 5,268
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by XrayHead
Dam I am getting the same thing.............
Have uninstalled and reinstalled but same thing.
When I try to uninstall I aslo get this messege.
There is no record of being installed. It cannot be uninstalled.
Hacks Uninstalled!
Click here to view these hacks' modifications - you must do them backwards to finish the install. -->
------------------------------------------------------------
Warning: halt(./includes/functions_log_error.php): failed to open stream: No such file or directory in /home/lbarrell/public_html/vboard/includes/db_mysql.php on line 389 Warning: halt(): Failed opening './includes/functions_log_error.php' for inclusion (include_path='.:/usr/share/pear') in /home/lbarrell/public_html/vboard/includes/db_mysql.php on line 389
------------------------------------------------------------
Code:
Database error in vBulletin 3.0.3:
Invalid SQL: CREATE TABLE maf_application (
appid int(10) NOT NULL auto_increment,
userid int(10) NOT NULL default '0',
email varchar(250) NOT NULL default '',
fullname varchar(250) NOT NULL default '',
age tinyint(4) NOT NULL default '0',
location varchar(250) NOT NULL default '',
timezone varchar(25) NOT NULL default '',
position varchar(250) NOT NULL default '',
why_them mediumtext NOT NULL,
what_they_bring mediumtext NOT NULL,
pactivity mediumtext NOT NULL,
globally_pactivity mediumtext NOT NULL,
plus_site mediumtext NOT NULL,
neg_site mediumtext NOT NULL,
better_than_rest mediumtext NOT NULL,
more mediumtext NOT NULL,
application_time int(10) NOT NULL default '0',
auto_mailed tinyint(4) default NULL,
PRIMARY KEY (appid)
) TYPE=MyISAM;
mysql error: You have an error in your SQL syntax near ';
' at line 21
mysql error number: 1064
Date: Saturday 09th of April 2005 01:10:00 PM
Script: http://www.**Masked**.com/vboard/install/hack_install.php?do=install&step=dodatabasequeries&hacks=MAF
Referer:
Username: **Masked**
IP Address: **Masked**
My ISP
PHP Version: 4.3.10
VB 3.6
SQL ver: 3.23.58
Xrayhead
|
MySQL three doesn't like the MyISAM stuffy-majig. try these queries instead https://vborg.vbsupport.ru/showpost....&postcount=195
|