MYSQL ERROR | |
Error: | MySQL server has gone away |
Query: | SELECT `T1`.`ID`, COUNT(`TV`.`ID`) AS `Total_votes` FROM `fl_listings` AS `T1` LEFT JOIN `fl_listing_votes` AS `TV` ON `T1`.`ID` = `TV`.`Listing_ID` WHERE `T1`.`country` = 'countries_moskva' AND `T1`.`Status` = 'active' AND `TV`.`ID` > 0 GROUP BY `T1`.`ID` ORDER BY `Total_votes` DESC, `T1`.`Date` ASC LIMIT 3 |
Function: | getTop3 |
Class: | rlListings |
File: | /sites/lamur.club/plugins/similarListings/rlSimilarListings.class.php (line# 312) |