File | /home/fpalast/web/filmpalast.to/public_html/modules/movies/task_movies_view.php |
Line | 955 |
Sql | select 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='16484' and a.status=1 order by a.id desc |
Error | Can't create/write to file '/tmp/#sql-temptable-874f3-b32c62-23b9.MAI' (Errcode: 28 "No space left on device") |