the_excerpt() not working in custom archive

I’ve found a workaround.

$content = get_post_field( 'post_content', $latest_post["ID"] );
$content = strip_tags($content);
$content = wp_trim_words($content);

and then just echo $content instead of the excerpt

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)