Page to show custom posts and one category

I solved the issue very easy.

$type = array('event','post');
            $args=array(
              'post_type' => $type,
              'category' => '8',
              'post_status' => 'publish',
              'posts_per_page' => 5,
              'caller_get_posts'=> 1);

These gets all custom posts ‘event’ and normal posts from category 8.

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