Hi guys.
I have some strange problem that i don't know how to solve/handle..
When i set the following SQL Mode "REAL_AS_FLOAT,PIPES_AS_CONCAT,ANSI_QUOTES,IGNORE_SPACE,ANSI" this problem occurs.
When the default mode (NO_ENGINE_SUBSTITUTION) is used there is no such a problem and everything is working as expected.
Any ideas what can cause this issue?
I'm using Codeigniter 3.1.0
Appreciate the help.
I have some strange problem that i don't know how to solve/handle..
When i set the following SQL Mode "REAL_AS_FLOAT,PIPES_AS_CONCAT,ANSI_QUOTES,IGNORE_SPACE,ANSI" this problem occurs.
When the default mode (NO_ENGINE_SUBSTITUTION) is used there is no such a problem and everything is working as expected.
Code:
Severity: Warning
Message: mysqli::real_connect(): (42S22/1054): Champ 'STRICT_ALL_TABLES,' inconnu dans field list
Filename: mysqli/mysqli_driver.php
Line Number: 202Any ideas what can cause this issue?
I'm using Codeigniter 3.1.0
Appreciate the help.