| |
Could not obtain topic information
DEBUG MODE
SQL Error : 1064 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 '54.5, 5' at line 10
SELECT sticky, article_id, start_date, title, author_id, author_name, publish_date, content, teaser_img, rank_users, rank_points, views, @rating := rank_points / rank_users as rating
FROM phpbb_article
WHERE article_id IN (SELECT article_id
FROM phpbb_article_pub
WHERE forum_id=71)
AND banned=0
AND published=1
AND start_date<1217037354
ORDER BY sticky DESC, publish_date DESC, date_changed DESC
LIMIT 54.5, 5 Line : 447 File : viewforum.php |
| |
|