hi max+bob,
thanks for the fast responses.
here is snippets from admin.chronocontact.php (approximate line number 375) taken from administrator/components/com_chronocontact folder.
if ( count($chrono_fields) > 0){
$table_sql = "CREATE TABLE `#__chronoforms_".$id."` (";
$table_sql .= $table_sql_body ." , PRIMARY KEY ( `cf_id` )";
$table_sql .= "«») TYPE = MYISAM ;";
}
take a look at
$table_sql .= "«») TYPE = MYISAM ;";
that's my edited version that run smooth on mysql3.
the error show up when i try to create a table according to a form that i've entered at chronoform.
if i'm not wrong the previous code is
$table_sql .= "«») ENGINE = MYISAM ;";
btw, it just suggestion to make chronoform more flexible.
again, thx for the responses.
regards,
dwi