jallinder
19th of July 2002 (Fri), 22:21
I experienced a problem similar to hamid's. I downloaded the altered setup.php file (non-backquote) and I got as far as:
----------------------------------
INSERTING CORE EE DATA:
.... DROP TABLE IF EXISTS ee_camera .... [DONE]
.... 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 .... [DONE]
Warning: MySQL: Unable to save result set in /usr/local/www/vhosts/wildlifephoto.net/htdocs/gallery/setup.php on line 254
ERROR IN QUERY:
INSERT INTO ee_camera VALUES (1, 'Unknown', 'Unknown', '', '2000', 1, '', '', '', '', '1')
------------------------------------------
I also ran the ee_test_db, which produced the following:
-------------------------------
MySQL version:3.22.32
DATABASES AVAILABLE:
Owners
gallery (EE USES THIS DATABASE)
mysql
running.....
drop_1 OK
create_1 OK
ERROR IN drop_2: You have an error in your SQL syntax near '`ee_test` ' at line 3
----------------------------------
Any help would be greatly appreciated. Thank you.
----------------------------------
INSERTING CORE EE DATA:
.... DROP TABLE IF EXISTS ee_camera .... [DONE]
.... 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 .... [DONE]
Warning: MySQL: Unable to save result set in /usr/local/www/vhosts/wildlifephoto.net/htdocs/gallery/setup.php on line 254
ERROR IN QUERY:
INSERT INTO ee_camera VALUES (1, 'Unknown', 'Unknown', '', '2000', 1, '', '', '', '', '1')
------------------------------------------
I also ran the ee_test_db, which produced the following:
-------------------------------
MySQL version:3.22.32
DATABASES AVAILABLE:
Owners
gallery (EE USES THIS DATABASE)
mysql
running.....
drop_1 OK
create_1 OK
ERROR IN drop_2: You have an error in your SQL syntax near '`ee_test` ' at line 3
----------------------------------
Any help would be greatly appreciated. Thank you.