thyseus / yii-user-management

a user management module collection for the yii framework
185 stars 122 forks source link

Php Error after login trying to access: index.php?r=message/message/sent #8

Closed christiansalazar closed 12 years ago

christiansalazar commented 12 years ago

how to reproduce:

Install yum...login as admin, and next go to messages sent. (index.php?r=message/message/sent).

error is: YiiBase::include(YumActiveRecord.php) [yiibase.include]: failed to open stream: No such file or directory

SOLVED

add: Yii::import('application.modules.user.models.*');

at top in: E:\code\ecommerce\protected\modules\message\models\YumMessage.php