If updating from 1.1.1 to 1.1.4 this error come then Innodb not supported. Can it be fixed that update select that kind of db type using?
Type: 256
Message: mysqlt error: [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 'order ENGINE = INNODB' at line 1] in EXECUTE("ALTER TABLE order ENGINE = INNODB")
File: /libs/adodb/adodb-errorhandler.inc.php
Line=77
error backtrace:
[PHP core called function]
function called: handle_epesi_error(256, "mysqlt error: [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 'order ENGINE = INNODB' at line 1] in EXECUTE(\"ALTER TABLE order ENGINE = INNODB\") ", "/libs/adodb/adodb-errorhandler.inc.php", 77, Array ("mysqlt", "EXECUTE", 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 'order ENGINE = INNODB' at line 1", "ALTER TABLE order ENGINE = INNODB", false, Object (ADODB_mysqlt), "ALTER TABLE order ENGINE = INNODB", false, "mysqlt error: [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 'order ENGINE = INNODB' at line 1] in EXECUTE(\"ALTER TABLE order ENGINE = INNODB\") "))
File: /libs/adodb/adodb-errorhandler.inc.php
line 77
function called: trigger_error("mysqlt error: [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 'order ENGINE = INNODB' at line 1] in EXECUTE(\"ALTER TABLE order ENGINE = INNODB\") ", 256)
File: /libs/adodb/adodb.inc.php
line 1043
function called: ADODB_Error_Handler("mysqlt", "EXECUTE", 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 'order ENGINE = INNODB' at line 1", "ALTER TABLE order ENGINE = INNODB", false, "Object (ADODB_mysqlt)")
File: /libs/adodb/adodb.inc.php
line 1018
function called: _Execute("ALTER TABLE order ENGINE = INNODB", false)
[PHP core called function]
function called: Execute("ALTER TABLE order ENGINE = INNODB", null)
File: /include/database.php
line 330
function called: call_user_func_array(Array (Object (ADODB_mysqlt), "Execute"), Array ("ALTER TABLE order ENGINE = INNODB", null))
File: /update.php
line 2354
function called: Execute("ALTER TABLE order ENGINE = INNODB")
File: /index.php
line 39
function called: require_once("/update.php")