user management in yii

HI

i am new to yii user framework i am work on yii user management and using Yii-User version 0.3 module but i have found the fatal error Fatal error: Call to a member function t() on a non-object in D:\wamp\www\userapp\protected\views\layouts\main.php on line 35.is there any solution

plz reply…

thanks

thats translate function t(), remove that or include translate function…

Hello,

use like echo Yii::t(‘file_name’, text_string);