| Junior Member Verified Customer
Join Date: Aug 2004
Posts: 14
| SQL errors during initial installation
What appears to be the problem when we get these errors (probably a config error):
Step 2: MySQL error reported: [CREATE TABLE 4wheelfun_com_-_admlog (id int(10) NOT NULL auto_increment,adminuser varchar(50) NOT NULL default '',description varchar(255) NOT NULL default '',datestamp int(20) NOT NULL default '0',ip varchar(35) NOT NULL default '',PRIMARY KEY (id)) TYPE=MyISAM ]
Result: You have an error in your SQL syntax near '-_admlog (id int(10) NOT NULL auto_increment,adminuser varchar(50) NOT NULL defa' at line 1
Database: 4wheelfun_com_-_class
Step 2: MySQL error reported: [CREATE TABLE 4wheelfun_com_-_favorites (id smallint(4) NOT NULL auto_increment, userid int(8) NOT NULL default '0', product int(11) NOT NULL default '0', PRIMARY KEY (id), KEY parent (product)) TYPE=MyISAM ]
Result: You have an error in your SQL syntax near '-_favorites (id smallint(4) NOT NULL auto_increment, userid int(8) NOT NULL defa' at line 1
Database: 4wheelfun_com_-_class
Step 2: MySQL error reported: [CREATE TABLE 4wheelfun_com_-_laston (cat smallint(4) NOT NULL default '0', userid mediumint(9) NOT NULL default '0', laston int(11) unsigned default NULL, PRIMARY KEY (cat,userid)) TYPE=MyISAM ]
Result: You have an error in your SQL syntax near '-_laston (cat smallint(4) NOT NULL default '0', userid mediumint(9) NOT NULL def' at line 1
Database: 4wheelfun_com_-_class
Step 2: MySQL error reported: [CREATE TABLE 4wheelfun_com_-_categories (id smallint(4) NOT NULL auto_increment,catname varchar(255) NOT NULL default '',description varchar(255) default NULL,catorder tinyint(4) NOT NULL default '0',thumbs varchar(4) NOT NULL default 'yes',parent int(5) NOT NULL default '0',header varchar(200) default NULL,footer varchar(200) default NULL,headtags varchar(200) default NULL,ugnoview VARCHAR(255) NULL,ugnoupload VARCHAR(255) NULL,ugnopost VARCHAR(255),ugnoanno VARCHAR(255) NULL,template INT(5) NOT NULL default '0',extra1 VARCHAR(64) NULL,extra2 VARCHAR(64) NULL,extra3 VARCHAR(64) NULL,extra4 VARCHAR(64) NULL,extra5 VARCHAR(64) NULL,extra6 VARCHAR(64) NULL,children TEXT default NULL,lastproduct INT(11) UNSIGNED,products INT(11) UNSIGNED default '0',posts INT(11) UNSIGNED default '0', PRIMARY KEY (id),KEY parent(parent)) TYPE=MyISAM ]
Result: You have an error in your SQL syntax near '-_categories (id smallint(4) NOT NULL auto_increment,catname varchar(255) NOT NU' at line 1
Database: 4wheelfun_com_-_class
Step 2: MySQL error reported: [INSERT INTO 4wheelfun_com_-_categories VALUES (1,'Main','',1,'no',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,'2',0,0,0) ]
Result: You have an error in your SQL syntax near '-_categories VALUES (1,'Main','',1,'no',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,N' at line 1
Database: 4wheelfun_com_-_class
Step 2: MySQL error reported: [INSERT INTO 4wheelfun_com_-_categories VALUES (2,'A Category','Products of a particular type',1,'yes',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0) ]
Result: You have an error in your SQL syntax near '-_categories VALUES (2,'A Category','Products of a particular type',1,'yes',1,NU' at line 1
Database: 4wheelfun_com_-_class
Step 2: MySQL error reported: [CREATE TABLE 4wheelfun_com_-_comments (id int(11) NOT NULL auto_increment, username varchar(255) NOT NULL default '', userid mediumint(9) NOT NULL default '0', date int(15) NOT NULL default '0', comment text NOT NULL, product int(11) NOT NULL default '0', cat int(11) NOT NULL default '0', approved int(2) NOT NULL default '0', ipaddress VARCHAR(32) default '', PRIMARY KEY (id), KEY product (product), KEY cat (cat) ) TYPE=MyISAM ]
Result: You have an error in your SQL syntax near '-_comments (id int(11) NOT NULL auto_increment, username varchar(255) NOT NULL d' at line 1
Database: 4wheelfun_com_-_class
Step 2: MySQL error reported: [CREATE TABLE 4wheelfun_com_-_products (id int(10) NOT NULL auto_increment,user varchar(50) NOT NULL default '',userid int(8) NOT NULL default '0',cat int(11) NOT NULL default '0',date int(15) NOT NULL default '0',title varchar(255) NULL default '',description text NULL,keywords varchar(150) default NULL,bigimage varchar(100) NOT NULL default '',bigimage2 varchar(100) NOT NULL default '',bigimage3 varchar(100) NOT NULL default '',views int(10) NOT NULL default '0',approved tinyint(2) NOT NULL default '0',price float(12,2) NOT NULL default '0.00',rating varchar(24) NOT NULL default '0',watermarked varchar(5) NOT NULL default 'no',extra1 VARCHAR(255), extra2 VARCHAR(255), extra3 VARCHAR(255), extra4 VARCHAR(255), extra5 VARCHAR(255), extra6 VARCHAR(255), disporder INT(5) DEFAULT '99999' NOT NULL,enddate int(15) NOT NULL default '0',status int(15) NOT NULL default '0', ipaddress VARCHAR(32) default '', PRIMARY KEY (id),KEY userid(userid),KEY cat(cat),KEY bigimage(bigimage,cat)) TYPE=MyISAM ]
Result: You have an error in your SQL syntax near '-_products (id int(10) NOT NULL auto_increment,user varchar(50) NOT NULL default' at line 1
Database: 4wheelfun_com_-_class
Step 2: MySQL error reported: [CREATE TABLE 4wheelfun_com_-_settings (id int(11) NOT NULL auto_increment,title varchar(255) NOT NULL default '',varname varchar(25) NOT NULL default '',description varchar(150) NOT NULL default '',setting varchar(250) NOT NULL default '',optionorder int(3) NOT NULL default '0',section int(3) NOT NULL default '0', PRIMARY KEY (id)) TYPE=MyISAM ]
Result: You have an error in your SQL syntax near '-_settings (id int(11) NOT NULL auto_increment,title varchar(255) NOT NULL defau' at line 1
Database: 4wheelfun_com_-_class
Step 2: MySQL error reported: [INSERT INTO 4wheelfun_com_-_settings VALUES (1,'Title for your PhotoPost Classifieds Application','galleryname','','PhotoPost Classifieds',1,1) ]
Result: You have an error in your SQL syntax near '-_settings VALUES (1,'Title for your PhotoPost Classifieds Application','gallery' at line 1
Database: 4wheelfun_com_-_class
Step 2: MySQL error reported: [INSERT INTO 4wheelfun_com_-_settings VALUES (2,'Web site name','webname','','My Website',2,1) ]
Result: You have an error in your SQL syntax near '-_settings VALUES (2,'Web site name','webname','','My Website',2,1) ' at line 1
Database: 4wheelfun_com_-_class
Step 2: MySQL error reported: [INSERT INTO 4wheelfun_com_-_settings VALUES (3,'Your Website URL (include http://)','domain','','http://www.domain.com',3,1) ]
Result: You have an error in your SQL syntax near '-_settings VALUES (3,'Your Website URL (include http://)','domain','','http://ww' at line 1
Database: 4wheelfun_com_-_class
Step 2: MySQL error reported: [INSERT INTO 4wheelfun_com_-_settings VALUES (4,'Administrator Email Address','adminemail','','admin@domain.com',4,1) ]
Result: You have an error in your SQL syntax near '-_settings VALUES (4,'Administrator Email Address','adminemail','','admin@domain' at line 1
Database: 4wheelfun_com_-_class
Step 2: MySQL error reported: [INSERT INTO 4wheelfun_com_-_settings VALUES (5,'Data directory virtual path','datadir','This is the web / virtual path to the data directory.','http://www.domain.com/ppclassifieds/data',25,1) ]
Result: You have an error in your SQL syntax near '-_settings VALUES (5,'Data directory virtual path','datadir','This is the web / ' at line 1
Database: 4wheelfun_com_-_class
Step 2: MySQL error reported: [INSERT INTO 4wheelfun_com_-_settings VALUES (6,'Full path to PhotoPost data directory','datafull','Full path to the image files directory.','/path/to/your/photopost/data',6,1) ]
Result: You have an error in your SQL syntax near '-_settings VALUES (6,'Full path to PhotoPost data directory','datafull','Full pa' at line 1
Database: 4wheelfun_com_-_class
Step 2: MySQL error reported: [INSERT INTO 4wheelfun_com_-_settings VALUES (7,'URL to your forums main directory (optional)','vbulletin','This is the virtual path to your forum installation.','http://www.domain.com/forum',7,1) ]
Result: You have an error in your SQL syntax near '-_settings VALUES (7,'URL to your forums main directory (optional)','vbulletin',' at line 1
Database: 4wheelfun_com_-_class
Step 2: MySQL error reported: [INSERT INTO 4wheelfun_com_-_settings VALUES (8,'Full path to Header include file','header','To include an HTML file as the header, enter the full path.','/path/to/php/header.htm',8,1) ]
Result: You have an error in your SQL syntax near '-_settings VALUES (8,'Full path to Header include file','header','To include an ' at line 1
Database: 4wheelfun_com_-_class
Step 2: MySQL error reported: [INSERT INTO 4wheelfun_com_-_settings VALUES (9,'Full path to the Footer include file','footer','To include an HTML file as the footer, enter the full path.','/path/to/php/footer.htm',9,1) ]
Result: You have an error in your SQL syntax near '-_settings VALUES (9,'Full path to the Footer include file','footer','To include' at line 1
Database: 4wheelfun_com_-_class
Step 2: MySQL error reported: [INSERT INTO 4wheelfun_com_-_settings VALUES (10,'Full path to HTML file containing head tags','headtags','','/path/to/php/headtags.htm',10,1) ]
Result: You have an error in your SQL syntax near '-_settings VALUES (10,'Full path to HTML file containing head tags','headtags','' at line 1
Database: 4wheelfun_com_-_class
Step 2: MySQL error reported: [INSERT INTO 4wheelfun_com_-_settings VALUES (11,'URL to PhotoPost Classifieds PHP directory','maindir','','http://www.domain.com/ppclassifieds',11,1) ]
Result: You have an error in your SQL syntax near '-_settings VALUES (11,'URL to PhotoPost Classifieds PHP directory','maindir','',' at line 1
Database: 4wheelfun_com_-_class
Step 2: MySQL error reported: [INSERT INTO 4wheelfun_com_-_settings VALUES (13,'Default number of comments per page','defaultposts','','15',1,5) ]
Result: You have an error in your SQL syntax near '-_settings VALUES (13,'Default number of comments per page','defaultposts','','1' at line 1
Database: 4wheelfun_com_-_class
Step 2: MySQL error reported: [INSERT INTO 4wheelfun_com_-_settings VALUES (14,'Show Most Recent Additions on Index page?','mostrecent','','yes',4,9) ]
Result: You have an error in your SQL syntax near '-_settings VALUES (14,'Show Most Recent Additions on Index page?','mostrecent','' at line 1
Database: 4wheelfun_com_-_class
Step 2: MySQL error reported: [INSERT INTO 4wheelfun_com_-_settings VALUES (15,'Number of columns for thumbnail pages','thumbcols','','4',1,4) ]
Result: You have an error in your SQL syntax near '-_settings VALUES (15,'Number of columns for thumbnail pages','thumbcols','','4'' at line 1
Database: 4wheelfun_com_-_class
Step 2: MySQL error reported: [INSERT INTO 4wheelfun_com_-_settings VALUES (18,'Thumbnail image max width and height in pixels','previewwidth','','100',1,6) ]
Result: You have an error in your SQL syntax near '-_settings VALUES (18,'Thumbnail image max width and height in pixels','previeww' at line 1
Database: 4wheelfun_com_-_class
Step 2: MySQL error reported: [INSERT INTO 4wheelfun_com_-_settings VALUES (19,'Maximium width of displayed image on showpoduct','maxwidth','','250',2,6) ]
Result: You have an error in your SQL syntax near '-_settings VALUES (19,'Maximium width of displayed image on showpoduct','maxwidt' at line 1
Database: 4wheelfun_com_-_class
Step 2: MySQL error reported: [INSERT INTO 4wheelfun_com_-_settings VALUES (20,'Maximium height of displayed image on showpoduct','maxheight','','250',3,6) ]
Result: You have an error in your SQL syntax near '-_settings VALUES (20,'Maximium height of displayed image on showpoduct','maxhei' at line 1
Database: 4wheelfun_com_-_class
Step 2: MySQL error reported: [INSERT INTO 4wheelfun_com_-_settings VALUES (21,'Maximium side for a supersized image? (Larger images will be resized down)','maxsupersize','','250',4,6) ]
Result: You have an error in your SQL syntax near '-_settings VALUES (21,'Maximium side for a supersized image? (Larger images will' at line 1
Database: 4wheelfun_com_-_class
Step 2: MySQL error reported: [INSERT INTO 4wheelfun_com_-_settings VALUES (22,'Uploaded products require admin approval?','moderation','','yes',92,4) ]
Result: You have an error in your SQL syntax near '-_settings VALUES (22,'Uploaded products require admin approval?','moderation','' at line 1
Database: 4wheelfun_com_-_class
Step 2: MySQL error reported: [INSERT INTO 4wheelfun_com_-_settings VALUES (33,'Display product stats on index page?','stats','','yes',1,3) ]
Result: You have an error in your SQL syntax near '-_settings VALUES (33,'Display product stats on index page?','stats','','yes',1,' at line 1
Database: 4wheelfun_com_-_class
Step 2: MySQL error reported: [INSERT INTO 4wheelfun_com_-_settings VALUES (37,'cright','cright','','Powered by: PhotoPost Classifieds --replaceme--
Copyright 2004 All Enthusiast, Inc.',300,'0') ]
Result: You have an error in your SQL syntax near '-_settings VALUES (37,'cright','cright','','Po' at line 1
Database: 4wheelfun_com_-_class
Step 2: MySQL error reported: [INSERT INTO 4wheelfun_com_-_settings VALUES (38,'Use email to notify users?','useemail','Users can be notified of product approvals and deletions.','yes',1,2) ]
Result: You have an error in your SQL syntax near '-_settings VALUES (38,'Use email to notify users?','useemail','Users can be noti' at line 1
Database: 4wheelfun_com_-_class
Step 2: MySQL error reported: [INSERT INTO 4wheelfun_com_-_settings VALUES (41,'User Registration System','vbversion','','sellerspost',12,1) ]
Result: You have an error in your SQL syntax near '-_settings VALUES (41,'User Registration System','vbversion','','sellerspost',12' at line 1
Database: 4wheelfun_com_-_class
Step 2: MySQL error reported: [INSERT INTO 4wheelfun_com_-_settings VALUES (45,'Number of columns for most recent additions section?','recentcols','','4',1,9) ]
Result: You have an error in your SQL syntax near '-_settings VALUES (45,'Number of columns for most recent additions section?','re' at line 1
Database: 4wheelfun_com_-_class
Step 2: MySQL error reported: [INSERT INTO 4wheelfun_com_-_settings VALUES (46,'Number of products to display in the most recent additions section?','recentnum','','12',2,9) ]
Result: You have an error in your SQL syntax near '-_settings VALUES (46,'Number of products to display in the most recent addition' at line 1
Database: 4wheelfun_com_-_class
Step 2: MySQL error reported: [INSERT INTO 4wheelfun_com_-_settings VALUES (49,'URL to PhotoPost Classifieds images directory','idir','','http://www.domain.com/images',13,1) ]
Result: You have an error in your SQL syntax near '-_settings VALUES (49,'URL to PhotoPost Classifieds images directory','idir','',' at line 1
Database: 4wheelfun_com_-_class
Step 2: MySQL error reported: [INSERT INTO 4wheelfun_com_-_settings VALUES (50,'Depth (number of levels) of categories to display.','catdepth','','1',2,3) ]
Result: You have an error in your SQL syntax near '-_settings VALUES (50,'Depth (number of levels) of categories to display.','catd' at line 1
Database: 4wheelfun_com_-_class
Step 2: MySQL error reported: [INSERT INTO 4wheelfun_com_-_settings VALUES (51,'Allow users to be notified of new posts via email?','usenotify','','yes',2,2) ]
Result: You have an error in your SQL syntax near '-_settings VALUES (51,'Allow users to be notified of new posts via email?','usen' at line 1
Database: 4wheelfun_com_-_class
Step 2: MySQL error reported: [INSERT INTO 4wheelfun_com_-_settings VALUES (57,'Exclude admin uploads from product approval process?','adminexclude','','yes',101,4) ]
Result: You have an error in your SQL syntax near '-_settings VALUES (57,'Exclude admin uploads from product approval process?','ad' at line 1
Database: 4wheelfun_com_-_class
Step 2: MySQL error reported: [INSERT INTO 4wheelfun_com_-_settings VALUES (58,'Show post count and photo details for cats without thumbs?','catdetails','','no',3,3) ]
Result: You have an error in your SQL syntax near '-_settings VALUES (58,'Show post count and photo details for cats without thumbs' at line 1
Database: 4wheelfun_com_-_class
Step 2: MySQL error reported: [INSERT INTO 4wheelfun_com_-_settings VALUES (61,'Use COPPA for registration?','coppa','','yes',3,8) ]
Result: You have an error in your SQL syntax near '-_settings VALUES (61,'Use COPPA for registration?','coppa','','yes',3,8) ' at line 1
Database: 4wheelfun_com_-_class
Step 2: MySQL error reported: [INSERT INTO 4wheelfun_com_-_settings VALUES (62,'Full Path to Registration Rules, or leave blank for default','rules','','',4,8) ]
Result: You have an error in your SQL syntax near '-_settings VALUES (62,'Full Path to Registration Rules, or leave blank for defau' at line 1
Database: 4wheelfun_com_-_class
Step 2: MySQL error reported: [INSERT INTO 4wheelfun_com_-_settings VALUES (63,'Require verification of email address upon registration?','emailverify','','yes',5,8) ]
Result: You have an error in your SQL syntax near '-_settings VALUES (63,'Require verification of email address upon registration?'' at line 1
Database: 4wheelfun_com_-_class
Step 2: MySQL error reported: [INSERT INTO 4wheelfun_com_-_settings VALUES (64,'Your mailing address to receive COPPA permission forms?','address','','',6,8) ]
Result: You have an error in your SQL syntax near '-_settings VALUES (64,'Your mailing address to receive COPPA permission forms?',' at line 1
Database: 4wheelfun_com_-_class
Step 2: MySQL error reported: [INSERT INTO 4wheelfun_com_-_settings VALUES (65,'Full path to COPPA rules file, or leave blank for default?','copparules','','',7,8) ]
Result: You have an error in your SQL syntax near '-_settings VALUES (65,'Full path to COPPA rules file, or leave blank for default' at line 1
Database: 4wheelfun_com_-_class
Step 2: MySQL error reported: [INSERT INTO 4wheelfun_com_-_settings VALUES (66,'Allow new user registrations?','allowregs','','yes',8,8) ]
Result: You have an error in your SQL syntax near '-_settings VALUES (66,'Allow new user registrations?','allowregs','','yes',8,8) ' at line 1
Database: 4wheelfun_com_-_class
|