I get the following error after clicking the "done" button on the last step of the insall script:
Quote:
Database error in vBulletin 3.0.6:
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)
);
mysql error: You have an error in your SQL syntax near ';
' at line 21
mysql error number: 1064
Date: Tuesday 10th of May 2005 07:53:15 PM
|
This is the error on the webpage as well:
I changed the real path to the forums to:
"/path to forums/"
Quote:
Warning: halt(./includes/functions_log_error.php): failed to open stream: No such file or directory in /path to forums/forums/includes/db_mysql.php on line 387
Warning: halt(): Failed opening './includes/functions_log_error.php' for inclusion (include_path='.:/usr/share/pear') in /path to forums/forums/includes/db_mysql.php on line 387
|
My server details:
Web Server: Apache v1.3.27
PHP 4.3.4
MySQL: 3.23.58-log
any ideas or suggestions? Thanks