mysqli_sql_exception [500]
You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '00?? AND `field`.`name` = 'date' AND `field`.`state` = 1 AND `field`.`context...' at line 4
.../libraries/vendor/joomla/database/src/Mysqli/MysqliStatement.php:137
132 $this->connection = $connection;
133 $this->query = $query;
134
135 $query = $this->prepareParameterKeyMapping($query);
136
137 $this->statement = $connection->prepare($query);
138
139 if (!$this->statement)
140 {
141 throw new PrepareStatementFailureException($this->connection->error, $this->connection->errno);
142 }