theme implementation problem

Hi All

I am trying to implement a theme in my application. I have done the following:

config/main.php:

return array(

‘theme’=>‘teest’,

}

When I run my application, I get the following error:

Fatal error: Call to a member function getViewFile() on a non-object in D:\projects\yii\framework\web\CController.php on line 582

Can anybody help me with this? I don’t know what the problem is at all!

Thanks in advance for your reply.

Regards,

Sushil

Have you created view file for action that you are trying to access?

Also have you create teest theme folder(it can be empty)?

Everything is in place. I cross checked with other projects that we have done, but I don’t know the source of the problem.

I am using yii framework Version 1.1.8.