Auto Populate Excerpt Field

How about using the excerpt_length filter?

function my_excerpt_lenght( $length ) {
    return 15;
}
add_filter( 'excerpt_length', 'my_excerpt_lenght', 999 );

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