Chttpcookie Does Not Have This Behaviour

Have started getting this error sometimes when I log into my website:

‘CException’ with message 'CHttpCookie and its behaviors do not have a method or closure named “configure”

It seems to happen once then goes away until I reload the browser and login again with fresh cookies.

Any ideas?

Perhaps one of your extensions or something else you have added is not fully compatible with your version of Yii? (just a guess)

Heres my stack trace, it doesn’t seem to do it when I use normal yii.php only when using yiilite.php


exception 'CException' with message 'CHttpCookie and its behaviors do not have a method or closure named "configure".' in 

***/Yii/yiilite.php:690


Stack trace:

#0 [internal function]: CComponent->__call('configure', Array)

#1 ***/Yii/yiilite.php(2704):CHttpCookie->configure(Array)

#2 ***/Yii/yiilite.php(2690):CCookieCollection->remove('basddge35b0e14a7...')

#3 ***/Yii/yiilite.php(4031):CCookieCollection->add('basddge35b0e14a7...', Object(CHttpCookie))

#4 ***/Yii/yiilite.php(3881):CWebUser->saveToCookie(2592000)

#5 ***/models/LoginForm.php(76):CWebUser->login(Object(UserIdentity), 2592000)