код в файле сменил на Ваш и ошибка 500 тут же вернул старый файл все работает без проблем
на всякий случай свой файл выложил так как написано у меня
- Код: Выделить всё
<?php
$this->breadcrumbs=array(
Yii::t('common', 'User managment'),
);
$this->menu=array(
array('label'=>tt('Add user'), 'url'=>array('/users/backend/main/create')),
);
$this->adminTitle = Yii::t('common', 'User managment');
$this->widget('zii.widgets.grid.CGridView', array(
'id'=>'user-grid',
'dataProvider'=>$model->search(),
'filter'=>$model,
'columns'=>array(
array(
'name' => 'username',
'header' => tt('User name'),
),
'phone',
'email',
array(
'header' => tt('User\'s bookings'),
'type' => 'raw',
'value' => '($data->bookingsCount > 0 ? CHtml::link(CHtml::encode($data->bookingsCount), array("bookings", "id" => $data->id)) : 0)',
),
array(
'class'=>'CButtonColumn',
'template'=>'{update}{delete}',
'deleteConfirmation' => tt('Are you sure you want to delete this user?'),
'buttons' => array(
'delete' => array(
'visible' => '$data->id != 1 && $data->id != 2',
),
)
),?>
может что не так не пойму
пользовтель у меня с id=2 тоже