[2024-03-29 02:13:09] 
            SELECT  SQL_NO_CACHE comment_id as id, comment_type as type, comment_user_id as author, user_login as username, user_email as email, user_karma as user_karma, user_level as user_level, comment_randkey as randkey, comment_link_id as link, comment_order as `order`, comment_votes as votes, comment_karma as karma, comment_ip_int as ip_int, comment_ip as ip, user_avatar as avatar, comment_content as content, UNIX_TIMESTAMP(comment_date) as date, UNIX_TIMESTAMP(comment_modified) as modified, favorite_link_id as favorite, vote_value as voted, media.size as media_size, media.mime as media_mime, media.extension as media_extension, media.access as media_access, UNIX_TIMESTAMP(media.date) as media_date, 1 as `read` FROM comments
    INNER JOIN users on (user_id = comment_user_id)
    LEFT JOIN favorites ON (@user_id > 0 and favorite_user_id =  @user_id and favorite_type = 'comment' and favorite_link_id = comment_id)
    LEFT JOIN votes ON (comment_date > @enabled_votes and @user_id > 0 and vote_type='comments' and vote_link_id = comment_id and vote_user_id = @user_id)
    LEFT JOIN media ON (media.type='comment' and media.id = comment_id and media.version = 0) 
            WHERE comment_id = "30465912";
        : string(38) "Table 'meneame.comments' doesn't exist"

/var/www/meneame-peta/releases/latest/www/libs/rgdb.php#212 (dd)
/var/www/meneame-peta/releases/latest/www/libs/rgdb.php#237 (RGDB->print_error)
/var/www/meneame-peta/releases/latest/www/libs/rgdb.php#318 (RGDB->query)
/var/www/meneame-peta/releases/latest/www/libs/rgdb.php#312 (RGDB->get_row)
/var/www/meneame-peta/releases/latest/www/libs/comment.php#47 (RGDB->get_object)
/var/www/meneame-peta/releases/latest/www/comment.php#14 (Comment::from_db)
/var/www/meneame-peta/releases/latest/www/submnm.php#57 (include)
/var/www/meneame-peta/releases/latest/www/dispatcher.php#138 (include)