Une erreur de base de données s\'est produite.

Error Number: 1054

Unknown column 'league_id' in 'where clause'

SELECT `news`.*, COUNT(comments.entry_id) as comments_nb FROM (`news`) LEFT JOIN `comments` ON `comments`.`entry_id` = `news`.`entry_id` WHERE `league_id` = '1' GROUP BY `news`.`entry_id` ORDER BY `entry_date` DESC LIMIT 50

Filename: /home/statsliguehockey/public_html/models/frontend_model.php

Line Number: 501