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