i have installed joomla 3.2.1 and k2. To display some news, i downloaded and installed the modules "News Show Pro GK4" and "News Show Pro GK5". At the moment i publish it, i get the following error message:
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 'ORDER BY RAND()' at line 25 SQL=SELECT content.id AS ID, cats.name AS cat_name, cats.alias AS cat_alias, content.catid AS cat_id, users.name AS author, users.email AS author_email, users.id AS author_id, content_rating.rating_sum AS rating_sum, content_rating.rating_count AS rating_count FROM xg08j_k2_items AS content LEFT JOIN xg08j_k2_categories AS cats ON cats.id = content.catid LEFT JOIN xg08j_users AS users ON users.id = content.created_by LEFT JOIN xg08j_k2_rating AS content_rating ON content.id = content_rating.itemID WHERE ORDER BY RAND()
I checked if there´s an item in the k2 category i choose in the module.
These are the system informations
PHP 5.3.18
MySQL 5.1.7
Joomla 3.2.1 Stable
hope someone knows how to fix it.
thank you in advance!