Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
But are you sure 4.4 is your MySQL version, and not PHP?
Because there seems to be no MySQL-version like that.
Please Log in or Create an account to join the conversation.
Yes, the error is now fixed!When I click on "Information about the Awards" I get the error:
[code:1]DB function failed with error number 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 'SELECT award, COUNT(*) AS count FROM jos_jawards_awards GROUP SQL=SELECT * FROM jos_jawards_medals AS a LEFT JOIN (SELECT award, COUNT(*) AS count FROM jos_jawards_awards GROUP BY award) AS c ON a.id=c.award ORDER BY a.name[/code:1]
Is that what you're looking for?
Please Log in or Create an account to join the conversation.