Error (0.0009 s):

  1. SELECT SQL_CALC_FOUND_ROWS
  2. news.id,
  3. news.title,
  4. news.picture,
  5. news.lead,
  6. news.content,
  7. DATE_FORMAT(news.date_published, '%d.%m.%Y') AS date_formated
  8. FROM
  9. news
  10. WHERE
  11. NOT news.hidden
  12. AND
  13. news.date_published <= CURDATE()
  14. AND
  15. news.id != Podjetniška točka: Svetovanje Svetovalnega centra OZS
  16. ORDER BY
  17. news.ord ASC,
  18. news.date_published DESC,
  19. news.id DESC LIMIT 0, 6

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 'točka: Svetovanje Svetovalnega centra OZS ORDER BY news.ord ASC, ' at line 16

/wwww/www.karticaobrtnik.si/framework/core/model/model.php (line 72)

Fatal error: Call to a member function fetch() on a non-object in /wwww/www.karticaobrtnik.si/framework/core/model/model.php on line 91