Database error
Errno: 2 (MySQL Errno: 1064)
File: /home/users/brijanderove/brijanderove.cz/web/mem/blocks/block_forum_main.php
Line: 45
Function: get_list
MySQL 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 'SELECT COUNT(*) FROM memht_forum_posts WHERE id=p.id OR parent=
Query: SELECT p.id,p.lastchild,p.name,DATE_FORMAT(d.date,'%d/%m/%Y %H:%i') as date,d.author,(SELECT COUNT(*) FROM memht_forum_posts WHERE id=p.id OR parent=p.id) AS pstnum FROM memht_forum_posts AS p JOIN memht_forum_forums AS f JOIN memht_forum_posts AS d ON p.forum=f.id AND p.lastchild=d.id WHERE f.auth_view<=3 AND f.auth_read<=3 ORDER BY p.lastchild DESC LIMIT 10
Note: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource |