The problem is the line "->where('contents.published', 1)": if I comment this line, all goes well.$category = Model_Category::find()
->related('contents')
->where('title', $title)
->where('contents.published', 1)
->order_by('contents.id', 'desc')
->get_one();
It looks like you're new here. If you want to get involved, click one of these buttons!