error crate table

Bernd 17 Sep, 2012
Hello all,
cant create new table. This is the submitted query:
CREATE TABLE IF NOT EXISTS `#__chronoforms_data_Kontakt` ( `name` VARCHAR(255), `strasse` VARCHAR(255), `plz_ort` VARCHAR(255), `mail` VARCHAR(255), `nachricht` VARCHAR(255), `input_submit_12` VARCHAR(255), );
The problem occurs because of the last komma in query. How to solve it?
GreyHead 17 Sep, 2012
Hi Bernd,

Remove the comma and run the query in PHPMy Admin or the AceSQL Joomla! extension.

Or, in ChronoForms check that you have not got any boxes checked without column names in the Create Table form.

Bob
This topic is locked and no more replies can be posted.