Error messages:
[Type] 查询语句错误
[1054] Unknown column 'm.id' in 'order clause'
[Query] SELECT m.*, n.vsubject, n.uid, n.dateline as postdate, n.purl, p.username FROM hsk_vgallery_top5 m LEFT JOIN hsk_vgallerys n ON n.id=m.vid LEFT JOIN common_member p ON p.uid=m.uid order by m.dps, m.id desc limit 5
Program messages:
[Line: 0043]plugin.php(include)
[Line: 2038]source\plugin\vgallery\vgallery.inc.php(indextop5)
[Line: 2317]source\plugin\vgallery\vgallery.inc.php(DB::query)