/
tags
Error on getting tags
File:
(Line number: 105)
Query:
SELECT t.tag, t.slug FROM pc_media_post_tags nt LEFT JOIN pc_tags t ON t.id = nt.tag_id WHERE nt.media_post_id = GROUP BY t.id ORDER BY t.tagError:
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 'GROUP BY t.id ORDER BY t.tag' at line 5
Warning: mysql_fetch_assoc() expects parameter 1 to be resource, null given in /VPS/VPS01/petrolclub.be/www/pages/media.php on line 108
Share