jarmen
10th of April 2002 (Wed), 15:21
Having some troubles with the install. I'm on a linux box and used wget to download the zip. Edited the connect.php with Pico. Upon going to setup.php , I get the following error:
You have an error in your SQL syntax near '`ee_camera` ' at line 2
IN QUERY
DROP TABLE IF EXISTS `ee_camera`
If I delete that line (figuring a new install, no need to drop), it comes up with the following error:
You have an error in your SQL syntax near '`ee_camera` ( `ee_camera_id` int(11) NOT NULL auto_increment, `ee_camera_dis' at line 2
IN QUERY
CREATE TABLE `ee_camera` ( `ee_camera_id` int(11) NOT NULL auto_increment, `ee_camera_displayname` varchar(255) NOT NULL default '', `ee_camera_manufacturer` varchar(255) NOT NULL default '', `ee_camera_model` varchar(255) NOT NULL default '', `ee_camera_year` year(4) NOT NULL default '0000', `ee_camera_type_id` int(11) NOT NULL default '0', `ee_camera_features` text NOT NULL, `ee_camera_description` text NOT NULL, `ee_camera_comments` text NOT NULL, `ee_camera_photo_url` text NOT NULL, `ee_camera_focal_multiplier` float NOT NULL default '0', PRIMARY KEY (`ee_camera_id`), KEY `ee_camera_type_id` (`ee_camera_type_id`) ) TYPE=MyISAM
Any ideas?
You have an error in your SQL syntax near '`ee_camera` ' at line 2
IN QUERY
DROP TABLE IF EXISTS `ee_camera`
If I delete that line (figuring a new install, no need to drop), it comes up with the following error:
You have an error in your SQL syntax near '`ee_camera` ( `ee_camera_id` int(11) NOT NULL auto_increment, `ee_camera_dis' at line 2
IN QUERY
CREATE TABLE `ee_camera` ( `ee_camera_id` int(11) NOT NULL auto_increment, `ee_camera_displayname` varchar(255) NOT NULL default '', `ee_camera_manufacturer` varchar(255) NOT NULL default '', `ee_camera_model` varchar(255) NOT NULL default '', `ee_camera_year` year(4) NOT NULL default '0000', `ee_camera_type_id` int(11) NOT NULL default '0', `ee_camera_features` text NOT NULL, `ee_camera_description` text NOT NULL, `ee_camera_comments` text NOT NULL, `ee_camera_photo_url` text NOT NULL, `ee_camera_focal_multiplier` float NOT NULL default '0', PRIMARY KEY (`ee_camera_id`), KEY `ee_camera_type_id` (`ee_camera_type_id`) ) TYPE=MyISAM
Any ideas?