CDbException

CDbException

数据库中无法找到 active record class "UserPoint" 对应的 table "user_points".

程序日志
时间 等级 类别 信息
02:58:15.482295 error system.db.CDbCommand
CDbCommand::fetchAll() failed: SQLSTATE[HY000]: General error: 2006 MySQL
server has gone away. The SQL statement executed was: SHOW FULL COLUMNS
FROM `user_points`.
02:58:15.517153 error exception.CDbException
CDbException: 数据库中无法找到 active record class "UserPoint"
对应的 table "user_points". in
/home/www/sites/framework/db/ar/CActiveRecord.php:2310
Stack trace:
#0 /home/www/sites/framework/db/ar/CActiveRecord.php(387):
CActiveRecordMetaData->__construct(Object(UserPoint))
#1 /home/www/sites/framework/db/ar/CActiveFinder.php(215):
CActiveRecord::model('UserPoint')
#2 /home/www/sites/framework/db/ar/CActiveFinder.php(48):
CActiveFinder->buildJoinTree(Object(CJoinElement), 'UserPoint')
#3 /home/www/sites/framework/db/ar/CActiveRecord.php(271):
CActiveFinder->__construct(Object(User), 'UserPoint')
#4 /home/www/sites/framework/db/ar/CActiveRecord.php(141):
CActiveRecord->getRelated('UserPoint')
#5 /home/www/sites/framework/base/CModel.php(595):
CActiveRecord->__get('UserPoint')
#6
/home/www/sites/techbrood/protected/modules/User/components/StatWidget.php(53):
CModel->offsetGet('UserPoint')
#7 /home/www/sites/techbrood/protected/extensions/helpers/Template.php(38):
StatWidget->run()
#8 /home/www/sites/techbrood/themes/techbrood/views/user.php(3):
Template::widget('USER_STAT', 'application.mod...')
#9 /home/www/sites/framework/web/CBaseController.php(126):
require('/home/www/sites...')
#10 /home/www/sites/framework/web/CBaseController.php(95):
CBaseController->renderInternal('/home/www/sites...', NULL, true)
#11 /home/www/sites/framework/web/CController.php(869):
CBaseController->renderFile('/home/www/sites...', NULL, true)
#12 /home/www/sites/framework/web/CController.php(782):
CController->renderPartial('/user', NULL, true)
#13
/home/www/sites/techbrood/protected/controllers/CmsBaseController.php(82):
CController->render('/user')
#14
/home/www/sites/techbrood/protected/controllers/DefaultController.php(40):
CmsBaseController->showTemplate()
#15 /home/www/sites/framework/web/actions/CInlineAction.php(49):
DefaultController->actionIndex()
#16 /home/www/sites/framework/web/CController.php(308):
CInlineAction->runWithParams(Array)
#17 /home/www/sites/framework/web/CController.php(286):
CController->runAction(Object(CInlineAction))
#18 /home/www/sites/framework/web/CController.php(265):
CController->runActionWithFilters(Object(CInlineAction), Array)
#19 /home/www/sites/framework/web/CWebApplication.php(282):
CController->run('index')
#20 /home/www/sites/framework/web/CWebApplication.php(141):
CWebApplication->runController('default/index')
#21 /home/www/sites/framework/base/CApplication.php(168):
CWebApplication->processRequest()
#22 /home/www/sites/techbrood/index.php(31): CApplication->run()
#23 {main}
REQUEST_URI=/user/35773
---