Open GoogleCodeExporter opened 8 years ago
I had the same problem, my solution was to open the
modules/message/models/YumMessage.php file and add this lines on the beginning
(line 8):
Yii::import('application.modules.user.models.YumActiveRecord');
Yii::import('application.modules.user.models.YumHelper');
Yii::import('application.modules.user.models.Yum');
Original comment by olive...@gmail.com
on 19 May 2012 at 7:52
Original issue reported on code.google.com by
n...@nickloui.com
on 29 Feb 2012 at 1:36