ERROR: Unable to execute query
select count(VID) as total 
				from video,favorites
				where video.VID = favorites.posting_id and type= 'video' and favorites.mid ='4' AND status=1
Kolumna: 'status' w where clause jest dwuznaczna