Warning: mysql_query() [function.mysql-query]: MySQL server has gone away in /var/www/artonline/data/www/artonline.org.il/frmwork/main.class.php on line 50
Warning: mysql_query() [function.mysql-query]: Error reading result set's header in /var/www/artonline/data/www/artonline.org.il/frmwork/main.class.php on line 50
index::showComments ::: MySQL server has gone away ::: SELECT p.name as title, p.image_domain, p.image_small_path, p.image_small_width, p.image_small_height, p.id as painting_id, c.id, c.artist_name, c.name, c.mark as comment_mark, c.comment_text, c.date_created, c.user_type, c.user_id, c.is_deleted, c.is_admin_deleted, c.ip, c.id as comment_id, c.uniq_id FROM Comments AS c INNER JOIN Paintings AS p ON c.painting_id=p.id WHERE c.date_created < NOW() AND c.is_visible=1 AND c.painting_id=251882 AND c.is_admin_deleted='0' ORDER BY c.date_created DESC LIMIT 50