Hi, this page will not load https://www.908ltd.co.uk/more-info/news-and-specials
When i turn on debug it says:
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 ',8) ORDER BY `lft` ASC' at line 3
.../libraries/vendor/joomla/database/src/Mysqli/MysqliStatement.php:138
133 $this->connection = $connection;
134 $this->query = $query;
135
136 $query = $this->prepareParameterKeyMapping($query);
137
138 $this->statement = $connection->prepare($query);
139
140 if (!$this->statement) {
141 throw new PrepareStatementFailureException($this->connection->error, $this->connection->errno);
142 }
143 }



