Hi Steven
First post for me here
I found this thread while searching the forum for solutions. I got somewhat the same error message as the member Static above.
However, this thread is two years old, and when I'm checking the install_2.php file, the references to row number you give don't match. Probably because the current version is different now.
I'm not comfortable in changing the code without consulting here first. So here we go.
In the checklist, everything except System() function is passed.
These are the error messages I get when running the installer (sorry for the long copy/paste):
-------------
1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-access ( id int(10) unsigned NOT NULL auto_increment, admin_id int(10) unsi' at line 1
1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-admins ( id int(10) unsigned NOT NULL auto_increment, username varchar(250)' at line 1
1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-admins (username, password, email, ip_address, cookie_key, detect_admin, detect' at line 1
1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-bans ( id int(10) unsigned NOT NULL auto_increment, ip_address varchar(39) ' at line 1
1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-comments ( id int(10) unsigned NOT NULL auto_increment, name varchar(250) N' at line 1
1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-logins ( id int(10) unsigned NOT NULL auto_increment, dated datetime NOT NU' at line 1
1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-logins VALUES (2, NOW())' at line 1
1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-pages ( id int(10) unsigned NOT NULL auto_increment, page_id varchar(250) N' at line 1
1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-questions ( id int(10) unsigned NOT NULL auto_increment, question varchar(2' at line 1
1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-questions (question, answer) VALUES ('Type the word for the number 9.', 'nine')' at line 1
1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-reports ( id int(10) unsigned NOT NULL auto_increment, comment_id int(10) u' at line 1
1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-settings ( id int(10) unsigned NOT NULL auto_increment, category varchar(25' at line 1
1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-settings (category, title, value) VALUES ('viewers', 'viewers_refresh_time', '6' at line 1
1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-subscribers ( id int(10) unsigned NOT NULL auto_increment, name varchar(250' at line 1
1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-version ( id int(10) unsigned NOT NULL auto_increment, version varchar(10) ' at line 1
1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-version (version, type, dated) VALUES ('2.1', 'Installation', NOW())' at line 1
1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-viewers ( user_agent varchar(250) NOT NULL default '', ip_address varchar(3' at line 1
1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-voters ( id int(10) unsigned NOT NULL auto_increment, comment_id int(10) un' at line 1
-------------
I tried to read here
http://dev.mysql.com/doc/refman/4.1/en/r...words.html, to see if I could figure it out myself, but apparently I'm not that clever
I imagine I too, have to change something in the installer_2.php file? I found somethings on row 123 and onwards, but again, I'm unsure where I need to do the changes. Should I remove all the [default ''] I find, or just some in particular?
Please, can you get back to me with some instructions?
Regards
Nils