File /home/fpalast/web/filmpalast.to/public_html/modules/movies/task_movies_view.php
Line955
Sqlselect a.*,c.user_name,e.user_name as editbyname,(select count(*) from comments d where d.uid=a.uid and d.status=1) as comments,(select count(*) from comments e where e.parent=a.id and e.status=1) as replys from comments a inner join movies b on a.mid=b.id inner join users c on a.uid =c.id left join users e on a.editedby =e.id where a.parent='179965' and a.status=1 order by a.id desc
ErrorMySQL server has gone away