Error after I have sent the message and click "Back to inbox" (r=user/messages/index):
Description
YiiBase::include(Yum.php) [<a href=‘function.YiiBase-include’>function.YiiBase-include</a>]: failed to open stream: No such file or directory
Source File
D:\xampp\htdocs\Yii_Site\yii\framework\YiiBase.php(338)
00326: * @param string class name
00327: * @return boolean whether the class has been loaded successfully
00328: */
00329: public static function autoload($className)
00330: {
00331: // use include so that the error PHP file may appear
00332: if(isset(self::$_coreClasses[$className]))
00333: include(YII_PATH.self::$_coreClasses[$className]);
00334: else if(isset(self::$_classes[$className]))
00335: include(self::$_classes[$className]);
00336: else
00337: {
00338: include($className.’.php’);
00339: return class_exists($className,false) || interface_exists($className,false);
00340: }
00341: return true;
00342: }
00343:
00344: /**
00345: * Writes a trace message.
00346: * This method will only log a message when the application is in debug mode.
00347: * @param string message to be logged
00348: * @param string category of the message
00349: * @see log
00350: */
Stack Trace
#0 D:\xampp\htdocs\Yii_Site\yii\framework\YiiBase.php(338): autoload()
#1 unknown(0): autoload()
#2 D:\xampp\htdocs\Yii_Site\yii\framework\base\CComponent.php(587) : eval()'d code(2): spl_autoload_call()
#3 D:\xampp\htdocs\Yii_Site\yii\framework\base\CComponent.php(587): eval()
#4 D:\xampp\htdocs\Yii_Site\yii\framework\zii\widgets\grid\CDataColumn.php(125): CDataColumn->evaluateExpression()
#5 D:\xampp\htdocs\Yii_Site\yii\framework\zii\widgets\grid\CGridColumn.php(135): CDataColumn->renderDataCellContent()
#6 D:\xampp\htdocs\Yii_Site\yii\framework\zii\widgets\grid\CGridView.php(447): CDataColumn->renderDataCell()
#7 D:\xampp\htdocs\Yii_Site\yii\framework\zii\widgets\grid\CGridView.php(420): CGridView->renderTableRow()
#8 D:\xampp\htdocs\Yii_Site\yii\framework\zii\widgets\grid\CGridView.php(333): CGridView->renderTableBody()
#9 D:\xampp\htdocs\Yii_Site\yii\framework\zii\widgets\CBaseListView.php(152): CGridView->renderItems()
#10 unknown(0): CGridView->renderSection()
#11 D:\xampp\htdocs\Yii_Site\yii\framework\zii\widgets\CBaseListView.php(135): preg_replace_callback()
#12 D:\xampp\htdocs\Yii_Site\yii\framework\zii\widgets\CBaseListView.php(121): CGridView->renderContent()
#13 D:\xampp\htdocs\Yii_Site\yii\framework\web\CBaseController.php(174): CGridView->run()
#14 D:\xampp\htdocs\Yii_Site\!UserManagementModuleTest\protected\modules\user\views\messages\index.php(37): YumMessagesController->widget()
#15 D:\xampp\htdocs\Yii_Site\yii\framework\web\CBaseController.php(119): require()
#16 D:\xampp\htdocs\Yii_Site\yii\framework\web\CBaseController.php(88): YumMessagesController->renderInternal()
#17 D:\xampp\htdocs\Yii_Site\yii\framework\web\CController.php(748): YumMessagesController->renderFile()
#18 D:\xampp\htdocs\Yii_Site\yii\framework\web\CController.php(687): YumMessagesController->renderPartial()
#19 D:\xampp\htdocs\Yii_Site\!UserManagementModuleTest\protected\modules\user\controllers\YumMessagesController.php(97): YumMessagesController->render()
#20 D:\xampp\htdocs\Yii_Site\yii\framework\web\actions\CInlineAction.php(32): YumMessagesController->actionIndex()
#21 D:\xampp\htdocs\Yii_Site\yii\framework\web\CController.php(300): CInlineAction->run()
#22 D:\xampp\htdocs\Yii_Site\yii\framework\web\filters\CFilterChain.php(129): YumMessagesController->runAction()
#23 D:\xampp\htdocs\Yii_Site\yii\framework\web\filters\CFilter.php(41): CFilterChain->run()
#24 D:\xampp\htdocs\Yii_Site\yii\framework\web\CController.php(999): CAccessControlFilter->filter()
#25 D:\xampp\htdocs\Yii_Site\yii\framework\web\filters\CInlineFilter.php(59): YumMessagesController->filterAccessControl()
#26 D:\xampp\htdocs\Yii_Site\yii\framework\web\filters\CFilterChain.php(126): CInlineFilter->filter()
#27 D:\xampp\htdocs\Yii_Site\yii\framework\web\CController.php(283): CFilterChain->run()
#28 D:\xampp\htdocs\Yii_Site\yii\framework\web\CController.php(257): YumMessagesController->runActionWithFilters()
#29 D:\xampp\htdocs\Yii_Site\yii\framework\web\CWebApplication.php(320): YumMessagesController->run()
#30 D:\xampp\htdocs\Yii_Site\yii\framework\web\CWebApplication.php(120): CWebApplication->runController()
#31 D:\xampp\htdocs\Yii_Site\yii\framework\base\CApplication.php(135): CWebApplication->processRequest()
#32 D:\xampp\htdocs\Yii_Site\!UserManagementModuleTest\index.php(12): CWebApplication->run()