Hi there
This i have in config:
'errorHandler'=>array(
'errorAction'=>'site/error',
),
and in controller all like in manual
that’s ok, 404 and others catches by ‘site/error’ page and there is $error array exists, but the other type errors, for example CDbException, render pages like (from manual):
how can i get absolutely all errors in ‘site/error’ with $error array?