Deploying yii project online

i have error on my login authenticate and this is my error

The table "User" for active record class "User" cannot be found in the database.

/home/dcbelt/public_html/framework/db/ar/CActiveRecord.php(2244)

what is the solution here??? help… plz…

in your active record, change the table name ‘User’ into ‘user’

thank u mbi it is working now… why it is working in my local… but not in online?? its weird… because i use the same yii framework file in my local to my online project… though i fix it now… thx a lot again… :)