I always get these error messages and they flood my inbox!
<b>SQL/DB Error</b>
(1064) in line 56 error: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 'and c.idCategory=5' at line 4
Query: SELECT count(p.idPost) total FROM posts p
inner join categories c
on c.idCategory=p.idCategory
where p.isAvailable=1 and p.isConfirmed=1 and p.type=all and c.idCategory=5
File: /index.php
PHP 5.2.12 (Linux)
Aborting...
What could be wrong? I'm using 1.6 version.
There's a bug with type / need filter...in 1.6.1 it's been fixed.
Thanks! I will upgrade the installation to the latest version.
welcome!
This topic has been closed to new replies.