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
artist_comments::showComments ::: MySQL server has gone away ::: SELECT c.id as comment_id, c.uniq_id, c.artist_name, c.mark, c.name, c.comment_text, c.date_created, c.ip, c.user_type, c.user_id, c.is_deleted, p.name as title, p.image_domain, p.image_small_path, p.image_small_width, p.image_small_height, p.id as painting_id FROM Comments AS c INNER JOIN Paintings AS p ON c.painting_id=p.id WHERE c.user_id='6056' AND c.user_type='user' AND c.is_visible = 1 AND c.is_deleted='0' AND c.is_admin_deleted='0' AND c.date_created < NOW() ORDER BY c.date_created DESC