This is similar issue as the one solved in #9380.
If you don't have MySql 5.6.6+ you can emulate the error by setting the sql_mode
in pdomydriver file. For that, add, after this line https://github.com/joomla/joomla-cms/blob/staging/libraries/joomla/database/driver/pdomysql.php#L149 the following code:
$this->connection->query("SET @@SESSION.sql_mode = 'STRICT_TRANS_TABLES,NO_ENGINE_SUBSTITUTION';");
Banner saved.
Latest staging / RC 4.
Category | ⇒ | SQL |
Labels |
Added:
?
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-03-17 21:19:49 |
Closed_By | ⇒ | wilsonge |
PR in #9461