Framework error handler says: User Error (E_USER_ERROR): Database error: Invalid SQL: SELECT
ba.*, bc.blog_category, bc.blog_category_short, up.screen_name, up.photo, count(bpc.pk_blog_post_comment) AS count_comments
FROM
blog_post ba
LEFT JOIN blog_category bc ON bc.pk_blog_category = ba.fk_blog_category
LEFT JOIN user_profile up ON up.user_id = ba.user_id
LEFT JOIN blog_post_comment bpc ON bpc.fk_blog_post = ba.pk_blog_post
WHERE
( ba.approval_status LIKE 'Approved' )
and
( ba.added_datetime <= NOW() )
and
( ba.type LIKE 'Blog' )
and
( up.screen_name LIKE 'paintedtreasurechest8' ) GROUP BY ba.pk_blog_post
ORDER BY added_datetime DESC . Errno: 1021, Error: Disk full (/tmp/#sql_5f0e_0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device"). Error raised in /var/www/icraftgifts/data/www/icraftgifts.com/!website/!FRAMEWORK-live/includes/db_mysql.php line 635