Quote:
Originally posted by globalwin
I get this error when inserting it into the db..
SQL-query: [Edit]
ALTER TABLE forum ADD collapsed SMALLINT DEFAULT '0' NOT NULL
ALTER TABLE user ADD forumviewset varchar(250) NOT NULL default ':'
MySQL said: You have an error in your SQL syntax near 'ALTER TABLE user ADD forumviewset varchar(250) NOT NULL default ':'' at line 2
The automated file thing cX_install.php doesnt work...
|
The error you've posted looks suspiciously like a phpmyadmin error message, so what is wrong with cx_install.php?
As stated in the readme you can either manually change the database
or use cx_install to do it for you.
As for the error you've reported you need to put a semi-colon at the end of the first line.