Database Error
-
Hi there,
after installing WP-Statistics 14.12.2 into a WordPress 7.1.12 we get these Errors in the eMail Report:
WordPress Database Error: [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 ‘%i DESC’ at line 1]
SELECT COUNT(DISTINCT visitor.ID) AS visitors, visitor.referred, visitor.source_channel, visitor.source_name, visitor.last_counter FROM wp_statistics_visitor AS visitor WHERE visitor.referred IS NOT NULL AND visitor.referred != '' AND DATE(visitor.last_counter) BETWEEN '2025-01-31' AND '2025-01-31' GROUP BY visitor.referred ORDER BY %i DESC
Maybe %i is the Problem here?
- You must be logged in to reply to this topic.