Hi, I am getting the following error:
PHP Fatal error: Uncaught PDOException: SQLSTATE[22007]: Invalid datetime format: 1366 Incorrect integer value: 'TeamTNTTNTSearchStemmerNoStemmer' for column 'value' at row 2 in /MysqlEngine:68
|
$this->index->exec("INSERT INTO ".$this->indexName."_info ( `key`, `value`) values |
Without changing the types, I can solve this by disabling strict MySQL mode.