Database query failed

There was an error querying the DB. 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 ') AND (news.news_date < ) ORDER BY news_date ASC LIMIT 100' at line 1

Please try the following:

  • Refresh the page or visit again later, to see if the problem recurs.
  • Contact the webmaster for assistance.
  • Click the Back button to try another link.

Error DBQ01
XRapid services


Technical Information (for support personnel)

  • Source information:
    Occured on line in file null.
  • Debug information:
    MySQL said: 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 ') AND (news.news_date < ) ORDER BY news_date ASC LIMIT 100' at line 1
    SQL Query: SELECT news.*,newscat.*,users.user_name,users.user_email FROM news,newscat,users WHERE (news.author = users.uid) AND (news.news_cat = newscat.newscatid) AND (news.news_date > ) AND (news.news_date < ) ORDER BY news_date ASC LIMIT 100