diff --git a/.gitignore b/.gitignore index 2e98d4c..485dee6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ .idea -protected/runtime/application.log diff --git a/css/main.css b/css/main.css index 13327b8..2b42f45 100644 --- a/css/main.css +++ b/css/main.css @@ -1,4 +1,44 @@ -body +html {height: 100%} +body {height: 100%; margin: 0; text-align: left; color: #000; font-family: calibri, helvetica, trebuchet, trebuchet ms, sans serif; background-color: #FFF} + +#all_wrapper {position: relative; min-height: 100%; padding-bottom: 94px} + +#header {position: relative; width: 100%; height: 245px; text-align: center; background: #FFF url(../images/header_bg.jpg) repeat-x top left} +#header_left {position: absolute; top: 0px; left: 0px; width: 255px; height: 230px; background: transparent url(../images/header_left.jpg) no-repeat top left} +#header_right {position: absolute; top: 0px; right: 0px; width: 500px; height: 230px; background: transparent url(../images/header_right.jpg) no-repeat top right} +#header_slogan {position: absolute; top: 125px; left: 280px; font-family: Bookman Old Style, Times New Roman, Garamond, serif; color: #FFF; font-style: italic; font-weight: 700; font-size: 20px} + +#nav_wrapper {position: relative; top: 200px; margin: 0px auto; width: 960px; height: 45px } +#nav_bar_left {position: absolute; top: 0px; left: 0px; width: 25px; height: 45px; background: transparent url(../images/nav_bar_left.png) no-repeat top left} +#nav_bar_center { margin: 0; padding: 0; position: absolute; top: 0px; left: 25px; width: 910px; height: 45px; background: transparent url(../images/nav_bar_center.png) repeat-x top left} +#nav_bar_right {position: absolute; top: 0px; right: 0px; width: 25px; height: 45px; background: transparent url(../images/nav_bar_right.png) no-repeat top right} +.nav_button, .nav_active, .first_nav_button { display: block; position: relative; height: 35px; padding: 10px 20px 0; margin: 0 2px 0 0; color: #777; font-size: 20px; font-weight: 700; text-align: center; background: transparent url(../images/nav_button_active.png) no-repeat top left; cursor: pointer; float: left; display: block} +.nav_button:hover, .nav_active:hover, .first_nav_button:hover {color: #555; background: transparent url(../images/nav_button_hover.png) no-repeat top left} +.first_nav_button {margin-left: 20px} + +#main_container {position: relative; top: 20px; width: 974px; margin: 0px auto} +#welcome_wrapper {position: relative; width: 100%; height: 220px} +#welcome_message {position: absolute; top: 0px; left: 0px; width: 645px; height: 210px; background: transparent url(../images/welcome_msg.gif) no-repeat top left} +#login_box {position: absolute; top: 0px; right: 0px; width: 318px; height: 158px; background-color: #FFE4B4; border: solid 1px #FFBF79} +#welcome_helper {position: absolute; top: 100px; left: 575px; width: 120px; height: 110px; background: transparent url(../images/friendly_helper.png)} + +.featured_item {position: relative; margin-bottom: 12px; width: 100%; height: 200px} +.featured_image {position: absolute; top: 0px; left: 0px; width: 300px; height: 100%; background-color: #EEE; border: solid 1px #CCC} +.featured_copy {position: absolute; top: 0px; right: 0px; width: 620px; height: 130px; padding: 35px 20px; text-align: left; font-weight: 700; font-size: 16pt; color: #333; border: solid 1px #CCC; overflow: auto} + +#footer {position: absolute; bottom: 0px; left: 0px; width: 100%; height: 47px; padding-top: 23px; color: #FFF; font-weight: 700; font-size: 18px; text-align: center; background-color: #F47504} + +.nav_button a:link {text-decoration: none; color: #777; font-weight: 700} +.nav_button a:visited {text-decoration: none; color: #777; font-weight: 700} +.nav_button a:hover {text-decoration: none; color: #555; font-weight: 700} +.nav_button a:active {text-decoration: none; color: #777; font-weight: 700} + +a:link {text-decoration: none; color: #FE8600; font-weight: 700} +a:visited {text-decoration: none; color: #FE8600; font-weight: 700} +a:hover {text-decoration: none; color: #F03900; font-weight: 700} +a:active {text-decoration: none; color: #FE8600; font-weight: 700} + +/*body { margin: 0; padding: 0; @@ -226,4 +266,4 @@ div.search-form .operations li a:hover { background: #80CFFF; -} \ No newline at end of file +}*/ diff --git a/images/challenge_flag.png b/images/challenge_flag.png new file mode 100644 index 0000000..86aaa17 Binary files /dev/null and b/images/challenge_flag.png differ diff --git a/images/checkmark.png b/images/checkmark.png new file mode 100644 index 0000000..45ae531 Binary files /dev/null and b/images/checkmark.png differ diff --git a/images/coins.png b/images/coins.png new file mode 100644 index 0000000..3b34271 Binary files /dev/null and b/images/coins.png differ diff --git a/images/friendly_helper.png b/images/friendly_helper.png new file mode 100644 index 0000000..f90b9a5 Binary files /dev/null and b/images/friendly_helper.png differ diff --git a/images/header_bg.jpg b/images/header_bg.jpg new file mode 100644 index 0000000..f5a659d Binary files /dev/null and b/images/header_bg.jpg differ diff --git a/images/header_left.jpg b/images/header_left.jpg new file mode 100644 index 0000000..0baefae Binary files /dev/null and b/images/header_left.jpg differ diff --git a/images/header_right.jpg b/images/header_right.jpg new file mode 100644 index 0000000..73a7b1f Binary files /dev/null and b/images/header_right.jpg differ diff --git a/images/nav_bar_center.png b/images/nav_bar_center.png new file mode 100644 index 0000000..fa280db Binary files /dev/null and b/images/nav_bar_center.png differ diff --git a/images/nav_bar_left.png b/images/nav_bar_left.png new file mode 100644 index 0000000..06422f2 Binary files /dev/null and b/images/nav_bar_left.png differ diff --git a/images/nav_bar_right.png b/images/nav_bar_right.png new file mode 100644 index 0000000..0a9a8c3 Binary files /dev/null and b/images/nav_bar_right.png differ diff --git a/images/nav_button_active.png b/images/nav_button_active.png new file mode 100644 index 0000000..8ff1557 Binary files /dev/null and b/images/nav_button_active.png differ diff --git a/images/nav_button_hover.png b/images/nav_button_hover.png new file mode 100644 index 0000000..550cb1e Binary files /dev/null and b/images/nav_button_hover.png differ diff --git a/images/progress_bar_bg.png b/images/progress_bar_bg.png new file mode 100644 index 0000000..5f586bc Binary files /dev/null and b/images/progress_bar_bg.png differ diff --git a/images/progress_bar_filler_center.png b/images/progress_bar_filler_center.png new file mode 100644 index 0000000..ffd4d91 Binary files /dev/null and b/images/progress_bar_filler_center.png differ diff --git a/images/progress_bar_filler_left.png b/images/progress_bar_filler_left.png new file mode 100644 index 0000000..acb8899 Binary files /dev/null and b/images/progress_bar_filler_left.png differ diff --git a/images/progress_bar_filler_right.png b/images/progress_bar_filler_right.png new file mode 100644 index 0000000..2b54fc2 Binary files /dev/null and b/images/progress_bar_filler_right.png differ diff --git a/images/welcome_msg.gif b/images/welcome_msg.gif new file mode 100644 index 0000000..baf1f00 Binary files /dev/null and b/images/welcome_msg.gif differ diff --git a/protected/DEV/swomaha.sql b/protected/DEV/swomaha.sql index 9c91658..ba80396 100644 --- a/protected/DEV/swomaha.sql +++ b/protected/DEV/swomaha.sql @@ -3,7 +3,7 @@ -- http://www.phpmyadmin.net -- -- Host: localhost --- Generation Time: Sep 18, 2011 at 01:36 AM +-- Generation Time: Sep 18, 2011 at 03:02 AM -- Server version: 5.1.53 -- PHP Version: 5.3.4 @@ -66,7 +66,7 @@ CREATE TABLE IF NOT EXISTS `app` ( -- INSERT INTO `app` (`id`, `name`, `image`) VALUES -(1, 'Solar System', NULL); +(1, 'Solar System', '/images/challenges/solarsystem.jpg'); -- -------------------------------------------------------- @@ -295,7 +295,7 @@ CREATE TABLE IF NOT EXISTS `student_answer` ( KEY `fk_student_answer_student1` (`student_id`), KEY `fk_student_answer_assessment1` (`assessment_id`), KEY `fk_student_answer_assessment_question1` (`assessment_question_id`) -) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=7 ; +) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Dumping data for table `student_answer` diff --git a/protected/controllers/AppController.php b/protected/controllers/AppController.php index 06f37b7..9f9d558 100644 --- a/protected/controllers/AppController.php +++ b/protected/controllers/AppController.php @@ -2,7 +2,7 @@ class AppController extends Controller { - public $layout='teacher'; + public $layout='main'; private $_model; public function filters() diff --git a/protected/controllers/AssessmentController.php b/protected/controllers/AssessmentController.php index 8dd4047..e3931a8 100644 --- a/protected/controllers/AssessmentController.php +++ b/protected/controllers/AssessmentController.php @@ -2,7 +2,7 @@ class AssessmentController extends Controller { - public $layout='teacher'; + public $layout='main'; private $_model; public function filters() @@ -38,27 +38,27 @@ public function actionView() { $models['Assessment'] = $this->loadModel(); $models['AssessmentQuestion'] = AssessmentQuestion::model()->findAllByAttributes(array('assessment_id'=>$_GET['id'])); $models['AssessmentFreeform'] = AssessmentFreeform::model()->findAllByAttributes(array('assessment_id'=>$_GET['id'])); - + $this->render('view',array( 'model'=>$models )); } - + public function actionFreeFormView() { $this->render('freeFormView',array( 'model'=>$this->loadModel() )); } - + public function actionAddFreeform() { $assessment = Assessment::model()->findbyPk($_GET['id']); $freeform=new AssessmentFreeform; $freeform->attributes = $_POST['AssessmentFreeform']; - + if(isset($_POST['AssessmentFreeform']) && isset($_SESSION['assessment_id'])) { - + $criteria = $_POST['Criteria']; - + $freeform->assessment_id = $_SESSION['assessment_id']; // Save questions @@ -79,23 +79,23 @@ public function actionAddFreeform() { } } } - + $_SESSION['assessment_id'] = $assessment->id; $this->render('addFreeForm',array( 'model'=>$freeform )); } - + public function actionAddMultipleChoice() { $assessment = Assessment::model()->findbyPk($_GET['id']); $question=new AssessmentQuestion; $question->attributes = $_POST['AssessmentQuestion']; - + if(isset($_POST['AssessmentQuestion']) && isset($_SESSION['assessment_id'])) { - + $answers = $_POST['Answer']; - + $question->assessment_id = $_SESSION['assessment_id']; // Save questions @@ -116,7 +116,7 @@ public function actionAddMultipleChoice() { } } } - + $_SESSION['assessment_id'] = $assessment->id; $this->render('addMultipleChoice',array( diff --git a/protected/controllers/ChallengeController.php b/protected/controllers/ChallengeController.php index bda5e73..96ed096 100644 --- a/protected/controllers/ChallengeController.php +++ b/protected/controllers/ChallengeController.php @@ -2,7 +2,7 @@ class ChallengeController extends Controller { - public $layout='teacher'; + public $layout='main'; private $_model; public function filters() diff --git a/protected/controllers/StudentController.php b/protected/controllers/StudentController.php index b942ad9..7811c08 100644 --- a/protected/controllers/StudentController.php +++ b/protected/controllers/StudentController.php @@ -2,7 +2,7 @@ class StudentController extends Controller { - public $layout='student'; + public $layout='main'; private $_model; public function filters() @@ -39,7 +39,7 @@ public function accessRules() public function init() { - $this->layout = 'student'; + //$this->layout = 'student'; } public function actionView() diff --git a/protected/controllers/TeacherController.php b/protected/controllers/TeacherController.php index ec8ab51..895133d 100644 --- a/protected/controllers/TeacherController.php +++ b/protected/controllers/TeacherController.php @@ -2,7 +2,7 @@ class TeacherController extends Controller { - public $layout='teacher'; + public $layout='main'; private $_model; public function filters() @@ -49,14 +49,6 @@ public function actionCreate() $model=new Teacher; $user=new User; - foreach($_POST as $key => $value) { - if(is_array($value)) - $_SESSION[$key] = $value; - } - - if(isset($_SESSION['Teacher'])) - $model->attributes = $_SESSION['Teacher']; - $this->performAjaxValidation($model); if(isset($_POST['Teacher'])) @@ -69,7 +61,6 @@ public function actionCreate() $model->groups = $_POST['Teacher']['Group']; if($model->save()) { - unset($_SESSION['Teacher']); $this->redirect(array('view','id'=>$model->id)); } @@ -190,4 +181,13 @@ public function actionLogin() // display the login form $this->render('login',array('model'=>$model)); } + + public function actionGames() + { + $this->menu = array(); + $dataProvider=new CActiveDataProvider('App'); + $this->render('games',array( + 'dataProvider'=>$dataProvider, + )); + } } diff --git a/protected/controllers/UserController.php b/protected/controllers/UserController.php index e8047b1..3abf563 100644 --- a/protected/controllers/UserController.php +++ b/protected/controllers/UserController.php @@ -2,7 +2,7 @@ class UserController extends Controller { - public $layout='teacher'; + public $layout='main'; private $_model; public function filters() diff --git a/protected/runtime/.gitignore b/protected/runtime/.gitignore new file mode 100644 index 0000000..13e4d83 --- /dev/null +++ b/protected/runtime/.gitignore @@ -0,0 +1 @@ +[^.]* diff --git a/protected/runtime/application.log b/protected/runtime/application.log deleted file mode 100644 index 40dee21..0000000 --- a/protected/runtime/application.log +++ /dev/null @@ -1,3047 +0,0 @@ -2011/09/17 20:59:05 [error] [exception.CDbException] exception 'CDbException' with message 'CDbConnection failed to open the DB connection: SQLSTATE[28000] [1045] Access denied for user 'swomaha'@'localhost' (using password: YES)' in /www/yii-1.1.8/framework/db/CDbConnection.php:364 -Stack trace: -#0 /www/yii-1.1.8/framework/db/CDbConnection.php(313): CDbConnection->open() -#1 /www/yii-1.1.8/framework/db/CDbConnection.php(291): CDbConnection->setActive(true) -#2 /www/yii-1.1.8/framework/base/CModule.php(372): CDbConnection->init() -#3 /www/yii-1.1.8/framework/base/CApplication.php(429): CModule->getComponent('db') -#4 /www/yii-1.1.8/framework/db/ar/CActiveRecord.php(609): CApplication->getDb() -#5 /www/yii-1.1.8/framework/db/ar/CActiveRecord.php(2275): CActiveRecord->getDbConnection() -#6 /www/yii-1.1.8/framework/db/ar/CActiveRecord.php(372): CActiveRecordMetaData->__construct(Object(App)) -#7 /www/yii-1.1.8/framework/web/CActiveDataProvider.php(72): CActiveRecord::model('App') -#8 /www/swomaha/protected/controllers/AppController.php(116): CActiveDataProvider->__construct('App') -#9 /www/yii-1.1.8/framework/web/actions/CInlineAction.php(50): AppController->actionIndex() -#10 /www/yii-1.1.8/framework/web/CController.php(300): CInlineAction->runWithParams(Array) -#11 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(134): CController->runAction(Object(CInlineAction)) -#12 /www/yii-1.1.8/framework/web/filters/CFilter.php(41): CFilterChain->run() -#13 /www/yii-1.1.8/framework/web/CController.php(1144): CFilter->filter(Object(CFilterChain)) -#14 /www/yii-1.1.8/framework/web/filters/CInlineFilter.php(59): CController->filterAccessControl(Object(CFilterChain)) -#15 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(131): CInlineFilter->filter(Object(CFilterChain)) -#16 /www/yii-1.1.8/framework/web/CController.php(283): CFilterChain->run() -#17 /www/yii-1.1.8/framework/web/CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#18 /www/yii-1.1.8/framework/web/CWebApplication.php(277): CController->run('') -#19 /www/yii-1.1.8/framework/web/CWebApplication.php(136): CWebApplication->runController('app') -#20 /www/yii-1.1.8/framework/base/CApplication.php(158): CWebApplication->processRequest() -#21 /www/swomaha/index.php(13): CApplication->run() -#22 {main} REQUEST_URI=/app -2011/09/17 20:59:44 [error] [exception.CDbException] exception 'CDbException' with message 'CDbConnection failed to open the DB connection: SQLSTATE[28000] [1045] Access denied for user 'swomaha'@'localhost' (using password: YES)' in /www/yii-1.1.8/framework/db/CDbConnection.php:364 -Stack trace: -#0 /www/yii-1.1.8/framework/db/CDbConnection.php(313): CDbConnection->open() -#1 /www/yii-1.1.8/framework/db/CDbConnection.php(291): CDbConnection->setActive(true) -#2 /www/yii-1.1.8/framework/base/CModule.php(372): CDbConnection->init() -#3 /www/yii-1.1.8/framework/base/CApplication.php(429): CModule->getComponent('db') -#4 /www/yii-1.1.8/framework/db/ar/CActiveRecord.php(609): CApplication->getDb() -#5 /www/yii-1.1.8/framework/db/ar/CActiveRecord.php(2275): CActiveRecord->getDbConnection() -#6 /www/yii-1.1.8/framework/db/ar/CActiveRecord.php(372): CActiveRecordMetaData->__construct(Object(App)) -#7 /www/yii-1.1.8/framework/web/CActiveDataProvider.php(72): CActiveRecord::model('App') -#8 /www/swomaha/protected/controllers/AppController.php(116): CActiveDataProvider->__construct('App') -#9 /www/yii-1.1.8/framework/web/actions/CInlineAction.php(50): AppController->actionIndex() -#10 /www/yii-1.1.8/framework/web/CController.php(300): CInlineAction->runWithParams(Array) -#11 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(134): CController->runAction(Object(CInlineAction)) -#12 /www/yii-1.1.8/framework/web/filters/CFilter.php(41): CFilterChain->run() -#13 /www/yii-1.1.8/framework/web/CController.php(1144): CFilter->filter(Object(CFilterChain)) -#14 /www/yii-1.1.8/framework/web/filters/CInlineFilter.php(59): CController->filterAccessControl(Object(CFilterChain)) -#15 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(131): CInlineFilter->filter(Object(CFilterChain)) -#16 /www/yii-1.1.8/framework/web/CController.php(283): CFilterChain->run() -#17 /www/yii-1.1.8/framework/web/CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#18 /www/yii-1.1.8/framework/web/CWebApplication.php(277): CController->run('') -#19 /www/yii-1.1.8/framework/web/CWebApplication.php(136): CWebApplication->runController('app') -#20 /www/yii-1.1.8/framework/base/CApplication.php(158): CWebApplication->processRequest() -#21 /www/swomaha/index.php(13): CApplication->run() -#22 {main} REQUEST_URI=/app -2011/09/17 20:59:45 [error] [exception.CDbException] exception 'CDbException' with message 'CDbConnection failed to open the DB connection: SQLSTATE[28000] [1045] Access denied for user 'swomaha'@'localhost' (using password: YES)' in /www/yii-1.1.8/framework/db/CDbConnection.php:364 -Stack trace: -#0 /www/yii-1.1.8/framework/db/CDbConnection.php(313): CDbConnection->open() -#1 /www/yii-1.1.8/framework/db/CDbConnection.php(291): CDbConnection->setActive(true) -#2 /www/yii-1.1.8/framework/base/CModule.php(372): CDbConnection->init() -#3 /www/yii-1.1.8/framework/base/CApplication.php(429): CModule->getComponent('db') -#4 /www/yii-1.1.8/framework/db/ar/CActiveRecord.php(609): CApplication->getDb() -#5 /www/yii-1.1.8/framework/db/ar/CActiveRecord.php(2275): CActiveRecord->getDbConnection() -#6 /www/yii-1.1.8/framework/db/ar/CActiveRecord.php(372): CActiveRecordMetaData->__construct(Object(App)) -#7 /www/yii-1.1.8/framework/web/CActiveDataProvider.php(72): CActiveRecord::model('App') -#8 /www/swomaha/protected/controllers/AppController.php(116): CActiveDataProvider->__construct('App') -#9 /www/yii-1.1.8/framework/web/actions/CInlineAction.php(50): AppController->actionIndex() -#10 /www/yii-1.1.8/framework/web/CController.php(300): CInlineAction->runWithParams(Array) -#11 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(134): CController->runAction(Object(CInlineAction)) -#12 /www/yii-1.1.8/framework/web/filters/CFilter.php(41): CFilterChain->run() -#13 /www/yii-1.1.8/framework/web/CController.php(1144): CFilter->filter(Object(CFilterChain)) -#14 /www/yii-1.1.8/framework/web/filters/CInlineFilter.php(59): CController->filterAccessControl(Object(CFilterChain)) -#15 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(131): CInlineFilter->filter(Object(CFilterChain)) -#16 /www/yii-1.1.8/framework/web/CController.php(283): CFilterChain->run() -#17 /www/yii-1.1.8/framework/web/CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#18 /www/yii-1.1.8/framework/web/CWebApplication.php(277): CController->run('') -#19 /www/yii-1.1.8/framework/web/CWebApplication.php(136): CWebApplication->runController('app') -#20 /www/yii-1.1.8/framework/base/CApplication.php(158): CWebApplication->processRequest() -#21 /www/swomaha/index.php(13): CApplication->run() -#22 {main} REQUEST_URI=/app -2011/09/17 20:59:54 [error] [exception.CDbException] exception 'CDbException' with message 'CDbConnection failed to open the DB connection: SQLSTATE[28000] [1045] Access denied for user 'swomaha'@'localhost' (using password: YES)' in /www/yii-1.1.8/framework/db/CDbConnection.php:364 -Stack trace: -#0 /www/yii-1.1.8/framework/db/CDbConnection.php(313): CDbConnection->open() -#1 /www/yii-1.1.8/framework/db/CDbConnection.php(291): CDbConnection->setActive(true) -#2 /www/yii-1.1.8/framework/base/CModule.php(372): CDbConnection->init() -#3 /www/yii-1.1.8/framework/base/CApplication.php(429): CModule->getComponent('db') -#4 /www/yii-1.1.8/framework/db/ar/CActiveRecord.php(609): CApplication->getDb() -#5 /www/yii-1.1.8/framework/db/ar/CActiveRecord.php(2275): CActiveRecord->getDbConnection() -#6 /www/yii-1.1.8/framework/db/ar/CActiveRecord.php(372): CActiveRecordMetaData->__construct(Object(App)) -#7 /www/yii-1.1.8/framework/web/CActiveDataProvider.php(72): CActiveRecord::model('App') -#8 /www/swomaha/protected/controllers/AppController.php(116): CActiveDataProvider->__construct('App') -#9 /www/yii-1.1.8/framework/web/actions/CInlineAction.php(50): AppController->actionIndex() -#10 /www/yii-1.1.8/framework/web/CController.php(300): CInlineAction->runWithParams(Array) -#11 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(134): CController->runAction(Object(CInlineAction)) -#12 /www/yii-1.1.8/framework/web/filters/CFilter.php(41): CFilterChain->run() -#13 /www/yii-1.1.8/framework/web/CController.php(1144): CFilter->filter(Object(CFilterChain)) -#14 /www/yii-1.1.8/framework/web/filters/CInlineFilter.php(59): CController->filterAccessControl(Object(CFilterChain)) -#15 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(131): CInlineFilter->filter(Object(CFilterChain)) -#16 /www/yii-1.1.8/framework/web/CController.php(283): CFilterChain->run() -#17 /www/yii-1.1.8/framework/web/CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#18 /www/yii-1.1.8/framework/web/CWebApplication.php(277): CController->run('') -#19 /www/yii-1.1.8/framework/web/CWebApplication.php(136): CWebApplication->runController('app') -#20 /www/yii-1.1.8/framework/base/CApplication.php(158): CWebApplication->processRequest() -#21 /www/swomaha/index.php(13): CApplication->run() -#22 {main} REQUEST_URI=/app -2011/09/17 20:59:55 [error] [exception.CDbException] exception 'CDbException' with message 'CDbConnection failed to open the DB connection: SQLSTATE[28000] [1045] Access denied for user 'swomaha'@'localhost' (using password: YES)' in /www/yii-1.1.8/framework/db/CDbConnection.php:364 -Stack trace: -#0 /www/yii-1.1.8/framework/db/CDbConnection.php(313): CDbConnection->open() -#1 /www/yii-1.1.8/framework/db/CDbConnection.php(291): CDbConnection->setActive(true) -#2 /www/yii-1.1.8/framework/base/CModule.php(372): CDbConnection->init() -#3 /www/yii-1.1.8/framework/base/CApplication.php(429): CModule->getComponent('db') -#4 /www/yii-1.1.8/framework/db/ar/CActiveRecord.php(609): CApplication->getDb() -#5 /www/yii-1.1.8/framework/db/ar/CActiveRecord.php(2275): CActiveRecord->getDbConnection() -#6 /www/yii-1.1.8/framework/db/ar/CActiveRecord.php(372): CActiveRecordMetaData->__construct(Object(App)) -#7 /www/yii-1.1.8/framework/web/CActiveDataProvider.php(72): CActiveRecord::model('App') -#8 /www/swomaha/protected/controllers/AppController.php(116): CActiveDataProvider->__construct('App') -#9 /www/yii-1.1.8/framework/web/actions/CInlineAction.php(50): AppController->actionIndex() -#10 /www/yii-1.1.8/framework/web/CController.php(300): CInlineAction->runWithParams(Array) -#11 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(134): CController->runAction(Object(CInlineAction)) -#12 /www/yii-1.1.8/framework/web/filters/CFilter.php(41): CFilterChain->run() -#13 /www/yii-1.1.8/framework/web/CController.php(1144): CFilter->filter(Object(CFilterChain)) -#14 /www/yii-1.1.8/framework/web/filters/CInlineFilter.php(59): CController->filterAccessControl(Object(CFilterChain)) -#15 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(131): CInlineFilter->filter(Object(CFilterChain)) -#16 /www/yii-1.1.8/framework/web/CController.php(283): CFilterChain->run() -#17 /www/yii-1.1.8/framework/web/CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#18 /www/yii-1.1.8/framework/web/CWebApplication.php(277): CController->run('') -#19 /www/yii-1.1.8/framework/web/CWebApplication.php(136): CWebApplication->runController('app') -#20 /www/yii-1.1.8/framework/base/CApplication.php(158): CWebApplication->processRequest() -#21 /www/swomaha/index.php(13): CApplication->run() -#22 {main} REQUEST_URI=/app -2011/09/17 20:59:55 [error] [exception.CDbException] exception 'CDbException' with message 'CDbConnection failed to open the DB connection: SQLSTATE[28000] [1045] Access denied for user 'swomaha'@'localhost' (using password: YES)' in /www/yii-1.1.8/framework/db/CDbConnection.php:364 -Stack trace: -#0 /www/yii-1.1.8/framework/db/CDbConnection.php(313): CDbConnection->open() -#1 /www/yii-1.1.8/framework/db/CDbConnection.php(291): CDbConnection->setActive(true) -#2 /www/yii-1.1.8/framework/base/CModule.php(372): CDbConnection->init() -#3 /www/yii-1.1.8/framework/base/CApplication.php(429): CModule->getComponent('db') -#4 /www/yii-1.1.8/framework/db/ar/CActiveRecord.php(609): CApplication->getDb() -#5 /www/yii-1.1.8/framework/db/ar/CActiveRecord.php(2275): CActiveRecord->getDbConnection() -#6 /www/yii-1.1.8/framework/db/ar/CActiveRecord.php(372): CActiveRecordMetaData->__construct(Object(App)) -#7 /www/yii-1.1.8/framework/web/CActiveDataProvider.php(72): CActiveRecord::model('App') -#8 /www/swomaha/protected/controllers/AppController.php(116): CActiveDataProvider->__construct('App') -#9 /www/yii-1.1.8/framework/web/actions/CInlineAction.php(50): AppController->actionIndex() -#10 /www/yii-1.1.8/framework/web/CController.php(300): CInlineAction->runWithParams(Array) -#11 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(134): CController->runAction(Object(CInlineAction)) -#12 /www/yii-1.1.8/framework/web/filters/CFilter.php(41): CFilterChain->run() -#13 /www/yii-1.1.8/framework/web/CController.php(1144): CFilter->filter(Object(CFilterChain)) -#14 /www/yii-1.1.8/framework/web/filters/CInlineFilter.php(59): CController->filterAccessControl(Object(CFilterChain)) -#15 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(131): CInlineFilter->filter(Object(CFilterChain)) -#16 /www/yii-1.1.8/framework/web/CController.php(283): CFilterChain->run() -#17 /www/yii-1.1.8/framework/web/CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#18 /www/yii-1.1.8/framework/web/CWebApplication.php(277): CController->run('') -#19 /www/yii-1.1.8/framework/web/CWebApplication.php(136): CWebApplication->runController('app') -#20 /www/yii-1.1.8/framework/base/CApplication.php(158): CWebApplication->processRequest() -#21 /www/swomaha/index.php(13): CApplication->run() -#22 {main} REQUEST_URI=/app -2011/09/17 20:59:55 [error] [exception.CDbException] exception 'CDbException' with message 'CDbConnection failed to open the DB connection: SQLSTATE[28000] [1045] Access denied for user 'swomaha'@'localhost' (using password: YES)' in /www/yii-1.1.8/framework/db/CDbConnection.php:364 -Stack trace: -#0 /www/yii-1.1.8/framework/db/CDbConnection.php(313): CDbConnection->open() -#1 /www/yii-1.1.8/framework/db/CDbConnection.php(291): CDbConnection->setActive(true) -#2 /www/yii-1.1.8/framework/base/CModule.php(372): CDbConnection->init() -#3 /www/yii-1.1.8/framework/base/CApplication.php(429): CModule->getComponent('db') -#4 /www/yii-1.1.8/framework/db/ar/CActiveRecord.php(609): CApplication->getDb() -#5 /www/yii-1.1.8/framework/db/ar/CActiveRecord.php(2275): CActiveRecord->getDbConnection() -#6 /www/yii-1.1.8/framework/db/ar/CActiveRecord.php(372): CActiveRecordMetaData->__construct(Object(App)) -#7 /www/yii-1.1.8/framework/web/CActiveDataProvider.php(72): CActiveRecord::model('App') -#8 /www/swomaha/protected/controllers/AppController.php(116): CActiveDataProvider->__construct('App') -#9 /www/yii-1.1.8/framework/web/actions/CInlineAction.php(50): AppController->actionIndex() -#10 /www/yii-1.1.8/framework/web/CController.php(300): CInlineAction->runWithParams(Array) -#11 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(134): CController->runAction(Object(CInlineAction)) -#12 /www/yii-1.1.8/framework/web/filters/CFilter.php(41): CFilterChain->run() -#13 /www/yii-1.1.8/framework/web/CController.php(1144): CFilter->filter(Object(CFilterChain)) -#14 /www/yii-1.1.8/framework/web/filters/CInlineFilter.php(59): CController->filterAccessControl(Object(CFilterChain)) -#15 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(131): CInlineFilter->filter(Object(CFilterChain)) -#16 /www/yii-1.1.8/framework/web/CController.php(283): CFilterChain->run() -#17 /www/yii-1.1.8/framework/web/CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#18 /www/yii-1.1.8/framework/web/CWebApplication.php(277): CController->run('') -#19 /www/yii-1.1.8/framework/web/CWebApplication.php(136): CWebApplication->runController('app') -#20 /www/yii-1.1.8/framework/base/CApplication.php(158): CWebApplication->processRequest() -#21 /www/swomaha/index.php(13): CApplication->run() -#22 {main} REQUEST_URI=/app -2011/09/17 20:59:55 [error] [exception.CDbException] exception 'CDbException' with message 'CDbConnection failed to open the DB connection: SQLSTATE[28000] [1045] Access denied for user 'swomaha'@'localhost' (using password: YES)' in /www/yii-1.1.8/framework/db/CDbConnection.php:364 -Stack trace: -#0 /www/yii-1.1.8/framework/db/CDbConnection.php(313): CDbConnection->open() -#1 /www/yii-1.1.8/framework/db/CDbConnection.php(291): CDbConnection->setActive(true) -#2 /www/yii-1.1.8/framework/base/CModule.php(372): CDbConnection->init() -#3 /www/yii-1.1.8/framework/base/CApplication.php(429): CModule->getComponent('db') -#4 /www/yii-1.1.8/framework/db/ar/CActiveRecord.php(609): CApplication->getDb() -#5 /www/yii-1.1.8/framework/db/ar/CActiveRecord.php(2275): CActiveRecord->getDbConnection() -#6 /www/yii-1.1.8/framework/db/ar/CActiveRecord.php(372): CActiveRecordMetaData->__construct(Object(App)) -#7 /www/yii-1.1.8/framework/web/CActiveDataProvider.php(72): CActiveRecord::model('App') -#8 /www/swomaha/protected/controllers/AppController.php(116): CActiveDataProvider->__construct('App') -#9 /www/yii-1.1.8/framework/web/actions/CInlineAction.php(50): AppController->actionIndex() -#10 /www/yii-1.1.8/framework/web/CController.php(300): CInlineAction->runWithParams(Array) -#11 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(134): CController->runAction(Object(CInlineAction)) -#12 /www/yii-1.1.8/framework/web/filters/CFilter.php(41): CFilterChain->run() -#13 /www/yii-1.1.8/framework/web/CController.php(1144): CFilter->filter(Object(CFilterChain)) -#14 /www/yii-1.1.8/framework/web/filters/CInlineFilter.php(59): CController->filterAccessControl(Object(CFilterChain)) -#15 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(131): CInlineFilter->filter(Object(CFilterChain)) -#16 /www/yii-1.1.8/framework/web/CController.php(283): CFilterChain->run() -#17 /www/yii-1.1.8/framework/web/CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#18 /www/yii-1.1.8/framework/web/CWebApplication.php(277): CController->run('') -#19 /www/yii-1.1.8/framework/web/CWebApplication.php(136): CWebApplication->runController('app') -#20 /www/yii-1.1.8/framework/base/CApplication.php(158): CWebApplication->processRequest() -#21 /www/swomaha/index.php(13): CApplication->run() -#22 {main} REQUEST_URI=/app -2011/09/17 20:59:55 [error] [exception.CDbException] exception 'CDbException' with message 'CDbConnection failed to open the DB connection: SQLSTATE[28000] [1045] Access denied for user 'swomaha'@'localhost' (using password: YES)' in /www/yii-1.1.8/framework/db/CDbConnection.php:364 -Stack trace: -#0 /www/yii-1.1.8/framework/db/CDbConnection.php(313): CDbConnection->open() -#1 /www/yii-1.1.8/framework/db/CDbConnection.php(291): CDbConnection->setActive(true) -#2 /www/yii-1.1.8/framework/base/CModule.php(372): CDbConnection->init() -#3 /www/yii-1.1.8/framework/base/CApplication.php(429): CModule->getComponent('db') -#4 /www/yii-1.1.8/framework/db/ar/CActiveRecord.php(609): CApplication->getDb() -#5 /www/yii-1.1.8/framework/db/ar/CActiveRecord.php(2275): CActiveRecord->getDbConnection() -#6 /www/yii-1.1.8/framework/db/ar/CActiveRecord.php(372): CActiveRecordMetaData->__construct(Object(App)) -#7 /www/yii-1.1.8/framework/web/CActiveDataProvider.php(72): CActiveRecord::model('App') -#8 /www/swomaha/protected/controllers/AppController.php(116): CActiveDataProvider->__construct('App') -#9 /www/yii-1.1.8/framework/web/actions/CInlineAction.php(50): AppController->actionIndex() -#10 /www/yii-1.1.8/framework/web/CController.php(300): CInlineAction->runWithParams(Array) -#11 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(134): CController->runAction(Object(CInlineAction)) -#12 /www/yii-1.1.8/framework/web/filters/CFilter.php(41): CFilterChain->run() -#13 /www/yii-1.1.8/framework/web/CController.php(1144): CFilter->filter(Object(CFilterChain)) -#14 /www/yii-1.1.8/framework/web/filters/CInlineFilter.php(59): CController->filterAccessControl(Object(CFilterChain)) -#15 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(131): CInlineFilter->filter(Object(CFilterChain)) -#16 /www/yii-1.1.8/framework/web/CController.php(283): CFilterChain->run() -#17 /www/yii-1.1.8/framework/web/CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#18 /www/yii-1.1.8/framework/web/CWebApplication.php(277): CController->run('') -#19 /www/yii-1.1.8/framework/web/CWebApplication.php(136): CWebApplication->runController('app') -#20 /www/yii-1.1.8/framework/base/CApplication.php(158): CWebApplication->processRequest() -#21 /www/swomaha/index.php(13): CApplication->run() -#22 {main} REQUEST_URI=/app -2011/09/17 20:59:56 [error] [exception.CDbException] exception 'CDbException' with message 'CDbConnection failed to open the DB connection: SQLSTATE[28000] [1045] Access denied for user 'swomaha'@'localhost' (using password: YES)' in /www/yii-1.1.8/framework/db/CDbConnection.php:364 -Stack trace: -#0 /www/yii-1.1.8/framework/db/CDbConnection.php(313): CDbConnection->open() -#1 /www/yii-1.1.8/framework/db/CDbConnection.php(291): CDbConnection->setActive(true) -#2 /www/yii-1.1.8/framework/base/CModule.php(372): CDbConnection->init() -#3 /www/yii-1.1.8/framework/base/CApplication.php(429): CModule->getComponent('db') -#4 /www/yii-1.1.8/framework/db/ar/CActiveRecord.php(609): CApplication->getDb() -#5 /www/yii-1.1.8/framework/db/ar/CActiveRecord.php(2275): CActiveRecord->getDbConnection() -#6 /www/yii-1.1.8/framework/db/ar/CActiveRecord.php(372): CActiveRecordMetaData->__construct(Object(App)) -#7 /www/yii-1.1.8/framework/web/CActiveDataProvider.php(72): CActiveRecord::model('App') -#8 /www/swomaha/protected/controllers/AppController.php(116): CActiveDataProvider->__construct('App') -#9 /www/yii-1.1.8/framework/web/actions/CInlineAction.php(50): AppController->actionIndex() -#10 /www/yii-1.1.8/framework/web/CController.php(300): CInlineAction->runWithParams(Array) -#11 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(134): CController->runAction(Object(CInlineAction)) -#12 /www/yii-1.1.8/framework/web/filters/CFilter.php(41): CFilterChain->run() -#13 /www/yii-1.1.8/framework/web/CController.php(1144): CFilter->filter(Object(CFilterChain)) -#14 /www/yii-1.1.8/framework/web/filters/CInlineFilter.php(59): CController->filterAccessControl(Object(CFilterChain)) -#15 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(131): CInlineFilter->filter(Object(CFilterChain)) -#16 /www/yii-1.1.8/framework/web/CController.php(283): CFilterChain->run() -#17 /www/yii-1.1.8/framework/web/CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#18 /www/yii-1.1.8/framework/web/CWebApplication.php(277): CController->run('') -#19 /www/yii-1.1.8/framework/web/CWebApplication.php(136): CWebApplication->runController('app') -#20 /www/yii-1.1.8/framework/base/CApplication.php(158): CWebApplication->processRequest() -#21 /www/swomaha/index.php(13): CApplication->run() -#22 {main} REQUEST_URI=/app -2011/09/17 20:59:56 [error] [exception.CDbException] exception 'CDbException' with message 'CDbConnection failed to open the DB connection: SQLSTATE[28000] [1045] Access denied for user 'swomaha'@'localhost' (using password: YES)' in /www/yii-1.1.8/framework/db/CDbConnection.php:364 -Stack trace: -#0 /www/yii-1.1.8/framework/db/CDbConnection.php(313): CDbConnection->open() -#1 /www/yii-1.1.8/framework/db/CDbConnection.php(291): CDbConnection->setActive(true) -#2 /www/yii-1.1.8/framework/base/CModule.php(372): CDbConnection->init() -#3 /www/yii-1.1.8/framework/base/CApplication.php(429): CModule->getComponent('db') -#4 /www/yii-1.1.8/framework/db/ar/CActiveRecord.php(609): CApplication->getDb() -#5 /www/yii-1.1.8/framework/db/ar/CActiveRecord.php(2275): CActiveRecord->getDbConnection() -#6 /www/yii-1.1.8/framework/db/ar/CActiveRecord.php(372): CActiveRecordMetaData->__construct(Object(App)) -#7 /www/yii-1.1.8/framework/web/CActiveDataProvider.php(72): CActiveRecord::model('App') -#8 /www/swomaha/protected/controllers/AppController.php(116): CActiveDataProvider->__construct('App') -#9 /www/yii-1.1.8/framework/web/actions/CInlineAction.php(50): AppController->actionIndex() -#10 /www/yii-1.1.8/framework/web/CController.php(300): CInlineAction->runWithParams(Array) -#11 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(134): CController->runAction(Object(CInlineAction)) -#12 /www/yii-1.1.8/framework/web/filters/CFilter.php(41): CFilterChain->run() -#13 /www/yii-1.1.8/framework/web/CController.php(1144): CFilter->filter(Object(CFilterChain)) -#14 /www/yii-1.1.8/framework/web/filters/CInlineFilter.php(59): CController->filterAccessControl(Object(CFilterChain)) -#15 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(131): CInlineFilter->filter(Object(CFilterChain)) -#16 /www/yii-1.1.8/framework/web/CController.php(283): CFilterChain->run() -#17 /www/yii-1.1.8/framework/web/CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#18 /www/yii-1.1.8/framework/web/CWebApplication.php(277): CController->run('') -#19 /www/yii-1.1.8/framework/web/CWebApplication.php(136): CWebApplication->runController('app') -#20 /www/yii-1.1.8/framework/base/CApplication.php(158): CWebApplication->processRequest() -#21 /www/swomaha/index.php(13): CApplication->run() -#22 {main} REQUEST_URI=/app -2011/09/17 20:59:56 [error] [exception.CDbException] exception 'CDbException' with message 'CDbConnection failed to open the DB connection: SQLSTATE[28000] [1045] Access denied for user 'swomaha'@'localhost' (using password: YES)' in /www/yii-1.1.8/framework/db/CDbConnection.php:364 -Stack trace: -#0 /www/yii-1.1.8/framework/db/CDbConnection.php(313): CDbConnection->open() -#1 /www/yii-1.1.8/framework/db/CDbConnection.php(291): CDbConnection->setActive(true) -#2 /www/yii-1.1.8/framework/base/CModule.php(372): CDbConnection->init() -#3 /www/yii-1.1.8/framework/base/CApplication.php(429): CModule->getComponent('db') -#4 /www/yii-1.1.8/framework/db/ar/CActiveRecord.php(609): CApplication->getDb() -#5 /www/yii-1.1.8/framework/db/ar/CActiveRecord.php(2275): CActiveRecord->getDbConnection() -#6 /www/yii-1.1.8/framework/db/ar/CActiveRecord.php(372): CActiveRecordMetaData->__construct(Object(App)) -#7 /www/yii-1.1.8/framework/web/CActiveDataProvider.php(72): CActiveRecord::model('App') -#8 /www/swomaha/protected/controllers/AppController.php(116): CActiveDataProvider->__construct('App') -#9 /www/yii-1.1.8/framework/web/actions/CInlineAction.php(50): AppController->actionIndex() -#10 /www/yii-1.1.8/framework/web/CController.php(300): CInlineAction->runWithParams(Array) -#11 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(134): CController->runAction(Object(CInlineAction)) -#12 /www/yii-1.1.8/framework/web/filters/CFilter.php(41): CFilterChain->run() -#13 /www/yii-1.1.8/framework/web/CController.php(1144): CFilter->filter(Object(CFilterChain)) -#14 /www/yii-1.1.8/framework/web/filters/CInlineFilter.php(59): CController->filterAccessControl(Object(CFilterChain)) -#15 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(131): CInlineFilter->filter(Object(CFilterChain)) -#16 /www/yii-1.1.8/framework/web/CController.php(283): CFilterChain->run() -#17 /www/yii-1.1.8/framework/web/CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#18 /www/yii-1.1.8/framework/web/CWebApplication.php(277): CController->run('') -#19 /www/yii-1.1.8/framework/web/CWebApplication.php(136): CWebApplication->runController('app') -#20 /www/yii-1.1.8/framework/base/CApplication.php(158): CWebApplication->processRequest() -#21 /www/swomaha/index.php(13): CApplication->run() -#22 {main} REQUEST_URI=/app -2011/09/17 21:00:48 [error] [exception.CDbException] exception 'CDbException' with message 'CDbConnection failed to open the DB connection: SQLSTATE[28000] [1045] Access denied for user 'swomaha'@'localhost' (using password: YES)' in /www/yii-1.1.8/framework/db/CDbConnection.php:364 -Stack trace: -#0 /www/yii-1.1.8/framework/db/CDbConnection.php(313): CDbConnection->open() -#1 /www/yii-1.1.8/framework/db/CDbConnection.php(291): CDbConnection->setActive(true) -#2 /www/yii-1.1.8/framework/base/CModule.php(372): CDbConnection->init() -#3 /www/yii-1.1.8/framework/base/CApplication.php(429): CModule->getComponent('db') -#4 /www/yii-1.1.8/framework/db/ar/CActiveRecord.php(609): CApplication->getDb() -#5 /www/yii-1.1.8/framework/db/ar/CActiveRecord.php(2275): CActiveRecord->getDbConnection() -#6 /www/yii-1.1.8/framework/db/ar/CActiveRecord.php(372): CActiveRecordMetaData->__construct(Object(App)) -#7 /www/yii-1.1.8/framework/web/CActiveDataProvider.php(72): CActiveRecord::model('App') -#8 /www/swomaha/protected/controllers/AppController.php(116): CActiveDataProvider->__construct('App') -#9 /www/yii-1.1.8/framework/web/actions/CInlineAction.php(50): AppController->actionIndex() -#10 /www/yii-1.1.8/framework/web/CController.php(300): CInlineAction->runWithParams(Array) -#11 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(134): CController->runAction(Object(CInlineAction)) -#12 /www/yii-1.1.8/framework/web/filters/CFilter.php(41): CFilterChain->run() -#13 /www/yii-1.1.8/framework/web/CController.php(1144): CFilter->filter(Object(CFilterChain)) -#14 /www/yii-1.1.8/framework/web/filters/CInlineFilter.php(59): CController->filterAccessControl(Object(CFilterChain)) -#15 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(131): CInlineFilter->filter(Object(CFilterChain)) -#16 /www/yii-1.1.8/framework/web/CController.php(283): CFilterChain->run() -#17 /www/yii-1.1.8/framework/web/CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#18 /www/yii-1.1.8/framework/web/CWebApplication.php(277): CController->run('') -#19 /www/yii-1.1.8/framework/web/CWebApplication.php(136): CWebApplication->runController('app') -#20 /www/yii-1.1.8/framework/base/CApplication.php(158): CWebApplication->processRequest() -#21 /www/swomaha/index.php(13): CApplication->run() -#22 {main} REQUEST_URI=/app -2011/09/17 21:00:48 [error] [exception.CDbException] exception 'CDbException' with message 'CDbConnection failed to open the DB connection: SQLSTATE[28000] [1045] Access denied for user 'swomaha'@'localhost' (using password: YES)' in /www/yii-1.1.8/framework/db/CDbConnection.php:364 -Stack trace: -#0 /www/yii-1.1.8/framework/db/CDbConnection.php(313): CDbConnection->open() -#1 /www/yii-1.1.8/framework/db/CDbConnection.php(291): CDbConnection->setActive(true) -#2 /www/yii-1.1.8/framework/base/CModule.php(372): CDbConnection->init() -#3 /www/yii-1.1.8/framework/base/CApplication.php(429): CModule->getComponent('db') -#4 /www/yii-1.1.8/framework/db/ar/CActiveRecord.php(609): CApplication->getDb() -#5 /www/yii-1.1.8/framework/db/ar/CActiveRecord.php(2275): CActiveRecord->getDbConnection() -#6 /www/yii-1.1.8/framework/db/ar/CActiveRecord.php(372): CActiveRecordMetaData->__construct(Object(App)) -#7 /www/yii-1.1.8/framework/web/CActiveDataProvider.php(72): CActiveRecord::model('App') -#8 /www/swomaha/protected/controllers/AppController.php(116): CActiveDataProvider->__construct('App') -#9 /www/yii-1.1.8/framework/web/actions/CInlineAction.php(50): AppController->actionIndex() -#10 /www/yii-1.1.8/framework/web/CController.php(300): CInlineAction->runWithParams(Array) -#11 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(134): CController->runAction(Object(CInlineAction)) -#12 /www/yii-1.1.8/framework/web/filters/CFilter.php(41): CFilterChain->run() -#13 /www/yii-1.1.8/framework/web/CController.php(1144): CFilter->filter(Object(CFilterChain)) -#14 /www/yii-1.1.8/framework/web/filters/CInlineFilter.php(59): CController->filterAccessControl(Object(CFilterChain)) -#15 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(131): CInlineFilter->filter(Object(CFilterChain)) -#16 /www/yii-1.1.8/framework/web/CController.php(283): CFilterChain->run() -#17 /www/yii-1.1.8/framework/web/CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#18 /www/yii-1.1.8/framework/web/CWebApplication.php(277): CController->run('') -#19 /www/yii-1.1.8/framework/web/CWebApplication.php(136): CWebApplication->runController('app') -#20 /www/yii-1.1.8/framework/base/CApplication.php(158): CWebApplication->processRequest() -#21 /www/swomaha/index.php(13): CApplication->run() -#22 {main} REQUEST_URI=/app -2011/09/17 21:00:48 [error] [exception.CDbException] exception 'CDbException' with message 'CDbConnection failed to open the DB connection: SQLSTATE[28000] [1045] Access denied for user 'swomaha'@'localhost' (using password: YES)' in /www/yii-1.1.8/framework/db/CDbConnection.php:364 -Stack trace: -#0 /www/yii-1.1.8/framework/db/CDbConnection.php(313): CDbConnection->open() -#1 /www/yii-1.1.8/framework/db/CDbConnection.php(291): CDbConnection->setActive(true) -#2 /www/yii-1.1.8/framework/base/CModule.php(372): CDbConnection->init() -#3 /www/yii-1.1.8/framework/base/CApplication.php(429): CModule->getComponent('db') -#4 /www/yii-1.1.8/framework/db/ar/CActiveRecord.php(609): CApplication->getDb() -#5 /www/yii-1.1.8/framework/db/ar/CActiveRecord.php(2275): CActiveRecord->getDbConnection() -#6 /www/yii-1.1.8/framework/db/ar/CActiveRecord.php(372): CActiveRecordMetaData->__construct(Object(App)) -#7 /www/yii-1.1.8/framework/web/CActiveDataProvider.php(72): CActiveRecord::model('App') -#8 /www/swomaha/protected/controllers/AppController.php(116): CActiveDataProvider->__construct('App') -#9 /www/yii-1.1.8/framework/web/actions/CInlineAction.php(50): AppController->actionIndex() -#10 /www/yii-1.1.8/framework/web/CController.php(300): CInlineAction->runWithParams(Array) -#11 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(134): CController->runAction(Object(CInlineAction)) -#12 /www/yii-1.1.8/framework/web/filters/CFilter.php(41): CFilterChain->run() -#13 /www/yii-1.1.8/framework/web/CController.php(1144): CFilter->filter(Object(CFilterChain)) -#14 /www/yii-1.1.8/framework/web/filters/CInlineFilter.php(59): CController->filterAccessControl(Object(CFilterChain)) -#15 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(131): CInlineFilter->filter(Object(CFilterChain)) -#16 /www/yii-1.1.8/framework/web/CController.php(283): CFilterChain->run() -#17 /www/yii-1.1.8/framework/web/CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#18 /www/yii-1.1.8/framework/web/CWebApplication.php(277): CController->run('') -#19 /www/yii-1.1.8/framework/web/CWebApplication.php(136): CWebApplication->runController('app') -#20 /www/yii-1.1.8/framework/base/CApplication.php(158): CWebApplication->processRequest() -#21 /www/swomaha/index.php(13): CApplication->run() -#22 {main} REQUEST_URI=/app -2011/09/17 21:00:49 [error] [exception.CDbException] exception 'CDbException' with message 'CDbConnection failed to open the DB connection: SQLSTATE[28000] [1045] Access denied for user 'swomaha'@'localhost' (using password: YES)' in /www/yii-1.1.8/framework/db/CDbConnection.php:364 -Stack trace: -#0 /www/yii-1.1.8/framework/db/CDbConnection.php(313): CDbConnection->open() -#1 /www/yii-1.1.8/framework/db/CDbConnection.php(291): CDbConnection->setActive(true) -#2 /www/yii-1.1.8/framework/base/CModule.php(372): CDbConnection->init() -#3 /www/yii-1.1.8/framework/base/CApplication.php(429): CModule->getComponent('db') -#4 /www/yii-1.1.8/framework/db/ar/CActiveRecord.php(609): CApplication->getDb() -#5 /www/yii-1.1.8/framework/db/ar/CActiveRecord.php(2275): CActiveRecord->getDbConnection() -#6 /www/yii-1.1.8/framework/db/ar/CActiveRecord.php(372): CActiveRecordMetaData->__construct(Object(App)) -#7 /www/yii-1.1.8/framework/web/CActiveDataProvider.php(72): CActiveRecord::model('App') -#8 /www/swomaha/protected/controllers/AppController.php(116): CActiveDataProvider->__construct('App') -#9 /www/yii-1.1.8/framework/web/actions/CInlineAction.php(50): AppController->actionIndex() -#10 /www/yii-1.1.8/framework/web/CController.php(300): CInlineAction->runWithParams(Array) -#11 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(134): CController->runAction(Object(CInlineAction)) -#12 /www/yii-1.1.8/framework/web/filters/CFilter.php(41): CFilterChain->run() -#13 /www/yii-1.1.8/framework/web/CController.php(1144): CFilter->filter(Object(CFilterChain)) -#14 /www/yii-1.1.8/framework/web/filters/CInlineFilter.php(59): CController->filterAccessControl(Object(CFilterChain)) -#15 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(131): CInlineFilter->filter(Object(CFilterChain)) -#16 /www/yii-1.1.8/framework/web/CController.php(283): CFilterChain->run() -#17 /www/yii-1.1.8/framework/web/CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#18 /www/yii-1.1.8/framework/web/CWebApplication.php(277): CController->run('') -#19 /www/yii-1.1.8/framework/web/CWebApplication.php(136): CWebApplication->runController('app') -#20 /www/yii-1.1.8/framework/base/CApplication.php(158): CWebApplication->processRequest() -#21 /www/swomaha/index.php(13): CApplication->run() -#22 {main} REQUEST_URI=/app -2011/09/17 21:16:46 [error] [exception.CException] exception 'CException' with message 'Property "App.user" is not defined.' in /www/yii-1.1.8/framework/base/CComponent.php:131 -Stack trace: -#0 /www/yii-1.1.8/framework/db/ar/CActiveRecord.php(129): CComponent->__get('user') -#1 /www/yii-1.1.8/framework/web/helpers/CHtml.php(1711): CActiveRecord->__get('user') -#2 /www/yii-1.1.8/framework/zii/widgets/CDetailView.php(208): CHtml::value(Object(App), 'user.email') -#3 /www/yii-1.1.8/framework/web/CBaseController.php(166): CDetailView->run() -#4 /www/swomaha/protected/views/app/view.php(26): CBaseController->widget('zii.widgets.CDe...', Array) -#5 /www/yii-1.1.8/framework/web/CBaseController.php(119): require('/www/swomaha/pr...') -#6 /www/yii-1.1.8/framework/web/CBaseController.php(88): CBaseController->renderInternal('/www/swomaha/pr...', Array, true) -#7 /www/yii-1.1.8/framework/web/CController.php(866): CBaseController->renderFile('/www/swomaha/pr...', Array, true) -#8 /www/yii-1.1.8/framework/web/CController.php(779): CController->renderPartial('view', Array, true) -#9 /www/swomaha/protected/controllers/AppController.php(40): CController->render('view', Array) -#10 /www/yii-1.1.8/framework/web/actions/CInlineAction.php(50): AppController->actionView() -#11 /www/yii-1.1.8/framework/web/CController.php(300): CInlineAction->runWithParams(Array) -#12 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(134): CController->runAction(Object(CInlineAction)) -#13 /www/yii-1.1.8/framework/web/filters/CFilter.php(41): CFilterChain->run() -#14 /www/yii-1.1.8/framework/web/CController.php(1144): CFilter->filter(Object(CFilterChain)) -#15 /www/yii-1.1.8/framework/web/filters/CInlineFilter.php(59): CController->filterAccessControl(Object(CFilterChain)) -#16 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(131): CInlineFilter->filter(Object(CFilterChain)) -#17 /www/yii-1.1.8/framework/web/CController.php(283): CFilterChain->run() -#18 /www/yii-1.1.8/framework/web/CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#19 /www/yii-1.1.8/framework/web/CWebApplication.php(277): CController->run('view') -#20 /www/yii-1.1.8/framework/web/CWebApplication.php(136): CWebApplication->runController('app/view/id/1') -#21 /www/yii-1.1.8/framework/base/CApplication.php(158): CWebApplication->processRequest() -#22 /www/swomaha/index.php(13): CApplication->run() -#23 {main} REQUEST_URI=/app/view/id/1 -2011/09/17 21:17:52 [error] [exception.CException] exception 'CException' with message 'Property "App.apps" is not defined.' in /www/yii-1.1.8/framework/base/CComponent.php:131 -Stack trace: -#0 /www/yii-1.1.8/framework/db/ar/CActiveRecord.php(129): CComponent->__get('apps') -#1 /www/swomaha/protected/views/app/view.php(28): CActiveRecord->__get('apps') -#2 /www/yii-1.1.8/framework/web/CBaseController.php(119): require('/www/swomaha/pr...') -#3 /www/yii-1.1.8/framework/web/CBaseController.php(88): CBaseController->renderInternal('/www/swomaha/pr...', Array, true) -#4 /www/yii-1.1.8/framework/web/CController.php(866): CBaseController->renderFile('/www/swomaha/pr...', Array, true) -#5 /www/yii-1.1.8/framework/web/CController.php(779): CController->renderPartial('view', Array, true) -#6 /www/swomaha/protected/controllers/AppController.php(40): CController->render('view', Array) -#7 /www/yii-1.1.8/framework/web/actions/CInlineAction.php(50): AppController->actionView() -#8 /www/yii-1.1.8/framework/web/CController.php(300): CInlineAction->runWithParams(Array) -#9 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(134): CController->runAction(Object(CInlineAction)) -#10 /www/yii-1.1.8/framework/web/filters/CFilter.php(41): CFilterChain->run() -#11 /www/yii-1.1.8/framework/web/CController.php(1144): CFilter->filter(Object(CFilterChain)) -#12 /www/yii-1.1.8/framework/web/filters/CInlineFilter.php(59): CController->filterAccessControl(Object(CFilterChain)) -#13 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(131): CInlineFilter->filter(Object(CFilterChain)) -#14 /www/yii-1.1.8/framework/web/CController.php(283): CFilterChain->run() -#15 /www/yii-1.1.8/framework/web/CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#16 /www/yii-1.1.8/framework/web/CWebApplication.php(277): CController->run('view') -#17 /www/yii-1.1.8/framework/web/CWebApplication.php(136): CWebApplication->runController('app/view/id/1') -#18 /www/yii-1.1.8/framework/base/CApplication.php(158): CWebApplication->processRequest() -#19 /www/swomaha/index.php(13): CApplication->run() -#20 {main} REQUEST_URI=/app/view/id/1 -2011/09/17 21:18:00 [error] [exception.CException] exception 'CException' with message 'Property "App.user_id" is not defined.' in /www/yii-1.1.8/framework/base/CComponent.php:131 -Stack trace: -#0 /www/yii-1.1.8/framework/db/ar/CActiveRecord.php(129): CComponent->__get('user_id') -#1 /www/swomaha/protected/views/app/_view.php(8): CActiveRecord->__get('user_id') -#2 /www/yii-1.1.8/framework/web/CBaseController.php(119): require('/www/swomaha/pr...') -#3 /www/yii-1.1.8/framework/web/CBaseController.php(88): CBaseController->renderInternal('/www/swomaha/pr...', Array, true) -#4 /www/yii-1.1.8/framework/web/CController.php(866): CBaseController->renderFile('/www/swomaha/pr...', Array, true) -#5 /www/yii-1.1.8/framework/zii/widgets/CListView.php(242): CController->renderPartial('_view', Array) -#6 /www/yii-1.1.8/framework/zii/widgets/CBaseListView.php(158): CListView->renderItems() -#7 [internal function]: CBaseListView->renderSection(Array) -#8 /www/yii-1.1.8/framework/zii/widgets/CBaseListView.php(141): preg_replace_callback('/{(\w+)}/', Array, '{summary}?{sort...') -#9 /www/yii-1.1.8/framework/zii/widgets/CBaseListView.php(126): CBaseListView->renderContent() -#10 /www/yii-1.1.8/framework/web/CBaseController.php(166): CBaseListView->run() -#11 /www/swomaha/protected/views/app/index.php(18): CBaseController->widget('zii.widgets.CLi...', Array) -#12 /www/yii-1.1.8/framework/web/CBaseController.php(119): require('/www/swomaha/pr...') -#13 /www/yii-1.1.8/framework/web/CBaseController.php(88): CBaseController->renderInternal('/www/swomaha/pr...', Array, true) -#14 /www/yii-1.1.8/framework/web/CController.php(866): CBaseController->renderFile('/www/swomaha/pr...', Array, true) -#15 /www/yii-1.1.8/framework/web/CController.php(779): CController->renderPartial('index', Array, true) -#16 /www/swomaha/protected/controllers/AppController.php(119): CController->render('index', Array) -#17 /www/yii-1.1.8/framework/web/actions/CInlineAction.php(50): AppController->actionIndex() -#18 /www/yii-1.1.8/framework/web/CController.php(300): CInlineAction->runWithParams(Array) -#19 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(134): CController->runAction(Object(CInlineAction)) -#20 /www/yii-1.1.8/framework/web/filters/CFilter.php(41): CFilterChain->run() -#21 /www/yii-1.1.8/framework/web/CController.php(1144): CFilter->filter(Object(CFilterChain)) -#22 /www/yii-1.1.8/framework/web/filters/CInlineFilter.php(59): CController->filterAccessControl(Object(CFilterChain)) -#23 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(131): CInlineFilter->filter(Object(CFilterChain)) -#24 /www/yii-1.1.8/framework/web/CController.php(283): CFilterChain->run() -#25 /www/yii-1.1.8/framework/web/CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#26 /www/yii-1.1.8/framework/web/CWebApplication.php(277): CController->run('') -#27 /www/yii-1.1.8/framework/web/CWebApplication.php(136): CWebApplication->runController('app') -#28 /www/yii-1.1.8/framework/base/CApplication.php(158): CWebApplication->processRequest() -#29 /www/swomaha/index.php(13): CApplication->run() -#30 {main} REQUEST_URI=/app -2011/09/17 21:18:04 [error] [exception.CException] exception 'CException' with message 'Property "App.user_id" is not defined.' in /www/yii-1.1.8/framework/base/CComponent.php:131 -Stack trace: -#0 /www/yii-1.1.8/framework/db/ar/CActiveRecord.php(129): CComponent->__get('user_id') -#1 /www/swomaha/protected/views/app/_view.php(8): CActiveRecord->__get('user_id') -#2 /www/yii-1.1.8/framework/web/CBaseController.php(119): require('/www/swomaha/pr...') -#3 /www/yii-1.1.8/framework/web/CBaseController.php(88): CBaseController->renderInternal('/www/swomaha/pr...', Array, true) -#4 /www/yii-1.1.8/framework/web/CController.php(866): CBaseController->renderFile('/www/swomaha/pr...', Array, true) -#5 /www/yii-1.1.8/framework/zii/widgets/CListView.php(242): CController->renderPartial('_view', Array) -#6 /www/yii-1.1.8/framework/zii/widgets/CBaseListView.php(158): CListView->renderItems() -#7 [internal function]: CBaseListView->renderSection(Array) -#8 /www/yii-1.1.8/framework/zii/widgets/CBaseListView.php(141): preg_replace_callback('/{(\w+)}/', Array, '{summary}?{sort...') -#9 /www/yii-1.1.8/framework/zii/widgets/CBaseListView.php(126): CBaseListView->renderContent() -#10 /www/yii-1.1.8/framework/web/CBaseController.php(166): CBaseListView->run() -#11 /www/swomaha/protected/views/app/index.php(18): CBaseController->widget('zii.widgets.CLi...', Array) -#12 /www/yii-1.1.8/framework/web/CBaseController.php(119): require('/www/swomaha/pr...') -#13 /www/yii-1.1.8/framework/web/CBaseController.php(88): CBaseController->renderInternal('/www/swomaha/pr...', Array, true) -#14 /www/yii-1.1.8/framework/web/CController.php(866): CBaseController->renderFile('/www/swomaha/pr...', Array, true) -#15 /www/yii-1.1.8/framework/web/CController.php(779): CController->renderPartial('index', Array, true) -#16 /www/swomaha/protected/controllers/AppController.php(119): CController->render('index', Array) -#17 /www/yii-1.1.8/framework/web/actions/CInlineAction.php(50): AppController->actionIndex() -#18 /www/yii-1.1.8/framework/web/CController.php(300): CInlineAction->runWithParams(Array) -#19 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(134): CController->runAction(Object(CInlineAction)) -#20 /www/yii-1.1.8/framework/web/filters/CFilter.php(41): CFilterChain->run() -#21 /www/yii-1.1.8/framework/web/CController.php(1144): CFilter->filter(Object(CFilterChain)) -#22 /www/yii-1.1.8/framework/web/filters/CInlineFilter.php(59): CController->filterAccessControl(Object(CFilterChain)) -#23 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(131): CInlineFilter->filter(Object(CFilterChain)) -#24 /www/yii-1.1.8/framework/web/CController.php(283): CFilterChain->run() -#25 /www/yii-1.1.8/framework/web/CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#26 /www/yii-1.1.8/framework/web/CWebApplication.php(277): CController->run('') -#27 /www/yii-1.1.8/framework/web/CWebApplication.php(136): CWebApplication->runController('app') -#28 /www/yii-1.1.8/framework/base/CApplication.php(158): CWebApplication->processRequest() -#29 /www/swomaha/index.php(13): CApplication->run() -#30 {main} REQUEST_URI=/app -2011/09/17 21:18:52 [error] [exception.CException] exception 'CException' with message 'Property "App.user_id" is not defined.' in /www/yii-1.1.8/framework/base/CComponent.php:131 -Stack trace: -#0 /www/yii-1.1.8/framework/db/ar/CActiveRecord.php(129): CComponent->__get('user_id') -#1 /www/yii-1.1.8/framework/web/helpers/CHtml.php(2063): CActiveRecord->__get('user_id') -#2 /www/yii-1.1.8/framework/web/helpers/CHtml.php(1791): CHtml::resolveValue(Object(App), 'user_id') -#3 /www/yii-1.1.8/framework/web/helpers/CHtml.php(1199): CHtml::activeInputField('text', Object(App), 'user_id', Array) -#4 /www/yii-1.1.8/framework/zii/widgets/grid/CDataColumn.php(99): CHtml::activeTextField(Object(App), 'user_id', Array) -#5 /www/yii-1.1.8/framework/zii/widgets/grid/CGridColumn.php(103): CDataColumn->renderFilterCellContent() -#6 /www/yii-1.1.8/framework/zii/widgets/grid/CGridView.php(445): CGridColumn->renderFilterCell() -#7 /www/yii-1.1.8/framework/zii/widgets/grid/CGridView.php(423): CGridView->renderFilter() -#8 /www/yii-1.1.8/framework/zii/widgets/grid/CGridView.php(393): CGridView->renderTableHeader() -#9 /www/yii-1.1.8/framework/zii/widgets/CBaseListView.php(158): CGridView->renderItems() -#10 [internal function]: CBaseListView->renderSection(Array) -#11 /www/yii-1.1.8/framework/zii/widgets/CBaseListView.php(141): preg_replace_callback('/{(\w+)}/', Array, '{summary}?{item...') -#12 /www/yii-1.1.8/framework/zii/widgets/CBaseListView.php(126): CBaseListView->renderContent() -#13 /www/yii-1.1.8/framework/web/CBaseController.php(166): CBaseListView->run() -#14 /www/swomaha/protected/views/app/admin.php(49): CBaseController->widget('zii.widgets.gri...', Array) -#15 /www/yii-1.1.8/framework/web/CBaseController.php(119): require('/www/swomaha/pr...') -#16 /www/yii-1.1.8/framework/web/CBaseController.php(88): CBaseController->renderInternal('/www/swomaha/pr...', Array, true) -#17 /www/yii-1.1.8/framework/web/CController.php(866): CBaseController->renderFile('/www/swomaha/pr...', Array, true) -#18 /www/yii-1.1.8/framework/web/CController.php(779): CController->renderPartial('admin', Array, true) -#19 /www/swomaha/protected/controllers/AppController.php(132): CController->render('admin', Array) -#20 /www/yii-1.1.8/framework/web/actions/CInlineAction.php(50): AppController->actionAdmin() -#21 /www/yii-1.1.8/framework/web/CController.php(300): CInlineAction->runWithParams(Array) -#22 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(134): CController->runAction(Object(CInlineAction)) -#23 /www/yii-1.1.8/framework/web/filters/CFilter.php(41): CFilterChain->run() -#24 /www/yii-1.1.8/framework/web/CController.php(1144): CFilter->filter(Object(CFilterChain)) -#25 /www/yii-1.1.8/framework/web/filters/CInlineFilter.php(59): CController->filterAccessControl(Object(CFilterChain)) -#26 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(131): CInlineFilter->filter(Object(CFilterChain)) -#27 /www/yii-1.1.8/framework/web/CController.php(283): CFilterChain->run() -#28 /www/yii-1.1.8/framework/web/CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#29 /www/yii-1.1.8/framework/web/CWebApplication.php(277): CController->run('admin') -#30 /www/yii-1.1.8/framework/web/CWebApplication.php(136): CWebApplication->runController('app/admin') -#31 /www/yii-1.1.8/framework/base/CApplication.php(158): CWebApplication->processRequest() -#32 /www/swomaha/index.php(13): CApplication->run() -#33 {main} REQUEST_URI=/app/admin -2011/09/17 21:18:58 [error] [exception.CException] exception 'CException' with message 'Property "App.user_id" is not defined.' in /www/yii-1.1.8/framework/base/CComponent.php:131 -Stack trace: -#0 /www/yii-1.1.8/framework/db/ar/CActiveRecord.php(129): CComponent->__get('user_id') -#1 /www/yii-1.1.8/framework/web/helpers/CHtml.php(2063): CActiveRecord->__get('user_id') -#2 /www/yii-1.1.8/framework/web/helpers/CHtml.php(1791): CHtml::resolveValue(Object(App), 'user_id') -#3 /www/yii-1.1.8/framework/web/helpers/CHtml.php(1199): CHtml::activeInputField('text', Object(App), 'user_id', Array) -#4 /www/yii-1.1.8/framework/zii/widgets/grid/CDataColumn.php(99): CHtml::activeTextField(Object(App), 'user_id', Array) -#5 /www/yii-1.1.8/framework/zii/widgets/grid/CGridColumn.php(103): CDataColumn->renderFilterCellContent() -#6 /www/yii-1.1.8/framework/zii/widgets/grid/CGridView.php(445): CGridColumn->renderFilterCell() -#7 /www/yii-1.1.8/framework/zii/widgets/grid/CGridView.php(423): CGridView->renderFilter() -#8 /www/yii-1.1.8/framework/zii/widgets/grid/CGridView.php(393): CGridView->renderTableHeader() -#9 /www/yii-1.1.8/framework/zii/widgets/CBaseListView.php(158): CGridView->renderItems() -#10 [internal function]: CBaseListView->renderSection(Array) -#11 /www/yii-1.1.8/framework/zii/widgets/CBaseListView.php(141): preg_replace_callback('/{(\w+)}/', Array, '{summary}?{item...') -#12 /www/yii-1.1.8/framework/zii/widgets/CBaseListView.php(126): CBaseListView->renderContent() -#13 /www/yii-1.1.8/framework/web/CBaseController.php(166): CBaseListView->run() -#14 /www/swomaha/protected/views/app/admin.php(49): CBaseController->widget('zii.widgets.gri...', Array) -#15 /www/yii-1.1.8/framework/web/CBaseController.php(119): require('/www/swomaha/pr...') -#16 /www/yii-1.1.8/framework/web/CBaseController.php(88): CBaseController->renderInternal('/www/swomaha/pr...', Array, true) -#17 /www/yii-1.1.8/framework/web/CController.php(866): CBaseController->renderFile('/www/swomaha/pr...', Array, true) -#18 /www/yii-1.1.8/framework/web/CController.php(779): CController->renderPartial('admin', Array, true) -#19 /www/swomaha/protected/controllers/AppController.php(132): CController->render('admin', Array) -#20 /www/yii-1.1.8/framework/web/actions/CInlineAction.php(50): AppController->actionAdmin() -#21 /www/yii-1.1.8/framework/web/CController.php(300): CInlineAction->runWithParams(Array) -#22 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(134): CController->runAction(Object(CInlineAction)) -#23 /www/yii-1.1.8/framework/web/filters/CFilter.php(41): CFilterChain->run() -#24 /www/yii-1.1.8/framework/web/CController.php(1144): CFilter->filter(Object(CFilterChain)) -#25 /www/yii-1.1.8/framework/web/filters/CInlineFilter.php(59): CController->filterAccessControl(Object(CFilterChain)) -#26 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(131): CInlineFilter->filter(Object(CFilterChain)) -#27 /www/yii-1.1.8/framework/web/CController.php(283): CFilterChain->run() -#28 /www/yii-1.1.8/framework/web/CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#29 /www/yii-1.1.8/framework/web/CWebApplication.php(277): CController->run('admin') -#30 /www/yii-1.1.8/framework/web/CWebApplication.php(136): CWebApplication->runController('app/admin') -#31 /www/yii-1.1.8/framework/base/CApplication.php(158): CWebApplication->processRequest() -#32 /www/swomaha/index.php(13): CApplication->run() -#33 {main} REQUEST_URI=/app/admin -2011/09/17 21:19:27 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "apps".' in /www/yii-1.1.8/framework/web/CWebApplication.php:281 -Stack trace: -#0 /www/yii-1.1.8/framework/web/CWebApplication.php(136): CWebApplication->runController('apps') -#1 /www/yii-1.1.8/framework/base/CApplication.php(158): CWebApplication->processRequest() -#2 /www/swomaha/index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/apps -2011/09/17 21:31:15 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "extensions/ckeditor/_samples/index.html".' in /www/yii-1.1.8/framework/web/CWebApplication.php:281 -Stack trace: -#0 /www/yii-1.1.8/framework/web/CWebApplication.php(136): CWebApplication->runController('extensions/cked...') -#1 /www/yii-1.1.8/framework/base/CApplication.php(158): CWebApplication->processRequest() -#2 /www/swomaha/index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/extensions/ckeditor/_samples/index.html -2011/09/17 21:33:43 [error] [exception.CException] exception 'CException' with message 'Alias "application.extensions.my.ckeditor.CKEditor" is invalid. Make sure it points to an existing PHP file.' in /www/yii-1.1.8/framework/YiiBase.php:321 -Stack trace: -#0 /www/yii-1.1.8/framework/web/CWidgetFactory.php(147): YiiBase::import('application.ext...', true) -#1 /www/yii-1.1.8/framework/web/CBaseController.php(139): CWidgetFactory->createWidget(Object(ChallengeController), 'application.ext...', Array) -#2 /www/yii-1.1.8/framework/web/CBaseController.php(165): CBaseController->createWidget('application.ext...', Array) -#3 /www/swomaha/protected/views/challenge/_form.php(23): CBaseController->widget('application.ext...', Array) -#4 /www/yii-1.1.8/framework/web/CBaseController.php(119): require('/www/swomaha/pr...') -#5 /www/yii-1.1.8/framework/web/CBaseController.php(88): CBaseController->renderInternal('/www/swomaha/pr...', Array, true) -#6 /www/yii-1.1.8/framework/web/CController.php(866): CBaseController->renderFile('/www/swomaha/pr...', Array, true) -#7 /www/swomaha/protected/views/challenge/create.php(23): CController->renderPartial('_form', Array) -#8 /www/yii-1.1.8/framework/web/CBaseController.php(119): require('/www/swomaha/pr...') -#9 /www/yii-1.1.8/framework/web/CBaseController.php(88): CBaseController->renderInternal('/www/swomaha/pr...', Array, true) -#10 /www/yii-1.1.8/framework/web/CController.php(866): CBaseController->renderFile('/www/swomaha/pr...', Array, true) -#11 /www/yii-1.1.8/framework/web/CController.php(779): CController->renderPartial('create', Array, true) -#12 /www/swomaha/protected/controllers/ChallengeController.php(74): CController->render('create', Array) -#13 /www/yii-1.1.8/framework/web/actions/CInlineAction.php(50): ChallengeController->actionCreate() -#14 /www/yii-1.1.8/framework/web/CController.php(300): CInlineAction->runWithParams(Array) -#15 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(134): CController->runAction(Object(CInlineAction)) -#16 /www/yii-1.1.8/framework/web/filters/CFilter.php(41): CFilterChain->run() -#17 /www/yii-1.1.8/framework/web/CController.php(1144): CFilter->filter(Object(CFilterChain)) -#18 /www/yii-1.1.8/framework/web/filters/CInlineFilter.php(59): CController->filterAccessControl(Object(CFilterChain)) -#19 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(131): CInlineFilter->filter(Object(CFilterChain)) -#20 /www/yii-1.1.8/framework/web/CController.php(283): CFilterChain->run() -#21 /www/yii-1.1.8/framework/web/CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#22 /www/yii-1.1.8/framework/web/CWebApplication.php(277): CController->run('create') -#23 /www/yii-1.1.8/framework/web/CWebApplication.php(136): CWebApplication->runController('challenge/creat...') -#24 /www/yii-1.1.8/framework/base/CApplication.php(158): CWebApplication->processRequest() -#25 /www/swomaha/index.php(13): CApplication->run() -#26 {main} REQUEST_URI=/challenge/create -2011/09/17 21:34:12 [error] [exception.CException] exception 'CException' with message 'Alias "application.extensions.ckeditor.CKEditor" is invalid. Make sure it points to an existing PHP file.' in /www/yii-1.1.8/framework/YiiBase.php:321 -Stack trace: -#0 /www/yii-1.1.8/framework/web/CWidgetFactory.php(147): YiiBase::import('application.ext...', true) -#1 /www/yii-1.1.8/framework/web/CBaseController.php(139): CWidgetFactory->createWidget(Object(ChallengeController), 'application.ext...', Array) -#2 /www/yii-1.1.8/framework/web/CBaseController.php(165): CBaseController->createWidget('application.ext...', Array) -#3 /www/swomaha/protected/views/challenge/_form.php(23): CBaseController->widget('application.ext...', Array) -#4 /www/yii-1.1.8/framework/web/CBaseController.php(119): require('/www/swomaha/pr...') -#5 /www/yii-1.1.8/framework/web/CBaseController.php(88): CBaseController->renderInternal('/www/swomaha/pr...', Array, true) -#6 /www/yii-1.1.8/framework/web/CController.php(866): CBaseController->renderFile('/www/swomaha/pr...', Array, true) -#7 /www/swomaha/protected/views/challenge/create.php(23): CController->renderPartial('_form', Array) -#8 /www/yii-1.1.8/framework/web/CBaseController.php(119): require('/www/swomaha/pr...') -#9 /www/yii-1.1.8/framework/web/CBaseController.php(88): CBaseController->renderInternal('/www/swomaha/pr...', Array, true) -#10 /www/yii-1.1.8/framework/web/CController.php(866): CBaseController->renderFile('/www/swomaha/pr...', Array, true) -#11 /www/yii-1.1.8/framework/web/CController.php(779): CController->renderPartial('create', Array, true) -#12 /www/swomaha/protected/controllers/ChallengeController.php(74): CController->render('create', Array) -#13 /www/yii-1.1.8/framework/web/actions/CInlineAction.php(50): ChallengeController->actionCreate() -#14 /www/yii-1.1.8/framework/web/CController.php(300): CInlineAction->runWithParams(Array) -#15 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(134): CController->runAction(Object(CInlineAction)) -#16 /www/yii-1.1.8/framework/web/filters/CFilter.php(41): CFilterChain->run() -#17 /www/yii-1.1.8/framework/web/CController.php(1144): CFilter->filter(Object(CFilterChain)) -#18 /www/yii-1.1.8/framework/web/filters/CInlineFilter.php(59): CController->filterAccessControl(Object(CFilterChain)) -#19 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(131): CInlineFilter->filter(Object(CFilterChain)) -#20 /www/yii-1.1.8/framework/web/CController.php(283): CFilterChain->run() -#21 /www/yii-1.1.8/framework/web/CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#22 /www/yii-1.1.8/framework/web/CWebApplication.php(277): CController->run('create') -#23 /www/yii-1.1.8/framework/web/CWebApplication.php(136): CWebApplication->runController('challenge/creat...') -#24 /www/yii-1.1.8/framework/base/CApplication.php(158): CWebApplication->processRequest() -#25 /www/swomaha/index.php(13): CApplication->run() -#26 {main} REQUEST_URI=/challenge/create -2011/09/17 21:34:34 [error] [exception.CException] exception 'CException' with message 'Alias "swomaha.extensions.ckeditor.CKEditor" is invalid. Make sure it points to an existing directory or file.' in /www/yii-1.1.8/framework/YiiBase.php:346 -Stack trace: -#0 /www/yii-1.1.8/framework/web/CWidgetFactory.php(147): YiiBase::import('swomaha.extensi...', true) -#1 /www/yii-1.1.8/framework/web/CBaseController.php(139): CWidgetFactory->createWidget(Object(ChallengeController), 'swomaha.extensi...', Array) -#2 /www/yii-1.1.8/framework/web/CBaseController.php(165): CBaseController->createWidget('swomaha.extensi...', Array) -#3 /www/swomaha/protected/views/challenge/_form.php(23): CBaseController->widget('swomaha.extensi...', Array) -#4 /www/yii-1.1.8/framework/web/CBaseController.php(119): require('/www/swomaha/pr...') -#5 /www/yii-1.1.8/framework/web/CBaseController.php(88): CBaseController->renderInternal('/www/swomaha/pr...', Array, true) -#6 /www/yii-1.1.8/framework/web/CController.php(866): CBaseController->renderFile('/www/swomaha/pr...', Array, true) -#7 /www/swomaha/protected/views/challenge/create.php(23): CController->renderPartial('_form', Array) -#8 /www/yii-1.1.8/framework/web/CBaseController.php(119): require('/www/swomaha/pr...') -#9 /www/yii-1.1.8/framework/web/CBaseController.php(88): CBaseController->renderInternal('/www/swomaha/pr...', Array, true) -#10 /www/yii-1.1.8/framework/web/CController.php(866): CBaseController->renderFile('/www/swomaha/pr...', Array, true) -#11 /www/yii-1.1.8/framework/web/CController.php(779): CController->renderPartial('create', Array, true) -#12 /www/swomaha/protected/controllers/ChallengeController.php(74): CController->render('create', Array) -#13 /www/yii-1.1.8/framework/web/actions/CInlineAction.php(50): ChallengeController->actionCreate() -#14 /www/yii-1.1.8/framework/web/CController.php(300): CInlineAction->runWithParams(Array) -#15 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(134): CController->runAction(Object(CInlineAction)) -#16 /www/yii-1.1.8/framework/web/filters/CFilter.php(41): CFilterChain->run() -#17 /www/yii-1.1.8/framework/web/CController.php(1144): CFilter->filter(Object(CFilterChain)) -#18 /www/yii-1.1.8/framework/web/filters/CInlineFilter.php(59): CController->filterAccessControl(Object(CFilterChain)) -#19 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(131): CInlineFilter->filter(Object(CFilterChain)) -#20 /www/yii-1.1.8/framework/web/CController.php(283): CFilterChain->run() -#21 /www/yii-1.1.8/framework/web/CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#22 /www/yii-1.1.8/framework/web/CWebApplication.php(277): CController->run('create') -#23 /www/yii-1.1.8/framework/web/CWebApplication.php(136): CWebApplication->runController('challenge/creat...') -#24 /www/yii-1.1.8/framework/base/CApplication.php(158): CWebApplication->processRequest() -#25 /www/swomaha/index.php(13): CApplication->run() -#26 {main} REQUEST_URI=/challenge/create -2011/09/17 21:35:14 [error] [exception.CException] exception 'CException' with message 'Alias "application.extensions.ckeditor.CKEditor" is invalid. Make sure it points to an existing PHP file.' in /www/yii-1.1.8/framework/YiiBase.php:321 -Stack trace: -#0 /www/yii-1.1.8/framework/web/CWidgetFactory.php(147): YiiBase::import('application.ext...', true) -#1 /www/yii-1.1.8/framework/web/CBaseController.php(139): CWidgetFactory->createWidget(Object(ChallengeController), 'application.ext...', Array) -#2 /www/yii-1.1.8/framework/web/CBaseController.php(165): CBaseController->createWidget('application.ext...', Array) -#3 /www/swomaha/protected/views/challenge/_form.php(24): CBaseController->widget('application.ext...', Array) -#4 /www/yii-1.1.8/framework/web/CBaseController.php(119): require('/www/swomaha/pr...') -#5 /www/yii-1.1.8/framework/web/CBaseController.php(88): CBaseController->renderInternal('/www/swomaha/pr...', Array, true) -#6 /www/yii-1.1.8/framework/web/CController.php(866): CBaseController->renderFile('/www/swomaha/pr...', Array, true) -#7 /www/swomaha/protected/views/challenge/create.php(23): CController->renderPartial('_form', Array) -#8 /www/yii-1.1.8/framework/web/CBaseController.php(119): require('/www/swomaha/pr...') -#9 /www/yii-1.1.8/framework/web/CBaseController.php(88): CBaseController->renderInternal('/www/swomaha/pr...', Array, true) -#10 /www/yii-1.1.8/framework/web/CController.php(866): CBaseController->renderFile('/www/swomaha/pr...', Array, true) -#11 /www/yii-1.1.8/framework/web/CController.php(779): CController->renderPartial('create', Array, true) -#12 /www/swomaha/protected/controllers/ChallengeController.php(74): CController->render('create', Array) -#13 /www/yii-1.1.8/framework/web/actions/CInlineAction.php(50): ChallengeController->actionCreate() -#14 /www/yii-1.1.8/framework/web/CController.php(300): CInlineAction->runWithParams(Array) -#15 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(134): CController->runAction(Object(CInlineAction)) -#16 /www/yii-1.1.8/framework/web/filters/CFilter.php(41): CFilterChain->run() -#17 /www/yii-1.1.8/framework/web/CController.php(1144): CFilter->filter(Object(CFilterChain)) -#18 /www/yii-1.1.8/framework/web/filters/CInlineFilter.php(59): CController->filterAccessControl(Object(CFilterChain)) -#19 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(131): CInlineFilter->filter(Object(CFilterChain)) -#20 /www/yii-1.1.8/framework/web/CController.php(283): CFilterChain->run() -#21 /www/yii-1.1.8/framework/web/CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#22 /www/yii-1.1.8/framework/web/CWebApplication.php(277): CController->run('create') -#23 /www/yii-1.1.8/framework/web/CWebApplication.php(136): CWebApplication->runController('challenge/creat...') -#24 /www/yii-1.1.8/framework/base/CApplication.php(158): CWebApplication->processRequest() -#25 /www/swomaha/index.php(13): CApplication->run() -#26 {main} REQUEST_URI=/challenge/create -2011/09/17 21:42:48 [error] [exception.CException] exception 'CException' with message 'Property "Challenge.text" is not defined.' in /www/yii-1.1.8/framework/base/CComponent.php:131 -Stack trace: -#0 /www/yii-1.1.8/framework/db/ar/CActiveRecord.php(129): CComponent->__get('text') -#1 /www/yii-1.1.8/framework/web/helpers/CHtml.php(2063): CActiveRecord->__get('text') -#2 /www/yii-1.1.8/framework/web/helpers/CHtml.php(1252): CHtml::resolveValue(Object(Challenge), 'text') -#3 /www/swomaha/protected/extensions/ckeditor/CKEditor.php(305): CHtml::activeTextArea(Object(Challenge), 'text', Array) -#4 /www/yii-1.1.8/framework/web/CBaseController.php(166): CKEditor->run() -#5 /www/swomaha/protected/views/challenge/_form.php(24): CBaseController->widget('application.ext...', Array) -#6 /www/yii-1.1.8/framework/web/CBaseController.php(119): require('/www/swomaha/pr...') -#7 /www/yii-1.1.8/framework/web/CBaseController.php(88): CBaseController->renderInternal('/www/swomaha/pr...', Array, true) -#8 /www/yii-1.1.8/framework/web/CController.php(866): CBaseController->renderFile('/www/swomaha/pr...', Array, true) -#9 /www/swomaha/protected/views/challenge/create.php(23): CController->renderPartial('_form', Array) -#10 /www/yii-1.1.8/framework/web/CBaseController.php(119): require('/www/swomaha/pr...') -#11 /www/yii-1.1.8/framework/web/CBaseController.php(88): CBaseController->renderInternal('/www/swomaha/pr...', Array, true) -#12 /www/yii-1.1.8/framework/web/CController.php(866): CBaseController->renderFile('/www/swomaha/pr...', Array, true) -#13 /www/yii-1.1.8/framework/web/CController.php(779): CController->renderPartial('create', Array, true) -#14 /www/swomaha/protected/controllers/ChallengeController.php(74): CController->render('create', Array) -#15 /www/yii-1.1.8/framework/web/actions/CInlineAction.php(50): ChallengeController->actionCreate() -#16 /www/yii-1.1.8/framework/web/CController.php(300): CInlineAction->runWithParams(Array) -#17 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(134): CController->runAction(Object(CInlineAction)) -#18 /www/yii-1.1.8/framework/web/filters/CFilter.php(41): CFilterChain->run() -#19 /www/yii-1.1.8/framework/web/CController.php(1144): CFilter->filter(Object(CFilterChain)) -#20 /www/yii-1.1.8/framework/web/filters/CInlineFilter.php(59): CController->filterAccessControl(Object(CFilterChain)) -#21 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(131): CInlineFilter->filter(Object(CFilterChain)) -#22 /www/yii-1.1.8/framework/web/CController.php(283): CFilterChain->run() -#23 /www/yii-1.1.8/framework/web/CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#24 /www/yii-1.1.8/framework/web/CWebApplication.php(277): CController->run('create') -#25 /www/yii-1.1.8/framework/web/CWebApplication.php(136): CWebApplication->runController('challenge/creat...') -#26 /www/yii-1.1.8/framework/base/CApplication.php(158): CWebApplication->processRequest() -#27 /www/swomaha/index.php(13): CApplication->run() -#28 {main} REQUEST_URI=/challenge/create -2011/09/17 21:43:05 [error] [exception.CException] exception 'CException' with message 'Property "Challenge." is not defined.' in /www/yii-1.1.8/framework/base/CComponent.php:131 -Stack trace: -#0 /www/yii-1.1.8/framework/db/ar/CActiveRecord.php(129): CComponent->__get('') -#1 /www/yii-1.1.8/framework/web/helpers/CHtml.php(2063): CActiveRecord->__get('') -#2 /www/yii-1.1.8/framework/web/helpers/CHtml.php(1252): CHtml::resolveValue(Object(Challenge), '') -#3 /www/swomaha/protected/extensions/ckeditor/CKEditor.php(305): CHtml::activeTextArea(Object(Challenge), '', Array) -#4 /www/yii-1.1.8/framework/web/CBaseController.php(166): CKEditor->run() -#5 /www/swomaha/protected/views/challenge/_form.php(24): CBaseController->widget('application.ext...', Array) -#6 /www/yii-1.1.8/framework/web/CBaseController.php(119): require('/www/swomaha/pr...') -#7 /www/yii-1.1.8/framework/web/CBaseController.php(88): CBaseController->renderInternal('/www/swomaha/pr...', Array, true) -#8 /www/yii-1.1.8/framework/web/CController.php(866): CBaseController->renderFile('/www/swomaha/pr...', Array, true) -#9 /www/swomaha/protected/views/challenge/create.php(23): CController->renderPartial('_form', Array) -#10 /www/yii-1.1.8/framework/web/CBaseController.php(119): require('/www/swomaha/pr...') -#11 /www/yii-1.1.8/framework/web/CBaseController.php(88): CBaseController->renderInternal('/www/swomaha/pr...', Array, true) -#12 /www/yii-1.1.8/framework/web/CController.php(866): CBaseController->renderFile('/www/swomaha/pr...', Array, true) -#13 /www/yii-1.1.8/framework/web/CController.php(779): CController->renderPartial('create', Array, true) -#14 /www/swomaha/protected/controllers/ChallengeController.php(74): CController->render('create', Array) -#15 /www/yii-1.1.8/framework/web/actions/CInlineAction.php(50): ChallengeController->actionCreate() -#16 /www/yii-1.1.8/framework/web/CController.php(300): CInlineAction->runWithParams(Array) -#17 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(134): CController->runAction(Object(CInlineAction)) -#18 /www/yii-1.1.8/framework/web/filters/CFilter.php(41): CFilterChain->run() -#19 /www/yii-1.1.8/framework/web/CController.php(1144): CFilter->filter(Object(CFilterChain)) -#20 /www/yii-1.1.8/framework/web/filters/CInlineFilter.php(59): CController->filterAccessControl(Object(CFilterChain)) -#21 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(131): CInlineFilter->filter(Object(CFilterChain)) -#22 /www/yii-1.1.8/framework/web/CController.php(283): CFilterChain->run() -#23 /www/yii-1.1.8/framework/web/CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#24 /www/yii-1.1.8/framework/web/CWebApplication.php(277): CController->run('create') -#25 /www/yii-1.1.8/framework/web/CWebApplication.php(136): CWebApplication->runController('challenge/creat...') -#26 /www/yii-1.1.8/framework/base/CApplication.php(158): CWebApplication->processRequest() -#27 /www/swomaha/index.php(13): CApplication->run() -#28 {main} REQUEST_URI=/challenge/create -2011/09/17 21:43:20 [error] [exception.CException] exception 'CException' with message 'Property "Challenge.text" is not defined.' in /www/yii-1.1.8/framework/base/CComponent.php:131 -Stack trace: -#0 /www/yii-1.1.8/framework/db/ar/CActiveRecord.php(129): CComponent->__get('text') -#1 /www/yii-1.1.8/framework/web/helpers/CHtml.php(2063): CActiveRecord->__get('text') -#2 /www/yii-1.1.8/framework/web/helpers/CHtml.php(1252): CHtml::resolveValue(Object(Challenge), 'text') -#3 /www/swomaha/protected/extensions/ckeditor/CKEditor.php(305): CHtml::activeTextArea(Object(Challenge), 'text', Array) -#4 /www/yii-1.1.8/framework/web/CBaseController.php(166): CKEditor->run() -#5 /www/swomaha/protected/views/challenge/_form.php(24): CBaseController->widget('application.ext...', Array) -#6 /www/yii-1.1.8/framework/web/CBaseController.php(119): require('/www/swomaha/pr...') -#7 /www/yii-1.1.8/framework/web/CBaseController.php(88): CBaseController->renderInternal('/www/swomaha/pr...', Array, true) -#8 /www/yii-1.1.8/framework/web/CController.php(866): CBaseController->renderFile('/www/swomaha/pr...', Array, true) -#9 /www/swomaha/protected/views/challenge/create.php(23): CController->renderPartial('_form', Array) -#10 /www/yii-1.1.8/framework/web/CBaseController.php(119): require('/www/swomaha/pr...') -#11 /www/yii-1.1.8/framework/web/CBaseController.php(88): CBaseController->renderInternal('/www/swomaha/pr...', Array, true) -#12 /www/yii-1.1.8/framework/web/CController.php(866): CBaseController->renderFile('/www/swomaha/pr...', Array, true) -#13 /www/yii-1.1.8/framework/web/CController.php(779): CController->renderPartial('create', Array, true) -#14 /www/swomaha/protected/controllers/ChallengeController.php(74): CController->render('create', Array) -#15 /www/yii-1.1.8/framework/web/actions/CInlineAction.php(50): ChallengeController->actionCreate() -#16 /www/yii-1.1.8/framework/web/CController.php(300): CInlineAction->runWithParams(Array) -#17 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(134): CController->runAction(Object(CInlineAction)) -#18 /www/yii-1.1.8/framework/web/filters/CFilter.php(41): CFilterChain->run() -#19 /www/yii-1.1.8/framework/web/CController.php(1144): CFilter->filter(Object(CFilterChain)) -#20 /www/yii-1.1.8/framework/web/filters/CInlineFilter.php(59): CController->filterAccessControl(Object(CFilterChain)) -#21 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(131): CInlineFilter->filter(Object(CFilterChain)) -#22 /www/yii-1.1.8/framework/web/CController.php(283): CFilterChain->run() -#23 /www/yii-1.1.8/framework/web/CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#24 /www/yii-1.1.8/framework/web/CWebApplication.php(277): CController->run('create') -#25 /www/yii-1.1.8/framework/web/CWebApplication.php(136): CWebApplication->runController('challenge/creat...') -#26 /www/yii-1.1.8/framework/base/CApplication.php(158): CWebApplication->processRequest() -#27 /www/swomaha/index.php(13): CApplication->run() -#28 {main} REQUEST_URI=/challenge/create -2011/09/17 21:46:25 [error] [exception.CHttpException.500] exception 'CHttpException' with message '"model" have to be set!' in /www/swomaha/protected/extensions/ckeditor/CKEditorWidget.php:62 -Stack trace: -#0 /www/yii-1.1.8/framework/web/CBaseController.php(166): CKEditorWidget->run() -#1 /www/swomaha/protected/views/challenge/_form.php(36): CBaseController->widget('ext.ckeditor.CK...', Array) -#2 /www/yii-1.1.8/framework/web/CBaseController.php(119): require('/www/swomaha/pr...') -#3 /www/yii-1.1.8/framework/web/CBaseController.php(88): CBaseController->renderInternal('/www/swomaha/pr...', Array, true) -#4 /www/yii-1.1.8/framework/web/CController.php(866): CBaseController->renderFile('/www/swomaha/pr...', Array, true) -#5 /www/swomaha/protected/views/challenge/create.php(23): CController->renderPartial('_form', Array) -#6 /www/yii-1.1.8/framework/web/CBaseController.php(119): require('/www/swomaha/pr...') -#7 /www/yii-1.1.8/framework/web/CBaseController.php(88): CBaseController->renderInternal('/www/swomaha/pr...', Array, true) -#8 /www/yii-1.1.8/framework/web/CController.php(866): CBaseController->renderFile('/www/swomaha/pr...', Array, true) -#9 /www/yii-1.1.8/framework/web/CController.php(779): CController->renderPartial('create', Array, true) -#10 /www/swomaha/protected/controllers/ChallengeController.php(74): CController->render('create', Array) -#11 /www/yii-1.1.8/framework/web/actions/CInlineAction.php(50): ChallengeController->actionCreate() -#12 /www/yii-1.1.8/framework/web/CController.php(300): CInlineAction->runWithParams(Array) -#13 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(134): CController->runAction(Object(CInlineAction)) -#14 /www/yii-1.1.8/framework/web/filters/CFilter.php(41): CFilterChain->run() -#15 /www/yii-1.1.8/framework/web/CController.php(1144): CFilter->filter(Object(CFilterChain)) -#16 /www/yii-1.1.8/framework/web/filters/CInlineFilter.php(59): CController->filterAccessControl(Object(CFilterChain)) -#17 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(131): CInlineFilter->filter(Object(CFilterChain)) -#18 /www/yii-1.1.8/framework/web/CController.php(283): CFilterChain->run() -#19 /www/yii-1.1.8/framework/web/CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#20 /www/yii-1.1.8/framework/web/CWebApplication.php(277): CController->run('create') -#21 /www/yii-1.1.8/framework/web/CWebApplication.php(136): CWebApplication->runController('challenge/creat...') -#22 /www/yii-1.1.8/framework/base/CApplication.php(158): CWebApplication->processRequest() -#23 /www/swomaha/index.php(13): CApplication->run() -#24 {main} REQUEST_URI=/challenge/create -2011/09/17 21:46:51 [error] [php] require_once(/www/swomaha/protected/../ckeditor/ckeditor.php) [function.require-once]: failed to open stream: No such file or directory (/www/swomaha/protected/extensions/ckeditor/views/CKEditorView.php:34) -Stack trace: -#0 /www/yii-1.1.8/framework/web/CBaseController.php(88): CKEditorWidget->renderInternal() -#1 /www/yii-1.1.8/framework/web/widgets/CWidget.php(242): CKEditorWidget->renderFile() -#2 /www/swomaha/protected/extensions/ckeditor/CKEditorWidget.php(86): CKEditorWidget->render() -#3 /www/yii-1.1.8/framework/web/CBaseController.php(166): CKEditorWidget->run() -#4 /www/swomaha/protected/views/challenge/_form.php(36): ChallengeController->widget() -#5 /www/yii-1.1.8/framework/web/CBaseController.php(119): require() -#6 /www/yii-1.1.8/framework/web/CBaseController.php(88): ChallengeController->renderInternal() -#7 /www/yii-1.1.8/framework/web/CController.php(866): ChallengeController->renderFile() -#8 /www/swomaha/protected/views/challenge/create.php(23): ChallengeController->renderPartial() -#9 /www/yii-1.1.8/framework/web/CBaseController.php(119): require() -#10 /www/yii-1.1.8/framework/web/CBaseController.php(88): ChallengeController->renderInternal() -#11 /www/yii-1.1.8/framework/web/CController.php(866): ChallengeController->renderFile() -#12 /www/yii-1.1.8/framework/web/CController.php(779): ChallengeController->renderPartial() -#13 /www/swomaha/protected/controllers/ChallengeController.php(74): ChallengeController->render() -#14 /www/yii-1.1.8/framework/web/actions/CInlineAction.php(50): ChallengeController->actionCreate() -#15 /www/yii-1.1.8/framework/web/CController.php(300): CInlineAction->runWithParams() -#16 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(134): ChallengeController->runAction() -#17 /www/yii-1.1.8/framework/web/filters/CFilter.php(41): CFilterChain->run() -#18 /www/yii-1.1.8/framework/web/CController.php(1144): CAccessControlFilter->filter() -#19 /www/yii-1.1.8/framework/web/filters/CInlineFilter.php(59): ChallengeController->filterAccessControl() -#20 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(131): CInlineFilter->filter() -#21 /www/yii-1.1.8/framework/web/CController.php(283): CFilterChain->run() -#22 /www/yii-1.1.8/framework/web/CController.php(257): ChallengeController->runActionWithFilters() -#23 /www/yii-1.1.8/framework/web/CWebApplication.php(277): ChallengeController->run() -#24 /www/yii-1.1.8/framework/web/CWebApplication.php(136): CWebApplication->runController() -#25 /www/yii-1.1.8/framework/base/CApplication.php(158): CWebApplication->processRequest() -#26 /www/swomaha/index.php(13): CWebApplication->run() -REQUEST_URI=/challenge/create -in /www/swomaha/protected/extensions/ckeditor/views/CKEditorView.php (34) -in /www/swomaha/protected/extensions/ckeditor/views/CKEditorView.php (34) -in /www/swomaha/protected/extensions/ckeditor/CKEditorWidget.php (86) -2011/09/17 21:48:04 [error] [exception.CException] exception 'CException' with message 'Alias "application.extension.ckeditor.CKEditorWidget" is invalid. Make sure it points to an existing PHP file.' in /www/yii-1.1.8/framework/YiiBase.php:321 -Stack trace: -#0 /www/yii-1.1.8/framework/web/CWidgetFactory.php(147): YiiBase::import('application.ext...', true) -#1 /www/yii-1.1.8/framework/web/CBaseController.php(139): CWidgetFactory->createWidget(Object(ChallengeController), 'application.ext...', Array) -#2 /www/yii-1.1.8/framework/web/CBaseController.php(165): CBaseController->createWidget('application.ext...', Array) -#3 /www/swomaha/protected/views/challenge/_form.php(30): CBaseController->widget('application.ext...', Array) -#4 /www/yii-1.1.8/framework/web/CBaseController.php(119): require('/www/swomaha/pr...') -#5 /www/yii-1.1.8/framework/web/CBaseController.php(88): CBaseController->renderInternal('/www/swomaha/pr...', Array, true) -#6 /www/yii-1.1.8/framework/web/CController.php(866): CBaseController->renderFile('/www/swomaha/pr...', Array, true) -#7 /www/swomaha/protected/views/challenge/create.php(23): CController->renderPartial('_form', Array) -#8 /www/yii-1.1.8/framework/web/CBaseController.php(119): require('/www/swomaha/pr...') -#9 /www/yii-1.1.8/framework/web/CBaseController.php(88): CBaseController->renderInternal('/www/swomaha/pr...', Array, true) -#10 /www/yii-1.1.8/framework/web/CController.php(866): CBaseController->renderFile('/www/swomaha/pr...', Array, true) -#11 /www/yii-1.1.8/framework/web/CController.php(779): CController->renderPartial('create', Array, true) -#12 /www/swomaha/protected/controllers/ChallengeController.php(74): CController->render('create', Array) -#13 /www/yii-1.1.8/framework/web/actions/CInlineAction.php(50): ChallengeController->actionCreate() -#14 /www/yii-1.1.8/framework/web/CController.php(300): CInlineAction->runWithParams(Array) -#15 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(134): CController->runAction(Object(CInlineAction)) -#16 /www/yii-1.1.8/framework/web/filters/CFilter.php(41): CFilterChain->run() -#17 /www/yii-1.1.8/framework/web/CController.php(1144): CFilter->filter(Object(CFilterChain)) -#18 /www/yii-1.1.8/framework/web/filters/CInlineFilter.php(59): CController->filterAccessControl(Object(CFilterChain)) -#19 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(131): CInlineFilter->filter(Object(CFilterChain)) -#20 /www/yii-1.1.8/framework/web/CController.php(283): CFilterChain->run() -#21 /www/yii-1.1.8/framework/web/CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#22 /www/yii-1.1.8/framework/web/CWebApplication.php(277): CController->run('create') -#23 /www/yii-1.1.8/framework/web/CWebApplication.php(136): CWebApplication->runController('challenge/creat...') -#24 /www/yii-1.1.8/framework/base/CApplication.php(158): CWebApplication->processRequest() -#25 /www/swomaha/index.php(13): CApplication->run() -#26 {main} REQUEST_URI=/challenge/create -2011/09/17 21:48:12 [error] [php] require_once(/www/swomaha/protected/../ckeditor/ckeditor.php) [function.require-once]: failed to open stream: No such file or directory (/www/swomaha/protected/extensions/ckeditor/views/CKEditorView.php:34) -Stack trace: -#0 /www/yii-1.1.8/framework/web/CBaseController.php(88): CKEditorWidget->renderInternal() -#1 /www/yii-1.1.8/framework/web/widgets/CWidget.php(242): CKEditorWidget->renderFile() -#2 /www/swomaha/protected/extensions/ckeditor/CKEditorWidget.php(86): CKEditorWidget->render() -#3 /www/yii-1.1.8/framework/web/CBaseController.php(166): CKEditorWidget->run() -#4 /www/swomaha/protected/views/challenge/_form.php(30): ChallengeController->widget() -#5 /www/yii-1.1.8/framework/web/CBaseController.php(119): require() -#6 /www/yii-1.1.8/framework/web/CBaseController.php(88): ChallengeController->renderInternal() -#7 /www/yii-1.1.8/framework/web/CController.php(866): ChallengeController->renderFile() -#8 /www/swomaha/protected/views/challenge/create.php(23): ChallengeController->renderPartial() -#9 /www/yii-1.1.8/framework/web/CBaseController.php(119): require() -#10 /www/yii-1.1.8/framework/web/CBaseController.php(88): ChallengeController->renderInternal() -#11 /www/yii-1.1.8/framework/web/CController.php(866): ChallengeController->renderFile() -#12 /www/yii-1.1.8/framework/web/CController.php(779): ChallengeController->renderPartial() -#13 /www/swomaha/protected/controllers/ChallengeController.php(74): ChallengeController->render() -#14 /www/yii-1.1.8/framework/web/actions/CInlineAction.php(50): ChallengeController->actionCreate() -#15 /www/yii-1.1.8/framework/web/CController.php(300): CInlineAction->runWithParams() -#16 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(134): ChallengeController->runAction() -#17 /www/yii-1.1.8/framework/web/filters/CFilter.php(41): CFilterChain->run() -#18 /www/yii-1.1.8/framework/web/CController.php(1144): CAccessControlFilter->filter() -#19 /www/yii-1.1.8/framework/web/filters/CInlineFilter.php(59): ChallengeController->filterAccessControl() -#20 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(131): CInlineFilter->filter() -#21 /www/yii-1.1.8/framework/web/CController.php(283): CFilterChain->run() -#22 /www/yii-1.1.8/framework/web/CController.php(257): ChallengeController->runActionWithFilters() -#23 /www/yii-1.1.8/framework/web/CWebApplication.php(277): ChallengeController->run() -#24 /www/yii-1.1.8/framework/web/CWebApplication.php(136): CWebApplication->runController() -#25 /www/yii-1.1.8/framework/base/CApplication.php(158): CWebApplication->processRequest() -#26 /www/swomaha/index.php(13): CWebApplication->run() -REQUEST_URI=/challenge/create -in /www/swomaha/protected/extensions/ckeditor/views/CKEditorView.php (34) -in /www/swomaha/protected/extensions/ckeditor/views/CKEditorView.php (34) -in /www/swomaha/protected/extensions/ckeditor/CKEditorWidget.php (86) -2011/09/17 21:48:42 [error] [php] require_once(/www/swomaha/protected/../ckeditor/ckeditor.php) [function.require-once]: failed to open stream: No such file or directory (/www/swomaha/protected/extensions/ckeditor/views/CKEditorView.php:34) -Stack trace: -#0 /www/yii-1.1.8/framework/web/CBaseController.php(88): CKEditorWidget->renderInternal() -#1 /www/yii-1.1.8/framework/web/widgets/CWidget.php(242): CKEditorWidget->renderFile() -#2 /www/swomaha/protected/extensions/ckeditor/CKEditorWidget.php(86): CKEditorWidget->render() -#3 /www/yii-1.1.8/framework/web/CBaseController.php(166): CKEditorWidget->run() -#4 /www/swomaha/protected/views/challenge/_form.php(30): ChallengeController->widget() -#5 /www/yii-1.1.8/framework/web/CBaseController.php(119): require() -#6 /www/yii-1.1.8/framework/web/CBaseController.php(88): ChallengeController->renderInternal() -#7 /www/yii-1.1.8/framework/web/CController.php(866): ChallengeController->renderFile() -#8 /www/swomaha/protected/views/challenge/create.php(23): ChallengeController->renderPartial() -#9 /www/yii-1.1.8/framework/web/CBaseController.php(119): require() -#10 /www/yii-1.1.8/framework/web/CBaseController.php(88): ChallengeController->renderInternal() -#11 /www/yii-1.1.8/framework/web/CController.php(866): ChallengeController->renderFile() -#12 /www/yii-1.1.8/framework/web/CController.php(779): ChallengeController->renderPartial() -#13 /www/swomaha/protected/controllers/ChallengeController.php(74): ChallengeController->render() -#14 /www/yii-1.1.8/framework/web/actions/CInlineAction.php(50): ChallengeController->actionCreate() -#15 /www/yii-1.1.8/framework/web/CController.php(300): CInlineAction->runWithParams() -#16 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(134): ChallengeController->runAction() -#17 /www/yii-1.1.8/framework/web/filters/CFilter.php(41): CFilterChain->run() -#18 /www/yii-1.1.8/framework/web/CController.php(1144): CAccessControlFilter->filter() -#19 /www/yii-1.1.8/framework/web/filters/CInlineFilter.php(59): ChallengeController->filterAccessControl() -#20 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(131): CInlineFilter->filter() -#21 /www/yii-1.1.8/framework/web/CController.php(283): CFilterChain->run() -#22 /www/yii-1.1.8/framework/web/CController.php(257): ChallengeController->runActionWithFilters() -#23 /www/yii-1.1.8/framework/web/CWebApplication.php(277): ChallengeController->run() -#24 /www/yii-1.1.8/framework/web/CWebApplication.php(136): CWebApplication->runController() -#25 /www/yii-1.1.8/framework/base/CApplication.php(158): CWebApplication->processRequest() -#26 /www/swomaha/index.php(13): CWebApplication->run() -REQUEST_URI=/challenge/create -in /www/swomaha/protected/extensions/ckeditor/views/CKEditorView.php (34) -in /www/swomaha/protected/extensions/ckeditor/views/CKEditorView.php (34) -in /www/swomaha/protected/extensions/ckeditor/CKEditorWidget.php (86) -2011/09/17 21:51:22 [error] [php] get_class() expects parameter 1 to be object, string given (/www/swomaha/protected/extensions/ckeditor/views/CKEditorView.php:36) -Stack trace: -#0 /www/yii-1.1.8/framework/web/CBaseController.php(88): CKEditorWidget->renderInternal() -#1 /www/yii-1.1.8/framework/web/widgets/CWidget.php(242): CKEditorWidget->renderFile() -#2 /www/swomaha/protected/extensions/ckeditor/CKEditorWidget.php(86): CKEditorWidget->render() -#3 /www/yii-1.1.8/framework/web/CBaseController.php(166): CKEditorWidget->run() -#4 /www/swomaha/protected/views/challenge/_form.php(30): ChallengeController->widget() -#5 /www/yii-1.1.8/framework/web/CBaseController.php(119): require() -#6 /www/yii-1.1.8/framework/web/CBaseController.php(88): ChallengeController->renderInternal() -#7 /www/yii-1.1.8/framework/web/CController.php(866): ChallengeController->renderFile() -#8 /www/swomaha/protected/views/challenge/create.php(23): ChallengeController->renderPartial() -#9 /www/yii-1.1.8/framework/web/CBaseController.php(119): require() -#10 /www/yii-1.1.8/framework/web/CBaseController.php(88): ChallengeController->renderInternal() -#11 /www/yii-1.1.8/framework/web/CController.php(866): ChallengeController->renderFile() -#12 /www/yii-1.1.8/framework/web/CController.php(779): ChallengeController->renderPartial() -#13 /www/swomaha/protected/controllers/ChallengeController.php(74): ChallengeController->render() -#14 /www/yii-1.1.8/framework/web/actions/CInlineAction.php(50): ChallengeController->actionCreate() -#15 /www/yii-1.1.8/framework/web/CController.php(300): CInlineAction->runWithParams() -#16 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(134): ChallengeController->runAction() -#17 /www/yii-1.1.8/framework/web/filters/CFilter.php(41): CFilterChain->run() -#18 /www/yii-1.1.8/framework/web/CController.php(1144): CAccessControlFilter->filter() -#19 /www/yii-1.1.8/framework/web/filters/CInlineFilter.php(59): ChallengeController->filterAccessControl() -#20 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(131): CInlineFilter->filter() -#21 /www/yii-1.1.8/framework/web/CController.php(283): CFilterChain->run() -#22 /www/yii-1.1.8/framework/web/CController.php(257): ChallengeController->runActionWithFilters() -#23 /www/yii-1.1.8/framework/web/CWebApplication.php(277): ChallengeController->run() -#24 /www/yii-1.1.8/framework/web/CWebApplication.php(136): CWebApplication->runController() -#25 /www/yii-1.1.8/framework/base/CApplication.php(158): CWebApplication->processRequest() -#26 /www/swomaha/index.php(13): CWebApplication->run() -REQUEST_URI=/challenge/create -in /www/swomaha/protected/extensions/ckeditor/views/CKEditorView.php (36) -in /www/swomaha/protected/extensions/ckeditor/CKEditorWidget.php (86) -in /www/swomaha/protected/views/challenge/_form.php (30) -2011/09/17 21:52:25 [error] [php] get_class() expects parameter 1 to be object, string given (/www/swomaha/protected/extensions/ckeditor/views/CKEditorView.php:36) -Stack trace: -#0 /www/yii-1.1.8/framework/web/CBaseController.php(88): CKEditorWidget->renderInternal() -#1 /www/yii-1.1.8/framework/web/widgets/CWidget.php(242): CKEditorWidget->renderFile() -#2 /www/swomaha/protected/extensions/ckeditor/CKEditorWidget.php(86): CKEditorWidget->render() -#3 /www/yii-1.1.8/framework/web/CBaseController.php(166): CKEditorWidget->run() -#4 /www/swomaha/protected/views/challenge/_form.php(34): ChallengeController->widget() -#5 /www/yii-1.1.8/framework/web/CBaseController.php(119): require() -#6 /www/yii-1.1.8/framework/web/CBaseController.php(88): ChallengeController->renderInternal() -#7 /www/yii-1.1.8/framework/web/CController.php(866): ChallengeController->renderFile() -#8 /www/swomaha/protected/views/challenge/create.php(23): ChallengeController->renderPartial() -#9 /www/yii-1.1.8/framework/web/CBaseController.php(119): require() -#10 /www/yii-1.1.8/framework/web/CBaseController.php(88): ChallengeController->renderInternal() -#11 /www/yii-1.1.8/framework/web/CController.php(866): ChallengeController->renderFile() -#12 /www/yii-1.1.8/framework/web/CController.php(779): ChallengeController->renderPartial() -#13 /www/swomaha/protected/controllers/ChallengeController.php(74): ChallengeController->render() -#14 /www/yii-1.1.8/framework/web/actions/CInlineAction.php(50): ChallengeController->actionCreate() -#15 /www/yii-1.1.8/framework/web/CController.php(300): CInlineAction->runWithParams() -#16 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(134): ChallengeController->runAction() -#17 /www/yii-1.1.8/framework/web/filters/CFilter.php(41): CFilterChain->run() -#18 /www/yii-1.1.8/framework/web/CController.php(1144): CAccessControlFilter->filter() -#19 /www/yii-1.1.8/framework/web/filters/CInlineFilter.php(59): ChallengeController->filterAccessControl() -#20 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(131): CInlineFilter->filter() -#21 /www/yii-1.1.8/framework/web/CController.php(283): CFilterChain->run() -#22 /www/yii-1.1.8/framework/web/CController.php(257): ChallengeController->runActionWithFilters() -#23 /www/yii-1.1.8/framework/web/CWebApplication.php(277): ChallengeController->run() -#24 /www/yii-1.1.8/framework/web/CWebApplication.php(136): CWebApplication->runController() -#25 /www/yii-1.1.8/framework/base/CApplication.php(158): CWebApplication->processRequest() -#26 /www/swomaha/index.php(13): CWebApplication->run() -REQUEST_URI=/challenge/create -in /www/swomaha/protected/extensions/ckeditor/views/CKEditorView.php (36) -in /www/swomaha/protected/extensions/ckeditor/CKEditorWidget.php (86) -in /www/swomaha/protected/views/challenge/_form.php (34) -2011/09/17 21:52:27 [error] [php] get_class() expects parameter 1 to be object, string given (/www/swomaha/protected/extensions/ckeditor/views/CKEditorView.php:36) -Stack trace: -#0 /www/yii-1.1.8/framework/web/CBaseController.php(88): CKEditorWidget->renderInternal() -#1 /www/yii-1.1.8/framework/web/widgets/CWidget.php(242): CKEditorWidget->renderFile() -#2 /www/swomaha/protected/extensions/ckeditor/CKEditorWidget.php(86): CKEditorWidget->render() -#3 /www/yii-1.1.8/framework/web/CBaseController.php(166): CKEditorWidget->run() -#4 /www/swomaha/protected/views/challenge/_form.php(34): ChallengeController->widget() -#5 /www/yii-1.1.8/framework/web/CBaseController.php(119): require() -#6 /www/yii-1.1.8/framework/web/CBaseController.php(88): ChallengeController->renderInternal() -#7 /www/yii-1.1.8/framework/web/CController.php(866): ChallengeController->renderFile() -#8 /www/swomaha/protected/views/challenge/create.php(23): ChallengeController->renderPartial() -#9 /www/yii-1.1.8/framework/web/CBaseController.php(119): require() -#10 /www/yii-1.1.8/framework/web/CBaseController.php(88): ChallengeController->renderInternal() -#11 /www/yii-1.1.8/framework/web/CController.php(866): ChallengeController->renderFile() -#12 /www/yii-1.1.8/framework/web/CController.php(779): ChallengeController->renderPartial() -#13 /www/swomaha/protected/controllers/ChallengeController.php(74): ChallengeController->render() -#14 /www/yii-1.1.8/framework/web/actions/CInlineAction.php(50): ChallengeController->actionCreate() -#15 /www/yii-1.1.8/framework/web/CController.php(300): CInlineAction->runWithParams() -#16 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(134): ChallengeController->runAction() -#17 /www/yii-1.1.8/framework/web/filters/CFilter.php(41): CFilterChain->run() -#18 /www/yii-1.1.8/framework/web/CController.php(1144): CAccessControlFilter->filter() -#19 /www/yii-1.1.8/framework/web/filters/CInlineFilter.php(59): ChallengeController->filterAccessControl() -#20 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(131): CInlineFilter->filter() -#21 /www/yii-1.1.8/framework/web/CController.php(283): CFilterChain->run() -#22 /www/yii-1.1.8/framework/web/CController.php(257): ChallengeController->runActionWithFilters() -#23 /www/yii-1.1.8/framework/web/CWebApplication.php(277): ChallengeController->run() -#24 /www/yii-1.1.8/framework/web/CWebApplication.php(136): CWebApplication->runController() -#25 /www/yii-1.1.8/framework/base/CApplication.php(158): CWebApplication->processRequest() -#26 /www/swomaha/index.php(13): CWebApplication->run() -REQUEST_URI=/challenge/create -in /www/swomaha/protected/extensions/ckeditor/views/CKEditorView.php (36) -in /www/swomaha/protected/extensions/ckeditor/CKEditorWidget.php (86) -in /www/swomaha/protected/views/challenge/_form.php (34) -2011/09/17 21:53:59 [error] [php] get_class() expects parameter 1 to be object, string given (/www/swomaha/protected/extensions/ckeditor/views/CKEditorView.php:36) -Stack trace: -#0 /www/yii-1.1.8/framework/web/CBaseController.php(88): CKEditorWidget->renderInternal() -#1 /www/yii-1.1.8/framework/web/widgets/CWidget.php(242): CKEditorWidget->renderFile() -#2 /www/swomaha/protected/extensions/ckeditor/CKEditorWidget.php(86): CKEditorWidget->render() -#3 /www/yii-1.1.8/framework/web/CBaseController.php(166): CKEditorWidget->run() -#4 /www/swomaha/protected/views/challenge/_form.php(33): ChallengeController->widget() -#5 /www/yii-1.1.8/framework/web/CBaseController.php(119): require() -#6 /www/yii-1.1.8/framework/web/CBaseController.php(88): ChallengeController->renderInternal() -#7 /www/yii-1.1.8/framework/web/CController.php(866): ChallengeController->renderFile() -#8 /www/swomaha/protected/views/challenge/create.php(23): ChallengeController->renderPartial() -#9 /www/yii-1.1.8/framework/web/CBaseController.php(119): require() -#10 /www/yii-1.1.8/framework/web/CBaseController.php(88): ChallengeController->renderInternal() -#11 /www/yii-1.1.8/framework/web/CController.php(866): ChallengeController->renderFile() -#12 /www/yii-1.1.8/framework/web/CController.php(779): ChallengeController->renderPartial() -#13 /www/swomaha/protected/controllers/ChallengeController.php(74): ChallengeController->render() -#14 /www/yii-1.1.8/framework/web/actions/CInlineAction.php(50): ChallengeController->actionCreate() -#15 /www/yii-1.1.8/framework/web/CController.php(300): CInlineAction->runWithParams() -#16 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(134): ChallengeController->runAction() -#17 /www/yii-1.1.8/framework/web/filters/CFilter.php(41): CFilterChain->run() -#18 /www/yii-1.1.8/framework/web/CController.php(1144): CAccessControlFilter->filter() -#19 /www/yii-1.1.8/framework/web/filters/CInlineFilter.php(59): ChallengeController->filterAccessControl() -#20 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(131): CInlineFilter->filter() -#21 /www/yii-1.1.8/framework/web/CController.php(283): CFilterChain->run() -#22 /www/yii-1.1.8/framework/web/CController.php(257): ChallengeController->runActionWithFilters() -#23 /www/yii-1.1.8/framework/web/CWebApplication.php(277): ChallengeController->run() -#24 /www/yii-1.1.8/framework/web/CWebApplication.php(136): CWebApplication->runController() -#25 /www/yii-1.1.8/framework/base/CApplication.php(158): CWebApplication->processRequest() -#26 /www/swomaha/index.php(13): CWebApplication->run() -REQUEST_URI=/challenge/create -in /www/swomaha/protected/extensions/ckeditor/views/CKEditorView.php (36) -in /www/swomaha/protected/extensions/ckeditor/CKEditorWidget.php (86) -in /www/swomaha/protected/views/challenge/_form.php (33) -2011/09/17 21:54:00 [error] [php] get_class() expects parameter 1 to be object, string given (/www/swomaha/protected/extensions/ckeditor/views/CKEditorView.php:36) -Stack trace: -#0 /www/yii-1.1.8/framework/web/CBaseController.php(88): CKEditorWidget->renderInternal() -#1 /www/yii-1.1.8/framework/web/widgets/CWidget.php(242): CKEditorWidget->renderFile() -#2 /www/swomaha/protected/extensions/ckeditor/CKEditorWidget.php(86): CKEditorWidget->render() -#3 /www/yii-1.1.8/framework/web/CBaseController.php(166): CKEditorWidget->run() -#4 /www/swomaha/protected/views/challenge/_form.php(33): ChallengeController->widget() -#5 /www/yii-1.1.8/framework/web/CBaseController.php(119): require() -#6 /www/yii-1.1.8/framework/web/CBaseController.php(88): ChallengeController->renderInternal() -#7 /www/yii-1.1.8/framework/web/CController.php(866): ChallengeController->renderFile() -#8 /www/swomaha/protected/views/challenge/create.php(23): ChallengeController->renderPartial() -#9 /www/yii-1.1.8/framework/web/CBaseController.php(119): require() -#10 /www/yii-1.1.8/framework/web/CBaseController.php(88): ChallengeController->renderInternal() -#11 /www/yii-1.1.8/framework/web/CController.php(866): ChallengeController->renderFile() -#12 /www/yii-1.1.8/framework/web/CController.php(779): ChallengeController->renderPartial() -#13 /www/swomaha/protected/controllers/ChallengeController.php(74): ChallengeController->render() -#14 /www/yii-1.1.8/framework/web/actions/CInlineAction.php(50): ChallengeController->actionCreate() -#15 /www/yii-1.1.8/framework/web/CController.php(300): CInlineAction->runWithParams() -#16 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(134): ChallengeController->runAction() -#17 /www/yii-1.1.8/framework/web/filters/CFilter.php(41): CFilterChain->run() -#18 /www/yii-1.1.8/framework/web/CController.php(1144): CAccessControlFilter->filter() -#19 /www/yii-1.1.8/framework/web/filters/CInlineFilter.php(59): ChallengeController->filterAccessControl() -#20 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(131): CInlineFilter->filter() -#21 /www/yii-1.1.8/framework/web/CController.php(283): CFilterChain->run() -#22 /www/yii-1.1.8/framework/web/CController.php(257): ChallengeController->runActionWithFilters() -#23 /www/yii-1.1.8/framework/web/CWebApplication.php(277): ChallengeController->run() -#24 /www/yii-1.1.8/framework/web/CWebApplication.php(136): CWebApplication->runController() -#25 /www/yii-1.1.8/framework/base/CApplication.php(158): CWebApplication->processRequest() -#26 /www/swomaha/index.php(13): CWebApplication->run() -REQUEST_URI=/challenge/create -in /www/swomaha/protected/extensions/ckeditor/views/CKEditorView.php (36) -in /www/swomaha/protected/extensions/ckeditor/CKEditorWidget.php (86) -in /www/swomaha/protected/views/challenge/_form.php (33) -2011/09/17 21:54:36 [error] [exception.CHttpException.500] exception 'CHttpException' with message '"model" have to be set!' in /www/swomaha/protected/extensions/ckeditor/CKEditorWidget.php:62 -Stack trace: -#0 /www/yii-1.1.8/framework/web/CBaseController.php(166): CKEditorWidget->run() -#1 /www/swomaha/protected/views/challenge/_form.php(33): CBaseController->widget('application.ext...', Array) -#2 /www/yii-1.1.8/framework/web/CBaseController.php(119): require('/www/swomaha/pr...') -#3 /www/yii-1.1.8/framework/web/CBaseController.php(88): CBaseController->renderInternal('/www/swomaha/pr...', Array, true) -#4 /www/yii-1.1.8/framework/web/CController.php(866): CBaseController->renderFile('/www/swomaha/pr...', Array, true) -#5 /www/swomaha/protected/views/challenge/create.php(23): CController->renderPartial('_form', Array) -#6 /www/yii-1.1.8/framework/web/CBaseController.php(119): require('/www/swomaha/pr...') -#7 /www/yii-1.1.8/framework/web/CBaseController.php(88): CBaseController->renderInternal('/www/swomaha/pr...', Array, true) -#8 /www/yii-1.1.8/framework/web/CController.php(866): CBaseController->renderFile('/www/swomaha/pr...', Array, true) -#9 /www/yii-1.1.8/framework/web/CController.php(779): CController->renderPartial('create', Array, true) -#10 /www/swomaha/protected/controllers/ChallengeController.php(74): CController->render('create', Array) -#11 /www/yii-1.1.8/framework/web/actions/CInlineAction.php(50): ChallengeController->actionCreate() -#12 /www/yii-1.1.8/framework/web/CController.php(300): CInlineAction->runWithParams(Array) -#13 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(134): CController->runAction(Object(CInlineAction)) -#14 /www/yii-1.1.8/framework/web/filters/CFilter.php(41): CFilterChain->run() -#15 /www/yii-1.1.8/framework/web/CController.php(1144): CFilter->filter(Object(CFilterChain)) -#16 /www/yii-1.1.8/framework/web/filters/CInlineFilter.php(59): CController->filterAccessControl(Object(CFilterChain)) -#17 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(131): CInlineFilter->filter(Object(CFilterChain)) -#18 /www/yii-1.1.8/framework/web/CController.php(283): CFilterChain->run() -#19 /www/yii-1.1.8/framework/web/CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#20 /www/yii-1.1.8/framework/web/CWebApplication.php(277): CController->run('create') -#21 /www/yii-1.1.8/framework/web/CWebApplication.php(136): CWebApplication->runController('challenge/creat...') -#22 /www/yii-1.1.8/framework/base/CApplication.php(158): CWebApplication->processRequest() -#23 /www/swomaha/index.php(13): CApplication->run() -#24 {main} REQUEST_URI=/challenge/create -2011/09/17 21:54:53 [error] [php] get_class() expects parameter 1 to be object, string given (/www/swomaha/protected/extensions/ckeditor/views/CKEditorView.php:36) -Stack trace: -#0 /www/yii-1.1.8/framework/web/CBaseController.php(88): CKEditorWidget->renderInternal() -#1 /www/yii-1.1.8/framework/web/widgets/CWidget.php(242): CKEditorWidget->renderFile() -#2 /www/swomaha/protected/extensions/ckeditor/CKEditorWidget.php(86): CKEditorWidget->render() -#3 /www/yii-1.1.8/framework/web/CBaseController.php(166): CKEditorWidget->run() -#4 /www/swomaha/protected/views/challenge/_form.php(33): ChallengeController->widget() -#5 /www/yii-1.1.8/framework/web/CBaseController.php(119): require() -#6 /www/yii-1.1.8/framework/web/CBaseController.php(88): ChallengeController->renderInternal() -#7 /www/yii-1.1.8/framework/web/CController.php(866): ChallengeController->renderFile() -#8 /www/swomaha/protected/views/challenge/create.php(23): ChallengeController->renderPartial() -#9 /www/yii-1.1.8/framework/web/CBaseController.php(119): require() -#10 /www/yii-1.1.8/framework/web/CBaseController.php(88): ChallengeController->renderInternal() -#11 /www/yii-1.1.8/framework/web/CController.php(866): ChallengeController->renderFile() -#12 /www/yii-1.1.8/framework/web/CController.php(779): ChallengeController->renderPartial() -#13 /www/swomaha/protected/controllers/ChallengeController.php(74): ChallengeController->render() -#14 /www/yii-1.1.8/framework/web/actions/CInlineAction.php(50): ChallengeController->actionCreate() -#15 /www/yii-1.1.8/framework/web/CController.php(300): CInlineAction->runWithParams() -#16 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(134): ChallengeController->runAction() -#17 /www/yii-1.1.8/framework/web/filters/CFilter.php(41): CFilterChain->run() -#18 /www/yii-1.1.8/framework/web/CController.php(1144): CAccessControlFilter->filter() -#19 /www/yii-1.1.8/framework/web/filters/CInlineFilter.php(59): ChallengeController->filterAccessControl() -#20 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(131): CInlineFilter->filter() -#21 /www/yii-1.1.8/framework/web/CController.php(283): CFilterChain->run() -#22 /www/yii-1.1.8/framework/web/CController.php(257): ChallengeController->runActionWithFilters() -#23 /www/yii-1.1.8/framework/web/CWebApplication.php(277): ChallengeController->run() -#24 /www/yii-1.1.8/framework/web/CWebApplication.php(136): CWebApplication->runController() -#25 /www/yii-1.1.8/framework/base/CApplication.php(158): CWebApplication->processRequest() -#26 /www/swomaha/index.php(13): CWebApplication->run() -REQUEST_URI=/challenge/create -in /www/swomaha/protected/extensions/ckeditor/views/CKEditorView.php (36) -in /www/swomaha/protected/extensions/ckeditor/CKEditorWidget.php (86) -in /www/swomaha/protected/views/challenge/_form.php (33) -2011/09/17 22:20:12 [error] [exception.CException] exception 'CException' with message 'Relation widget cannot find the given Relation(groups)' in /www/swomaha/protected/extensions/Relation.php:231 -Stack trace: -#0 /www/yii-1.1.8/framework/web/CBaseController.php(140): Relation->init() -#1 /www/yii-1.1.8/framework/web/CBaseController.php(165): CBaseController->createWidget('ext.Relation', Array) -#2 /www/swomaha/protected/views/student/_form.php(62): CBaseController->widget('ext.Relation', Array) -#3 /www/yii-1.1.8/framework/web/CBaseController.php(119): require('/www/swomaha/pr...') -#4 /www/yii-1.1.8/framework/web/CBaseController.php(88): CBaseController->renderInternal('/www/swomaha/pr...', Array, true) -#5 /www/yii-1.1.8/framework/web/CController.php(866): CBaseController->renderFile('/www/swomaha/pr...', Array, true) -#6 /www/swomaha/protected/views/student/create.php(23): CController->renderPartial('_form', Array) -#7 /www/yii-1.1.8/framework/web/CBaseController.php(119): require('/www/swomaha/pr...') -#8 /www/yii-1.1.8/framework/web/CBaseController.php(88): CBaseController->renderInternal('/www/swomaha/pr...', Array, true) -#9 /www/yii-1.1.8/framework/web/CController.php(866): CBaseController->renderFile('/www/swomaha/pr...', Array, true) -#10 /www/yii-1.1.8/framework/web/CController.php(779): CController->renderPartial('create', Array, true) -#11 /www/swomaha/protected/controllers/StudentController.php(78): CController->render('create', Array) -#12 /www/yii-1.1.8/framework/web/actions/CInlineAction.php(50): StudentController->actionCreate() -#13 /www/yii-1.1.8/framework/web/CController.php(300): CInlineAction->runWithParams(Array) -#14 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(134): CController->runAction(Object(CInlineAction)) -#15 /www/yii-1.1.8/framework/web/filters/CFilter.php(41): CFilterChain->run() -#16 /www/yii-1.1.8/framework/web/CController.php(1144): CFilter->filter(Object(CFilterChain)) -#17 /www/yii-1.1.8/framework/web/filters/CInlineFilter.php(59): CController->filterAccessControl(Object(CFilterChain)) -#18 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(131): CInlineFilter->filter(Object(CFilterChain)) -#19 /www/yii-1.1.8/framework/web/CController.php(283): CFilterChain->run() -#20 /www/yii-1.1.8/framework/web/CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#21 /www/yii-1.1.8/framework/web/CWebApplication.php(277): CController->run('create') -#22 /www/yii-1.1.8/framework/web/CWebApplication.php(136): CWebApplication->runController('student/create') -#23 /www/yii-1.1.8/framework/base/CApplication.php(158): CWebApplication->processRequest() -#24 /www/swomaha/index.php(13): CApplication->run() -#25 {main} REQUEST_URI=/student/create -2011/09/17 22:24:26 [error] [exception.CException] exception 'CException' with message 'Relation widget cannot find the given Relation(groups)' in /www/swomaha/protected/extensions/Relation.php:231 -Stack trace: -#0 /www/yii-1.1.8/framework/web/CBaseController.php(140): Relation->init() -#1 /www/yii-1.1.8/framework/web/CBaseController.php(165): CBaseController->createWidget('ext.Relation', Array) -#2 /www/swomaha/protected/views/student/_form.php(62): CBaseController->widget('ext.Relation', Array) -#3 /www/yii-1.1.8/framework/web/CBaseController.php(119): require('/www/swomaha/pr...') -#4 /www/yii-1.1.8/framework/web/CBaseController.php(88): CBaseController->renderInternal('/www/swomaha/pr...', Array, true) -#5 /www/yii-1.1.8/framework/web/CController.php(866): CBaseController->renderFile('/www/swomaha/pr...', Array, true) -#6 /www/swomaha/protected/views/student/create.php(23): CController->renderPartial('_form', Array) -#7 /www/yii-1.1.8/framework/web/CBaseController.php(119): require('/www/swomaha/pr...') -#8 /www/yii-1.1.8/framework/web/CBaseController.php(88): CBaseController->renderInternal('/www/swomaha/pr...', Array, true) -#9 /www/yii-1.1.8/framework/web/CController.php(866): CBaseController->renderFile('/www/swomaha/pr...', Array, true) -#10 /www/yii-1.1.8/framework/web/CController.php(779): CController->renderPartial('create', Array, true) -#11 /www/swomaha/protected/controllers/StudentController.php(78): CController->render('create', Array) -#12 /www/yii-1.1.8/framework/web/actions/CInlineAction.php(50): StudentController->actionCreate() -#13 /www/yii-1.1.8/framework/web/CController.php(300): CInlineAction->runWithParams(Array) -#14 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(134): CController->runAction(Object(CInlineAction)) -#15 /www/yii-1.1.8/framework/web/filters/CFilter.php(41): CFilterChain->run() -#16 /www/yii-1.1.8/framework/web/CController.php(1144): CFilter->filter(Object(CFilterChain)) -#17 /www/yii-1.1.8/framework/web/filters/CInlineFilter.php(59): CController->filterAccessControl(Object(CFilterChain)) -#18 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(131): CInlineFilter->filter(Object(CFilterChain)) -#19 /www/yii-1.1.8/framework/web/CController.php(283): CFilterChain->run() -#20 /www/yii-1.1.8/framework/web/CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#21 /www/yii-1.1.8/framework/web/CWebApplication.php(277): CController->run('create') -#22 /www/yii-1.1.8/framework/web/CWebApplication.php(136): CWebApplication->runController('student/create') -#23 /www/yii-1.1.8/framework/base/CApplication.php(158): CWebApplication->processRequest() -#24 /www/swomaha/index.php(13): CApplication->run() -#25 {main} REQUEST_URI=/student/create -2011/09/17 22:24:41 [error] [exception.CException] exception 'CException' with message 'Relation widget cannot find the given Relation(groups)' in /www/swomaha/protected/extensions/Relation.php:231 -Stack trace: -#0 /www/yii-1.1.8/framework/web/CBaseController.php(140): Relation->init() -#1 /www/yii-1.1.8/framework/web/CBaseController.php(165): CBaseController->createWidget('ext.Relation', Array) -#2 /www/swomaha/protected/views/student/_form.php(62): CBaseController->widget('ext.Relation', Array) -#3 /www/yii-1.1.8/framework/web/CBaseController.php(119): require('/www/swomaha/pr...') -#4 /www/yii-1.1.8/framework/web/CBaseController.php(88): CBaseController->renderInternal('/www/swomaha/pr...', Array, true) -#5 /www/yii-1.1.8/framework/web/CController.php(866): CBaseController->renderFile('/www/swomaha/pr...', Array, true) -#6 /www/swomaha/protected/views/student/create.php(23): CController->renderPartial('_form', Array) -#7 /www/yii-1.1.8/framework/web/CBaseController.php(119): require('/www/swomaha/pr...') -#8 /www/yii-1.1.8/framework/web/CBaseController.php(88): CBaseController->renderInternal('/www/swomaha/pr...', Array, true) -#9 /www/yii-1.1.8/framework/web/CController.php(866): CBaseController->renderFile('/www/swomaha/pr...', Array, true) -#10 /www/yii-1.1.8/framework/web/CController.php(779): CController->renderPartial('create', Array, true) -#11 /www/swomaha/protected/controllers/StudentController.php(78): CController->render('create', Array) -#12 /www/yii-1.1.8/framework/web/actions/CInlineAction.php(50): StudentController->actionCreate() -#13 /www/yii-1.1.8/framework/web/CController.php(300): CInlineAction->runWithParams(Array) -#14 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(134): CController->runAction(Object(CInlineAction)) -#15 /www/yii-1.1.8/framework/web/filters/CFilter.php(41): CFilterChain->run() -#16 /www/yii-1.1.8/framework/web/CController.php(1144): CFilter->filter(Object(CFilterChain)) -#17 /www/yii-1.1.8/framework/web/filters/CInlineFilter.php(59): CController->filterAccessControl(Object(CFilterChain)) -#18 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(131): CInlineFilter->filter(Object(CFilterChain)) -#19 /www/yii-1.1.8/framework/web/CController.php(283): CFilterChain->run() -#20 /www/yii-1.1.8/framework/web/CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#21 /www/yii-1.1.8/framework/web/CWebApplication.php(277): CController->run('create') -#22 /www/yii-1.1.8/framework/web/CWebApplication.php(136): CWebApplication->runController('student/create') -#23 /www/yii-1.1.8/framework/base/CApplication.php(158): CWebApplication->processRequest() -#24 /www/swomaha/index.php(13): CApplication->run() -#25 {main} REQUEST_URI=/student/create -2011/09/17 22:25:40 [error] [exception.CException] exception 'CException' with message 'Relation widget cannot find the given Relation(group)' in /www/swomaha/protected/extensions/Relation.php:231 -Stack trace: -#0 /www/yii-1.1.8/framework/web/CBaseController.php(140): Relation->init() -#1 /www/yii-1.1.8/framework/web/CBaseController.php(165): CBaseController->createWidget('ext.Relation', Array) -#2 /www/swomaha/protected/views/student/_form.php(62): CBaseController->widget('ext.Relation', Array) -#3 /www/yii-1.1.8/framework/web/CBaseController.php(119): require('/www/swomaha/pr...') -#4 /www/yii-1.1.8/framework/web/CBaseController.php(88): CBaseController->renderInternal('/www/swomaha/pr...', Array, true) -#5 /www/yii-1.1.8/framework/web/CController.php(866): CBaseController->renderFile('/www/swomaha/pr...', Array, true) -#6 /www/swomaha/protected/views/student/create.php(23): CController->renderPartial('_form', Array) -#7 /www/yii-1.1.8/framework/web/CBaseController.php(119): require('/www/swomaha/pr...') -#8 /www/yii-1.1.8/framework/web/CBaseController.php(88): CBaseController->renderInternal('/www/swomaha/pr...', Array, true) -#9 /www/yii-1.1.8/framework/web/CController.php(866): CBaseController->renderFile('/www/swomaha/pr...', Array, true) -#10 /www/yii-1.1.8/framework/web/CController.php(779): CController->renderPartial('create', Array, true) -#11 /www/swomaha/protected/controllers/StudentController.php(78): CController->render('create', Array) -#12 /www/yii-1.1.8/framework/web/actions/CInlineAction.php(50): StudentController->actionCreate() -#13 /www/yii-1.1.8/framework/web/CController.php(300): CInlineAction->runWithParams(Array) -#14 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(134): CController->runAction(Object(CInlineAction)) -#15 /www/yii-1.1.8/framework/web/filters/CFilter.php(41): CFilterChain->run() -#16 /www/yii-1.1.8/framework/web/CController.php(1144): CFilter->filter(Object(CFilterChain)) -#17 /www/yii-1.1.8/framework/web/filters/CInlineFilter.php(59): CController->filterAccessControl(Object(CFilterChain)) -#18 /www/yii-1.1.8/framework/web/filters/CFilterChain.php(131): CInlineFilter->filter(Object(CFilterChain)) -#19 /www/yii-1.1.8/framework/web/CController.php(283): CFilterChain->run() -#20 /www/yii-1.1.8/framework/web/CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#21 /www/yii-1.1.8/framework/web/CWebApplication.php(277): CController->run('create') -#22 /www/yii-1.1.8/framework/web/CWebApplication.php(136): CWebApplication->runController('student/create') -#23 /www/yii-1.1.8/framework/base/CApplication.php(158): CWebApplication->processRequest() -#24 /www/swomaha/index.php(13): CApplication->run() -#25 {main} REQUEST_URI=/student/create -2011/09/17 19:03:12 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 19:03:24 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 19:04:14 [error] [php] include(Game.php) [function.include]: failed to open stream: No such file or directory (C:\xampp\htdocs\yii-1.1.8\framework\YiiBase.php:421) -Stack trace: -#0 C:\xampp\htdocs\swomaha\protected\controllers\StudentController.php(205): spl_autoload_call() -#1 C:\xampp\htdocs\yii-1.1.8\framework\web\actions\CInlineAction.php(50): StudentController->actionGame() -#2 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(300): CInlineAction->runWithParams() -#3 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilterChain.php(134): StudentController->runAction() -#4 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilter.php(41): CFilterChain->run() -#5 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(1144): CAccessControlFilter->filter() -#6 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CInlineFilter.php(59): StudentController->filterAccessControl() -#7 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilterChain.php(131): CInlineFilter->filter() -#8 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(283): CFilterChain->run() -#9 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(257): StudentController->runActionWithFilters() -#10 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(277): StudentController->run() -#11 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController() -#12 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#13 C:\xampp\htdocs\swomaha\index.php(13): CWebApplication->run() -REQUEST_URI=/student/game/id/1 -in C:\xampp\htdocs\swomaha\protected\controllers\StudentController.php (205) -in C:\xampp\htdocs\swomaha\index.php (13) -2011/09/17 19:04:16 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 19:04:37 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 19:39:35 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 19:39:39 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 19:40:50 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 19:46:49 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 19:47:20 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'The system is unable to find the requested action "login".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php:477 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(262): CController->missingAction('login') -#1 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(277): CController->run('login') -#2 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('site/login') -#3 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#4 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#5 {main} REQUEST_URI=/site/login -2011/09/17 19:47:22 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 19:47:27 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'The system is unable to find the requested action "login".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php:477 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(262): CController->missingAction('login') -#1 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(277): CController->run('login') -#2 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('site/login') -#3 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#4 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#5 {main} REQUEST_URI=/site/login -2011/09/17 19:47:29 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 19:48:12 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 19:53:41 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 19:53:50 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 19:54:16 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 19:54:19 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 19:54:23 [error] [exception.CException] exception 'CException' with message 'UserIdentity::authenticate() must be implemented.' in C:\xampp\htdocs\yii-1.1.8\framework\web\auth\CUserIdentity.php:55 -Stack trace: -#0 C:\xampp\htdocs\swomaha\protected\models\LoginForm.php(52): CUserIdentity->authenticate() -#1 C:\xampp\htdocs\yii-1.1.8\framework\validators\CInlineValidator.php(39): LoginForm->authenticate('password', Array) -#2 C:\xampp\htdocs\yii-1.1.8\framework\validators\CValidator.php(192): CInlineValidator->validateAttribute(Object(LoginForm), 'password') -#3 C:\xampp\htdocs\yii-1.1.8\framework\base\CModel.php(152): CValidator->validate(Object(LoginForm), NULL) -#4 C:\xampp\htdocs\swomaha\protected\controllers\StudentController.php(185): CModel->validate() -#5 C:\xampp\htdocs\yii-1.1.8\framework\web\actions\CInlineAction.php(50): StudentController->actionLogin() -#6 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(300): CInlineAction->runWithParams(Array) -#7 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilterChain.php(134): CController->runAction(Object(CInlineAction)) -#8 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilter.php(41): CFilterChain->run() -#9 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(1144): CFilter->filter(Object(CFilterChain)) -#10 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CInlineFilter.php(59): CController->filterAccessControl(Object(CFilterChain)) -#11 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilterChain.php(131): CInlineFilter->filter(Object(CFilterChain)) -#12 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(283): CFilterChain->run() -#13 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#14 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(277): CController->run('login') -#15 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('student/login') -#16 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#17 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#18 {main} REQUEST_URI=/student/login -2011/09/17 19:54:25 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 19:54:45 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 20:02:09 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 20:02:13 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 20:02:24 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 20:03:26 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 20:03:29 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 20:04:09 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 20:04:23 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 20:06:19 [error] [exception.CException] exception 'CException' with message 'WebUser and its behaviors do not have a method or closure named "getType".' in C:\xampp\htdocs\yii-1.1.8\framework\base\CComponent.php:269 -Stack trace: -#0 C:\xampp\htdocs\swomaha\protected\views\layouts\main.php(21): CComponent->__call('getType', Array) -#1 C:\xampp\htdocs\swomaha\protected\views\layouts\main.php(21): WebUser->getType() -#2 C:\xampp\htdocs\yii-1.1.8\framework\web\CBaseController.php(119): require('C:\xampp\htdocs...') -#3 C:\xampp\htdocs\yii-1.1.8\framework\web\CBaseController.php(88): CBaseController->renderInternal('C:\xampp\htdocs...', Array, true) -#4 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(781): CBaseController->renderFile('C:\xampp\htdocs...', Array, true) -#5 C:\xampp\htdocs\swomaha\protected\controllers\SiteController.php(33): CController->render('index') -#6 C:\xampp\htdocs\yii-1.1.8\framework\web\actions\CInlineAction.php(50): SiteController->actionIndex() -#7 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(300): CInlineAction->runWithParams(Array) -#8 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(278): CController->runAction(Object(CInlineAction)) -#9 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#10 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(277): CController->run('') -#11 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('') -#12 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#13 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#14 {main} REQUEST_URI=/index.php -2011/09/17 20:06:20 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 20:09:50 [error] [exception.CException] exception 'CException' with message 'WebUser and its behaviors do not have a method or closure named "getType".' in C:\xampp\htdocs\yii-1.1.8\framework\base\CComponent.php:269 -Stack trace: -#0 C:\xampp\htdocs\swomaha\protected\views\layouts\main.php(21): CComponent->__call('getType', Array) -#1 C:\xampp\htdocs\swomaha\protected\views\layouts\main.php(21): WebUser->getType() -#2 C:\xampp\htdocs\yii-1.1.8\framework\web\CBaseController.php(119): require('C:\xampp\htdocs...') -#3 C:\xampp\htdocs\yii-1.1.8\framework\web\CBaseController.php(88): CBaseController->renderInternal('C:\xampp\htdocs...', Array, true) -#4 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(781): CBaseController->renderFile('C:\xampp\htdocs...', Array, true) -#5 C:\xampp\htdocs\swomaha\protected\controllers\SiteController.php(33): CController->render('index') -#6 C:\xampp\htdocs\yii-1.1.8\framework\web\actions\CInlineAction.php(50): SiteController->actionIndex() -#7 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(300): CInlineAction->runWithParams(Array) -#8 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(278): CController->runAction(Object(CInlineAction)) -#9 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#10 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(277): CController->run('') -#11 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('') -#12 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#13 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#14 {main} REQUEST_URI=/index.php -2011/09/17 20:09:50 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 20:09:58 [error] [exception.CException] exception 'CException' with message 'CWebUser and its behaviors do not have a method or closure named "getType".' in C:\xampp\htdocs\yii-1.1.8\framework\base\CComponent.php:269 -Stack trace: -#0 C:\xampp\htdocs\swomaha\protected\views\layouts\main.php(21): CComponent->__call('getType', Array) -#1 C:\xampp\htdocs\swomaha\protected\views\layouts\main.php(21): CWebUser->getType() -#2 C:\xampp\htdocs\yii-1.1.8\framework\web\CBaseController.php(119): require('C:\xampp\htdocs...') -#3 C:\xampp\htdocs\yii-1.1.8\framework\web\CBaseController.php(88): CBaseController->renderInternal('C:\xampp\htdocs...', Array, true) -#4 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(781): CBaseController->renderFile('C:\xampp\htdocs...', Array, true) -#5 C:\xampp\htdocs\swomaha\protected\controllers\SiteController.php(33): CController->render('index') -#6 C:\xampp\htdocs\yii-1.1.8\framework\web\actions\CInlineAction.php(50): SiteController->actionIndex() -#7 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(300): CInlineAction->runWithParams(Array) -#8 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(278): CController->runAction(Object(CInlineAction)) -#9 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#10 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(277): CController->run('') -#11 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('') -#12 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#13 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#14 {main} REQUEST_URI=/index.php -2011/09/17 20:09:58 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 20:13:22 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 20:13:24 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 20:13:35 [error] [exception.CException] exception 'CException' with message 'Property "CWebUser.type" is not defined.' in C:\xampp\htdocs\yii-1.1.8\framework\base\CComponent.php:174 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\auth\CWebUser.php(139): CComponent->__set('type', '0') -#1 C:\xampp\htdocs\swomaha\protected\controllers\StudentController.php(186): CWebUser->__set('type', '0') -#2 C:\xampp\htdocs\yii-1.1.8\framework\web\actions\CInlineAction.php(50): StudentController->actionLogin() -#3 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(300): CInlineAction->runWithParams(Array) -#4 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilterChain.php(134): CController->runAction(Object(CInlineAction)) -#5 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilter.php(41): CFilterChain->run() -#6 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(1144): CFilter->filter(Object(CFilterChain)) -#7 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CInlineFilter.php(59): CController->filterAccessControl(Object(CFilterChain)) -#8 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilterChain.php(131): CInlineFilter->filter(Object(CFilterChain)) -#9 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(283): CFilterChain->run() -#10 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#11 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(277): CController->run('login') -#12 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('student/login') -#13 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#14 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#15 {main} REQUEST_URI=/student/login -2011/09/17 20:13:35 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 20:23:01 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 20:23:41 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 20:35:11 [error] [exception.CException] exception 'CException' with message 'Unable to add an item whose name is the same as an existing item.' in C:\xampp\htdocs\yii-1.1.8\framework\web\auth\CPhpAuthManager.php:283 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\auth\CAuthManager.php(70): CPhpAuthManager->createAuthItem('student', 2, '', NULL, NULL) -#1 C:\xampp\htdocs\swomaha\protected\views\layouts\main.php(23): CAuthManager->createRole('student') -#2 C:\xampp\htdocs\yii-1.1.8\framework\web\CBaseController.php(119): require('C:\xampp\htdocs...') -#3 C:\xampp\htdocs\yii-1.1.8\framework\web\CBaseController.php(88): CBaseController->renderInternal('C:\xampp\htdocs...', Array, true) -#4 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(781): CBaseController->renderFile('C:\xampp\htdocs...', Array, true) -#5 C:\xampp\htdocs\swomaha\protected\controllers\SiteController.php(33): CController->render('index') -#6 C:\xampp\htdocs\yii-1.1.8\framework\web\actions\CInlineAction.php(50): SiteController->actionIndex() -#7 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(300): CInlineAction->runWithParams(Array) -#8 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(278): CController->runAction(Object(CInlineAction)) -#9 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#10 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(277): CController->run('') -#11 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('') -#12 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#13 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#14 {main} REQUEST_URI=/ -2011/09/17 20:35:12 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 20:35:35 [error] [exception.CException] exception 'CException' with message 'Unable to add an item whose name is the same as an existing item.' in C:\xampp\htdocs\yii-1.1.8\framework\web\auth\CPhpAuthManager.php:283 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\auth\CAuthManager.php(70): CPhpAuthManager->createAuthItem('student', 2, '', NULL, NULL) -#1 C:\xampp\htdocs\swomaha\protected\views\layouts\main.php(23): CAuthManager->createRole('student') -#2 C:\xampp\htdocs\yii-1.1.8\framework\web\CBaseController.php(119): require('C:\xampp\htdocs...') -#3 C:\xampp\htdocs\yii-1.1.8\framework\web\CBaseController.php(88): CBaseController->renderInternal('C:\xampp\htdocs...', Array, true) -#4 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(781): CBaseController->renderFile('C:\xampp\htdocs...', Array, true) -#5 C:\xampp\htdocs\swomaha\protected\controllers\SiteController.php(33): CController->render('index') -#6 C:\xampp\htdocs\yii-1.1.8\framework\web\actions\CInlineAction.php(50): SiteController->actionIndex() -#7 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(300): CInlineAction->runWithParams(Array) -#8 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(278): CController->runAction(Object(CInlineAction)) -#9 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#10 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(277): CController->run('') -#11 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('') -#12 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#13 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#14 {main} REQUEST_URI=/ -2011/09/17 20:35:35 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 20:35:37 [error] [exception.CException] exception 'CException' with message 'Unable to add an item whose name is the same as an existing item.' in C:\xampp\htdocs\yii-1.1.8\framework\web\auth\CPhpAuthManager.php:283 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\auth\CAuthManager.php(70): CPhpAuthManager->createAuthItem('student', 2, '', NULL, NULL) -#1 C:\xampp\htdocs\swomaha\protected\views\layouts\main.php(23): CAuthManager->createRole('student') -#2 C:\xampp\htdocs\yii-1.1.8\framework\web\CBaseController.php(119): require('C:\xampp\htdocs...') -#3 C:\xampp\htdocs\yii-1.1.8\framework\web\CBaseController.php(88): CBaseController->renderInternal('C:\xampp\htdocs...', Array, true) -#4 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(781): CBaseController->renderFile('C:\xampp\htdocs...', Array, true) -#5 C:\xampp\htdocs\swomaha\protected\controllers\SiteController.php(33): CController->render('index') -#6 C:\xampp\htdocs\yii-1.1.8\framework\web\actions\CInlineAction.php(50): SiteController->actionIndex() -#7 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(300): CInlineAction->runWithParams(Array) -#8 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(278): CController->runAction(Object(CInlineAction)) -#9 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#10 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(277): CController->run('') -#11 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('') -#12 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#13 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#14 {main} REQUEST_URI=/ -2011/09/17 20:35:37 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 20:36:02 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 20:36:04 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 20:38:42 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 20:38:46 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 20:38:50 [error] [exception.CException] exception 'CException' with message 'Property "CWebUser.type" is not defined.' in C:\xampp\htdocs\yii-1.1.8\framework\base\CComponent.php:174 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\auth\CWebUser.php(139): CComponent->__set('type', '0') -#1 C:\xampp\htdocs\swomaha\protected\controllers\StudentController.php(186): CWebUser->__set('type', '0') -#2 C:\xampp\htdocs\yii-1.1.8\framework\web\actions\CInlineAction.php(50): StudentController->actionLogin() -#3 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(300): CInlineAction->runWithParams(Array) -#4 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilterChain.php(134): CController->runAction(Object(CInlineAction)) -#5 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilter.php(41): CFilterChain->run() -#6 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(1144): CFilter->filter(Object(CFilterChain)) -#7 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CInlineFilter.php(59): CController->filterAccessControl(Object(CFilterChain)) -#8 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilterChain.php(131): CInlineFilter->filter(Object(CFilterChain)) -#9 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(283): CFilterChain->run() -#10 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#11 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(277): CController->run('login') -#12 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('student/login') -#13 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#14 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#15 {main} REQUEST_URI=/student/login -2011/09/17 20:38:51 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 20:39:48 [error] [exception.CException] exception 'CException' with message 'Authorization item "student" has already been assigned to user "student".' in C:\xampp\htdocs\yii-1.1.8\framework\web\auth\CPhpAuthManager.php:175 -Stack trace: -#0 C:\xampp\htdocs\swomaha\protected\components\UserIdentity.php(45): CPhpAuthManager->assign('student', 'student') -#1 C:\xampp\htdocs\swomaha\protected\models\LoginForm.php(52): UserIdentity->authenticate() -#2 C:\xampp\htdocs\yii-1.1.8\framework\validators\CInlineValidator.php(39): LoginForm->authenticate('password', Array) -#3 C:\xampp\htdocs\yii-1.1.8\framework\validators\CValidator.php(192): CInlineValidator->validateAttribute(Object(LoginForm), 'password') -#4 C:\xampp\htdocs\yii-1.1.8\framework\base\CModel.php(152): CValidator->validate(Object(LoginForm), NULL) -#5 C:\xampp\htdocs\swomaha\protected\controllers\StudentController.php(185): CModel->validate() -#6 C:\xampp\htdocs\yii-1.1.8\framework\web\actions\CInlineAction.php(50): StudentController->actionLogin() -#7 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(300): CInlineAction->runWithParams(Array) -#8 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilterChain.php(134): CController->runAction(Object(CInlineAction)) -#9 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilter.php(41): CFilterChain->run() -#10 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(1144): CFilter->filter(Object(CFilterChain)) -#11 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CInlineFilter.php(59): CController->filterAccessControl(Object(CFilterChain)) -#12 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilterChain.php(131): CInlineFilter->filter(Object(CFilterChain)) -#13 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(283): CFilterChain->run() -#14 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#15 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(277): CController->run('login') -#16 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('student/login') -#17 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#18 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#19 {main} REQUEST_URI=/student/login -2011/09/17 20:39:48 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 20:46:33 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 20:46:35 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 20:47:55 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 20:48:01 [error] [exception.CException] exception 'CException' with message 'Property "CWebUser.type" is not defined.' in C:\xampp\htdocs\yii-1.1.8\framework\base\CComponent.php:174 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\auth\CWebUser.php(139): CComponent->__set('type', '0') -#1 C:\xampp\htdocs\swomaha\protected\controllers\StudentController.php(190): CWebUser->__set('type', '0') -#2 C:\xampp\htdocs\yii-1.1.8\framework\web\actions\CInlineAction.php(50): StudentController->actionLogin() -#3 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(300): CInlineAction->runWithParams(Array) -#4 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilterChain.php(134): CController->runAction(Object(CInlineAction)) -#5 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilter.php(41): CFilterChain->run() -#6 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(1144): CFilter->filter(Object(CFilterChain)) -#7 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CInlineFilter.php(59): CController->filterAccessControl(Object(CFilterChain)) -#8 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilterChain.php(131): CInlineFilter->filter(Object(CFilterChain)) -#9 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(283): CFilterChain->run() -#10 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#11 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(277): CController->run('login') -#12 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('student/login') -#13 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#14 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#15 {main} REQUEST_URI=/student/login -2011/09/17 20:48:01 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 20:48:56 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 20:49:03 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 20:49:10 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 20:49:51 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 20:50:18 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 20:50:21 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 20:50:54 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 20:50:57 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 20:52:22 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 20:52:40 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 20:52:41 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 20:52:47 [error] [php] include(WebUser.php) [function.include]: failed to open stream: No such file or directory (C:\xampp\htdocs\yii-1.1.8\framework\YiiBase.php:421) -Stack trace: -#0 C:\xampp\htdocs\swomaha\protected\controllers\TeacherController.php(187): spl_autoload_call() -#1 C:\xampp\htdocs\yii-1.1.8\framework\web\actions\CInlineAction.php(50): TeacherController->actionLogin() -#2 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(300): CInlineAction->runWithParams() -#3 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilterChain.php(134): TeacherController->runAction() -#4 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilter.php(41): CFilterChain->run() -#5 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(1144): CAccessControlFilter->filter() -#6 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CInlineFilter.php(59): TeacherController->filterAccessControl() -#7 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilterChain.php(131): CInlineFilter->filter() -#8 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(283): CFilterChain->run() -#9 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(257): TeacherController->runActionWithFilters() -#10 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(277): TeacherController->run() -#11 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController() -#12 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#13 C:\xampp\htdocs\swomaha\index.php(13): CWebApplication->run() -REQUEST_URI=/teacher/login -in C:\xampp\htdocs\swomaha\protected\controllers\TeacherController.php (187) -in C:\xampp\htdocs\swomaha\index.php (13) -2011/09/17 20:52:47 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 20:53:16 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 20:53:21 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 20:56:49 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 20:57:38 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 20:58:41 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 20:59:04 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 21:05:00 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 21:16:08 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 21:16:10 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 21:16:15 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 21:16:23 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 21:16:27 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 21:16:29 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 21:16:35 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 21:16:37 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 22:01:01 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 22:45:29 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 22:46:22 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 22:46:31 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 22:46:45 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 22:47:08 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 23:23:39 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 23:34:29 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 23:34:49 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 23:35:08 [error] [exception.CHttpException.403] exception 'CHttpException' with message 'You are not authorized to perform this action.' in C:\xampp\htdocs\yii-1.1.8\framework\web\auth\CAccessControlFilter.php:158 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\auth\CAccessControlFilter.php(120): CAccessControlFilter->accessDenied(Object(CWebUser), 'You are not aut...') -#1 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilter.php(39): CAccessControlFilter->preFilter(Object(CFilterChain)) -#2 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(1144): CFilter->filter(Object(CFilterChain)) -#3 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CInlineFilter.php(59): CController->filterAccessControl(Object(CFilterChain)) -#4 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilterChain.php(131): CInlineFilter->filter(Object(CFilterChain)) -#5 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(283): CFilterChain->run() -#6 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#7 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(277): CController->run('play') -#8 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('challenge/play/...') -#9 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#10 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#11 {main} REQUEST_URI=/challenge/play/id/1 -2011/09/17 23:35:08 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/17 23:35:53 [error] [exception.CException] exception 'CException' with message 'Property "Challenge.challenge" is not defined.' in C:\xampp\htdocs\yii-1.1.8\framework\base\CComponent.php:131 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\db\ar\CActiveRecord.php(129): CComponent->__get('challenge') -#1 C:\xampp\htdocs\swomaha\protected\views\challenge\play.php(4): CActiveRecord->__get('challenge') -#2 C:\xampp\htdocs\yii-1.1.8\framework\web\CBaseController.php(119): require('C:\xampp\htdocs...') -#3 C:\xampp\htdocs\yii-1.1.8\framework\web\CBaseController.php(88): CBaseController->renderInternal('C:\xampp\htdocs...', Array, true) -#4 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(866): CBaseController->renderFile('C:\xampp\htdocs...', Array, true) -#5 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(779): CController->renderPartial('play', Array, true) -#6 C:\xampp\htdocs\swomaha\protected\controllers\ChallengeController.php(162): CController->render('play', Array) -#7 C:\xampp\htdocs\yii-1.1.8\framework\web\actions\CInlineAction.php(50): ChallengeController->actionPlay() -#8 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(300): CInlineAction->runWithParams(Array) -#9 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilterChain.php(134): CController->runAction(Object(CInlineAction)) -#10 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilter.php(41): CFilterChain->run() -#11 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(1144): CFilter->filter(Object(CFilterChain)) -#12 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CInlineFilter.php(59): CController->filterAccessControl(Object(CFilterChain)) -#13 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilterChain.php(131): CInlineFilter->filter(Object(CFilterChain)) -#14 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(283): CFilterChain->run() -#15 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#16 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(277): CController->run('play') -#17 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('challenge/play/...') -#18 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#19 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#20 {main} REQUEST_URI=/challenge/play/id/1 -2011/09/17 23:35:54 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 00:01:56 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 00:29:21 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 00:30:50 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 00:34:34 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 00:35:08 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 00:35:26 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 00:35:32 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 00:36:28 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 00:37:46 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 00:38:05 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 00:38:26 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 00:40:08 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 00:41:05 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 00:41:20 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 00:41:39 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 00:42:24 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 00:44:09 [error] [exception.CException] exception 'CException' with message 'Property "AssessmentQuestion.answer" is not defined.' in C:\xampp\htdocs\yii-1.1.8\framework\base\CComponent.php:131 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\db\ar\CActiveRecord.php(129): CComponent->__get('answer') -#1 C:\xampp\htdocs\swomaha\protected\views\challenge\play.php(21): CActiveRecord->__get('answer') -#2 C:\xampp\htdocs\yii-1.1.8\framework\web\CBaseController.php(119): require('C:\xampp\htdocs...') -#3 C:\xampp\htdocs\yii-1.1.8\framework\web\CBaseController.php(88): CBaseController->renderInternal('C:\xampp\htdocs...', Array, true) -#4 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(866): CBaseController->renderFile('C:\xampp\htdocs...', Array, true) -#5 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(779): CController->renderPartial('play', Array, true) -#6 C:\xampp\htdocs\swomaha\protected\controllers\ChallengeController.php(163): CController->render('play', Array) -#7 C:\xampp\htdocs\yii-1.1.8\framework\web\actions\CInlineAction.php(50): ChallengeController->actionPlay() -#8 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(300): CInlineAction->runWithParams(Array) -#9 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilterChain.php(134): CController->runAction(Object(CInlineAction)) -#10 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilter.php(41): CFilterChain->run() -#11 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(1144): CFilter->filter(Object(CFilterChain)) -#12 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CInlineFilter.php(59): CController->filterAccessControl(Object(CFilterChain)) -#13 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilterChain.php(131): CInlineFilter->filter(Object(CFilterChain)) -#14 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(283): CFilterChain->run() -#15 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#16 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(277): CController->run('play') -#17 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('challenge/play/...') -#18 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#19 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#20 {main} REQUEST_URI=/challenge/play/id/1 -2011/09/18 00:44:09 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 00:44:22 [error] [exception.CException] exception 'CException' with message 'Property "AssessmentQuestion.answer" is not defined.' in C:\xampp\htdocs\yii-1.1.8\framework\base\CComponent.php:131 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\db\ar\CActiveRecord.php(129): CComponent->__get('answer') -#1 C:\xampp\htdocs\swomaha\protected\views\challenge\play.php(22): CActiveRecord->__get('answer') -#2 C:\xampp\htdocs\yii-1.1.8\framework\web\CBaseController.php(119): require('C:\xampp\htdocs...') -#3 C:\xampp\htdocs\yii-1.1.8\framework\web\CBaseController.php(88): CBaseController->renderInternal('C:\xampp\htdocs...', Array, true) -#4 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(866): CBaseController->renderFile('C:\xampp\htdocs...', Array, true) -#5 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(779): CController->renderPartial('play', Array, true) -#6 C:\xampp\htdocs\swomaha\protected\controllers\ChallengeController.php(163): CController->render('play', Array) -#7 C:\xampp\htdocs\yii-1.1.8\framework\web\actions\CInlineAction.php(50): ChallengeController->actionPlay() -#8 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(300): CInlineAction->runWithParams(Array) -#9 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilterChain.php(134): CController->runAction(Object(CInlineAction)) -#10 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilter.php(41): CFilterChain->run() -#11 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(1144): CFilter->filter(Object(CFilterChain)) -#12 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CInlineFilter.php(59): CController->filterAccessControl(Object(CFilterChain)) -#13 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilterChain.php(131): CInlineFilter->filter(Object(CFilterChain)) -#14 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(283): CFilterChain->run() -#15 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#16 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(277): CController->run('play') -#17 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('challenge/play/...') -#18 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#19 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#20 {main} REQUEST_URI=/challenge/play/id/1 -2011/09/18 00:44:23 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 00:44:31 [error] [exception.CException] exception 'CException' with message 'Property "AssessmentQuestion.answer" is not defined.' in C:\xampp\htdocs\yii-1.1.8\framework\base\CComponent.php:131 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\db\ar\CActiveRecord.php(129): CComponent->__get('answer') -#1 C:\xampp\htdocs\swomaha\protected\views\challenge\play.php(22): CActiveRecord->__get('answer') -#2 C:\xampp\htdocs\yii-1.1.8\framework\web\CBaseController.php(119): require('C:\xampp\htdocs...') -#3 C:\xampp\htdocs\yii-1.1.8\framework\web\CBaseController.php(88): CBaseController->renderInternal('C:\xampp\htdocs...', Array, true) -#4 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(866): CBaseController->renderFile('C:\xampp\htdocs...', Array, true) -#5 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(779): CController->renderPartial('play', Array, true) -#6 C:\xampp\htdocs\swomaha\protected\controllers\ChallengeController.php(163): CController->render('play', Array) -#7 C:\xampp\htdocs\yii-1.1.8\framework\web\actions\CInlineAction.php(50): ChallengeController->actionPlay() -#8 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(300): CInlineAction->runWithParams(Array) -#9 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilterChain.php(134): CController->runAction(Object(CInlineAction)) -#10 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilter.php(41): CFilterChain->run() -#11 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(1144): CFilter->filter(Object(CFilterChain)) -#12 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CInlineFilter.php(59): CController->filterAccessControl(Object(CFilterChain)) -#13 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilterChain.php(131): CInlineFilter->filter(Object(CFilterChain)) -#14 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(283): CFilterChain->run() -#15 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#16 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(277): CController->run('play') -#17 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('challenge/play/...') -#18 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#19 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#20 {main} REQUEST_URI=/challenge/play/id/1 -2011/09/18 00:44:31 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 00:44:43 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 00:49:12 [error] [exception.CException] exception 'CException' with message 'Property "Answer.name" is not defined.' in C:\xampp\htdocs\yii-1.1.8\framework\base\CComponent.php:131 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\db\ar\CActiveRecord.php(129): CComponent->__get('name') -#1 C:\xampp\htdocs\yii-1.1.8\framework\web\helpers\CHtml.php(1711): CActiveRecord->__get('name') -#2 C:\xampp\htdocs\yii-1.1.8\framework\web\helpers\CHtml.php(1674): CHtml::value(Object(Answer), 'name') -#3 C:\xampp\htdocs\swomaha\protected\views\challenge\play.php(20): CHtml::listData(Array, 'id', 'name') -#4 C:\xampp\htdocs\yii-1.1.8\framework\web\CBaseController.php(119): require('C:\xampp\htdocs...') -#5 C:\xampp\htdocs\yii-1.1.8\framework\web\CBaseController.php(88): CBaseController->renderInternal('C:\xampp\htdocs...', Array, true) -#6 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(866): CBaseController->renderFile('C:\xampp\htdocs...', Array, true) -#7 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(779): CController->renderPartial('play', Array, true) -#8 C:\xampp\htdocs\swomaha\protected\controllers\ChallengeController.php(163): CController->render('play', Array) -#9 C:\xampp\htdocs\yii-1.1.8\framework\web\actions\CInlineAction.php(50): ChallengeController->actionPlay() -#10 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(300): CInlineAction->runWithParams(Array) -#11 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilterChain.php(134): CController->runAction(Object(CInlineAction)) -#12 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilter.php(41): CFilterChain->run() -#13 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(1144): CFilter->filter(Object(CFilterChain)) -#14 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CInlineFilter.php(59): CController->filterAccessControl(Object(CFilterChain)) -#15 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilterChain.php(131): CInlineFilter->filter(Object(CFilterChain)) -#16 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(283): CFilterChain->run() -#17 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#18 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(277): CController->run('play') -#19 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('challenge/play/...') -#20 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#21 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#22 {main} REQUEST_URI=/challenge/play/id/1 -2011/09/18 00:49:12 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 00:49:24 [error] [exception.CException] exception 'CException' with message 'ChallengeController and its behaviors do not have a method or closure named "radioButtonList".' in C:\xampp\htdocs\yii-1.1.8\framework\base\CComponent.php:269 -Stack trace: -#0 C:\xampp\htdocs\swomaha\protected\views\challenge\play.php(20): CComponent->__call('radioButtonList', Array) -#1 C:\xampp\htdocs\swomaha\protected\views\challenge\play.php(20): ChallengeController->radioButtonList(Object(Challenge), 'answer', Array) -#2 C:\xampp\htdocs\yii-1.1.8\framework\web\CBaseController.php(119): require('C:\xampp\htdocs...') -#3 C:\xampp\htdocs\yii-1.1.8\framework\web\CBaseController.php(88): CBaseController->renderInternal('C:\xampp\htdocs...', Array, true) -#4 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(866): CBaseController->renderFile('C:\xampp\htdocs...', Array, true) -#5 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(779): CController->renderPartial('play', Array, true) -#6 C:\xampp\htdocs\swomaha\protected\controllers\ChallengeController.php(163): CController->render('play', Array) -#7 C:\xampp\htdocs\yii-1.1.8\framework\web\actions\CInlineAction.php(50): ChallengeController->actionPlay() -#8 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(300): CInlineAction->runWithParams(Array) -#9 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilterChain.php(134): CController->runAction(Object(CInlineAction)) -#10 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilter.php(41): CFilterChain->run() -#11 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(1144): CFilter->filter(Object(CFilterChain)) -#12 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CInlineFilter.php(59): CController->filterAccessControl(Object(CFilterChain)) -#13 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilterChain.php(131): CInlineFilter->filter(Object(CFilterChain)) -#14 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(283): CFilterChain->run() -#15 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#16 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(277): CController->run('play') -#17 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('challenge/play/...') -#18 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#19 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#20 {main} REQUEST_URI=/challenge/play/id/1 -2011/09/18 00:49:24 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 00:49:55 [error] [exception.CException] exception 'CException' with message 'ChallengeController and its behaviors do not have a method or closure named "activeRadioButtonList".' in C:\xampp\htdocs\yii-1.1.8\framework\base\CComponent.php:269 -Stack trace: -#0 C:\xampp\htdocs\swomaha\protected\views\challenge\play.php(20): CComponent->__call('activeRadioButt...', Array) -#1 C:\xampp\htdocs\swomaha\protected\views\challenge\play.php(20): ChallengeController->activeRadioButtonList(Object(Challenge), 'answer', Array) -#2 C:\xampp\htdocs\yii-1.1.8\framework\web\CBaseController.php(119): require('C:\xampp\htdocs...') -#3 C:\xampp\htdocs\yii-1.1.8\framework\web\CBaseController.php(88): CBaseController->renderInternal('C:\xampp\htdocs...', Array, true) -#4 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(866): CBaseController->renderFile('C:\xampp\htdocs...', Array, true) -#5 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(779): CController->renderPartial('play', Array, true) -#6 C:\xampp\htdocs\swomaha\protected\controllers\ChallengeController.php(163): CController->render('play', Array) -#7 C:\xampp\htdocs\yii-1.1.8\framework\web\actions\CInlineAction.php(50): ChallengeController->actionPlay() -#8 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(300): CInlineAction->runWithParams(Array) -#9 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilterChain.php(134): CController->runAction(Object(CInlineAction)) -#10 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilter.php(41): CFilterChain->run() -#11 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(1144): CFilter->filter(Object(CFilterChain)) -#12 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CInlineFilter.php(59): CController->filterAccessControl(Object(CFilterChain)) -#13 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilterChain.php(131): CInlineFilter->filter(Object(CFilterChain)) -#14 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(283): CFilterChain->run() -#15 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#16 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(277): CController->run('play') -#17 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('challenge/play/...') -#18 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#19 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#20 {main} REQUEST_URI=/challenge/play/id/1 -2011/09/18 00:49:55 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 00:50:07 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 00:50:19 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 00:54:08 [error] [exception.CException] exception 'CException' with message 'Property "AssessmentQuestion.answer" is not defined.' in C:\xampp\htdocs\yii-1.1.8\framework\base\CComponent.php:131 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\db\ar\CActiveRecord.php(129): CComponent->__get('answer') -#1 C:\xampp\htdocs\yii-1.1.8\framework\web\helpers\CHtml.php(2063): CActiveRecord->__get('answer') -#2 C:\xampp\htdocs\yii-1.1.8\framework\web\helpers\CHtml.php(1542): CHtml::resolveValue(Object(AssessmentQuestion), 'answer') -#3 C:\xampp\htdocs\yii-1.1.8\framework\web\widgets\CActiveForm.php(722): CHtml::activeRadioButtonList(Object(AssessmentQuestion), 'answer', Array, Array) -#4 C:\xampp\htdocs\swomaha\protected\views\challenge\play.php(24): CActiveForm->radioButtonList(Object(AssessmentQuestion), 'answer', Array) -#5 C:\xampp\htdocs\yii-1.1.8\framework\web\CBaseController.php(119): require('C:\xampp\htdocs...') -#6 C:\xampp\htdocs\yii-1.1.8\framework\web\CBaseController.php(88): CBaseController->renderInternal('C:\xampp\htdocs...', Array, true) -#7 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(866): CBaseController->renderFile('C:\xampp\htdocs...', Array, true) -#8 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(779): CController->renderPartial('play', Array, true) -#9 C:\xampp\htdocs\swomaha\protected\controllers\ChallengeController.php(163): CController->render('play', Array) -#10 C:\xampp\htdocs\yii-1.1.8\framework\web\actions\CInlineAction.php(50): ChallengeController->actionPlay() -#11 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(300): CInlineAction->runWithParams(Array) -#12 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilterChain.php(134): CController->runAction(Object(CInlineAction)) -#13 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilter.php(41): CFilterChain->run() -#14 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(1144): CFilter->filter(Object(CFilterChain)) -#15 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CInlineFilter.php(59): CController->filterAccessControl(Object(CFilterChain)) -#16 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilterChain.php(131): CInlineFilter->filter(Object(CFilterChain)) -#17 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(283): CFilterChain->run() -#18 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#19 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(277): CController->run('play') -#20 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('challenge/play/...') -#21 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#22 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#23 {main} REQUEST_URI=/challenge/play/id/1 -2011/09/18 00:54:08 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 00:59:26 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 00:59:46 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 00:59:47 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 01:00:05 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 01:00:06 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 01:00:31 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 01:03:20 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 01:03:32 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 01:03:41 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 01:07:18 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 01:07:19 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 01:07:20 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 01:08:44 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 01:09:57 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 01:10:22 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 01:10:22 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 01:13:43 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 01:16:52 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 01:17:38 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 01:17:40 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 01:18:15 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 01:19:33 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 01:20:16 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 01:20:24 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 01:21:14 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 01:21:28 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 01:22:32 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 01:23:21 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 01:24:58 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 01:25:32 [error] [exception.CException] exception 'CException' with message 'Property "StudentAnswer.assessment_question_id" is not defined.' in C:\xampp\htdocs\yii-1.1.8\framework\base\CComponent.php:174 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\db\ar\CActiveRecord.php(145): CComponent->__set('assessment_ques...', '1') -#1 C:\xampp\htdocs\swomaha\protected\controllers\ChallengeController.php(166): CActiveRecord->__set('assessment_ques...', '1') -#2 C:\xampp\htdocs\yii-1.1.8\framework\web\actions\CInlineAction.php(50): ChallengeController->actionPlay() -#3 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(300): CInlineAction->runWithParams(Array) -#4 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilterChain.php(134): CController->runAction(Object(CInlineAction)) -#5 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilter.php(41): CFilterChain->run() -#6 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(1144): CFilter->filter(Object(CFilterChain)) -#7 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CInlineFilter.php(59): CController->filterAccessControl(Object(CFilterChain)) -#8 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilterChain.php(131): CInlineFilter->filter(Object(CFilterChain)) -#9 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(283): CFilterChain->run() -#10 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#11 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(277): CController->run('play') -#12 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('challenge/play/...') -#13 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#14 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#15 {main} REQUEST_URI=/challenge/play/id/1 -2011/09/18 01:25:32 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 01:25:55 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 01:26:24 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 01:27:06 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 01:27:39 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 01:27:40 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 01:28:22 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 01:28:27 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 01:45:49 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 01:46:21 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 01:46:23 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 01:46:28 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 01:46:32 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 01:47:05 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 01:47:05 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 01:47:10 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'The system is unable to find the requested action "student".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php:477 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(262): CController->missingAction('student') -#1 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(277): CController->run('student') -#2 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('student/student...') -#3 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#4 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#5 {main} REQUEST_URI=/student/student/games -2011/09/18 01:47:10 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 01:47:21 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 01:50:53 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 01:54:23 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 01:57:21 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 02:02:14 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 02:02:16 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 02:03:52 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 02:04:02 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 02:04:03 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 02:04:27 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 02:04:28 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 02:16:08 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 02:16:18 [error] [exception.CException] exception 'CException' with message 'Property "Answer.assessmentQuestion" is not defined.' in C:\xampp\htdocs\yii-1.1.8\framework\base\CComponent.php:131 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\db\ar\CActiveRecord.php(129): CComponent->__get('assessmentQuest...') -#1 C:\xampp\htdocs\swomaha\protected\models\StudentAnswer.php(69): CActiveRecord->__get('assessmentQuest...') -#2 C:\xampp\htdocs\yii-1.1.8\framework\db\ar\CActiveRecord.php(1037): StudentAnswer->afterSave() -#3 C:\xampp\htdocs\yii-1.1.8\framework\db\ar\CActiveRecord.php(781): CActiveRecord->insert(NULL) -#4 C:\xampp\htdocs\swomaha\protected\controllers\ChallengeController.php(169): CActiveRecord->save() -#5 C:\xampp\htdocs\yii-1.1.8\framework\web\actions\CInlineAction.php(50): ChallengeController->actionPlay() -#6 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(300): CInlineAction->runWithParams(Array) -#7 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilterChain.php(134): CController->runAction(Object(CInlineAction)) -#8 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilter.php(41): CFilterChain->run() -#9 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(1144): CFilter->filter(Object(CFilterChain)) -#10 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CInlineFilter.php(59): CController->filterAccessControl(Object(CFilterChain)) -#11 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilterChain.php(131): CInlineFilter->filter(Object(CFilterChain)) -#12 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(283): CFilterChain->run() -#13 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#14 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(277): CController->run('play') -#15 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('challenge/play/...') -#16 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#17 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#18 {main} REQUEST_URI=/challenge/play/id/1 -2011/09/18 02:16:18 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 02:16:36 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 02:18:09 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 02:20:09 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 02:27:57 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 02:38:28 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 02:38:30 [error] [exception.CDbException] exception 'CDbException' with message 'Table "points" does not have a column named "user_id".' in C:\xampp\htdocs\yii-1.1.8\framework\db\schema\CDbCommandBuilder.php:568 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\db\ar\CActiveRecord.php(1458): CDbCommandBuilder->createColumnCriteria(Object(CMysqlTableSchema), Array, '', Array, '`t`.') -#1 C:\xampp\htdocs\swomaha\protected\models\Challenge.php(77): CActiveRecord->findByAttributes(Array) -#2 C:\xampp\htdocs\swomaha\protected\views\student\game.php(17): Challenge->getPoints() -#3 C:\xampp\htdocs\yii-1.1.8\framework\web\CBaseController.php(119): require('C:\xampp\htdocs...') -#4 C:\xampp\htdocs\yii-1.1.8\framework\web\CBaseController.php(88): CBaseController->renderInternal('C:\xampp\htdocs...', Array, true) -#5 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(866): CBaseController->renderFile('C:\xampp\htdocs...', Array, true) -#6 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(779): CController->renderPartial('game', Array, true) -#7 C:\xampp\htdocs\swomaha\protected\controllers\StudentController.php(213): CController->render('game', Array) -#8 C:\xampp\htdocs\yii-1.1.8\framework\web\actions\CInlineAction.php(50): StudentController->actionGame() -#9 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(300): CInlineAction->runWithParams(Array) -#10 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilterChain.php(134): CController->runAction(Object(CInlineAction)) -#11 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilter.php(41): CFilterChain->run() -#12 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(1144): CFilter->filter(Object(CFilterChain)) -#13 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CInlineFilter.php(59): CController->filterAccessControl(Object(CFilterChain)) -#14 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilterChain.php(131): CInlineFilter->filter(Object(CFilterChain)) -#15 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(283): CFilterChain->run() -#16 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array) -#17 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(277): CController->run('game') -#18 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('student/game/id...') -#19 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#20 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#21 {main} REQUEST_URI=/student/game/id/1 -2011/09/18 02:38:30 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 02:38:57 [error] [php] Invalid argument supplied for foreach() (C:\xampp\htdocs\swomaha\protected\models\Challenge.php:79) -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CBaseController.php(88): StudentController->renderInternal() -#1 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(866): StudentController->renderFile() -#2 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(779): StudentController->renderPartial() -#3 C:\xampp\htdocs\swomaha\protected\controllers\StudentController.php(213): StudentController->render() -#4 C:\xampp\htdocs\yii-1.1.8\framework\web\actions\CInlineAction.php(50): StudentController->actionGame() -#5 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(300): CInlineAction->runWithParams() -#6 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilterChain.php(134): StudentController->runAction() -#7 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilter.php(41): CFilterChain->run() -#8 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(1144): CAccessControlFilter->filter() -#9 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CInlineFilter.php(59): StudentController->filterAccessControl() -#10 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilterChain.php(131): CInlineFilter->filter() -#11 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(283): CFilterChain->run() -#12 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(257): StudentController->runActionWithFilters() -#13 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(277): StudentController->run() -#14 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController() -#15 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#16 C:\xampp\htdocs\swomaha\index.php(13): CWebApplication->run() -REQUEST_URI=/student/game/id/1 -in C:\xampp\htdocs\swomaha\protected\models\Challenge.php (79) -in C:\xampp\htdocs\swomaha\protected\views\student\game.php (17) -in C:\xampp\htdocs\swomaha\protected\controllers\StudentController.php (213) -2011/09/18 02:38:57 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 02:40:04 [error] [php] Invalid argument supplied for foreach() (C:\xampp\htdocs\swomaha\protected\models\Challenge.php:79) -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CBaseController.php(88): StudentController->renderInternal() -#1 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(866): StudentController->renderFile() -#2 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(779): StudentController->renderPartial() -#3 C:\xampp\htdocs\swomaha\protected\controllers\StudentController.php(213): StudentController->render() -#4 C:\xampp\htdocs\yii-1.1.8\framework\web\actions\CInlineAction.php(50): StudentController->actionGame() -#5 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(300): CInlineAction->runWithParams() -#6 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilterChain.php(134): StudentController->runAction() -#7 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilter.php(41): CFilterChain->run() -#8 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(1144): CAccessControlFilter->filter() -#9 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CInlineFilter.php(59): StudentController->filterAccessControl() -#10 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilterChain.php(131): CInlineFilter->filter() -#11 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(283): CFilterChain->run() -#12 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(257): StudentController->runActionWithFilters() -#13 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(277): StudentController->run() -#14 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController() -#15 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#16 C:\xampp\htdocs\swomaha\index.php(13): CWebApplication->run() -REQUEST_URI=/student/game/id/1 -in C:\xampp\htdocs\swomaha\protected\models\Challenge.php (79) -in C:\xampp\htdocs\swomaha\protected\views\student\game.php (17) -in C:\xampp\htdocs\swomaha\protected\controllers\StudentController.php (213) -2011/09/18 02:40:04 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 02:40:14 [error] [php] Invalid argument supplied for foreach() (C:\xampp\htdocs\swomaha\protected\models\Challenge.php:79) -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CBaseController.php(88): StudentController->renderInternal() -#1 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(866): StudentController->renderFile() -#2 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(779): StudentController->renderPartial() -#3 C:\xampp\htdocs\swomaha\protected\controllers\StudentController.php(213): StudentController->render() -#4 C:\xampp\htdocs\yii-1.1.8\framework\web\actions\CInlineAction.php(50): StudentController->actionGame() -#5 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(300): CInlineAction->runWithParams() -#6 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilterChain.php(134): StudentController->runAction() -#7 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilter.php(41): CFilterChain->run() -#8 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(1144): CAccessControlFilter->filter() -#9 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CInlineFilter.php(59): StudentController->filterAccessControl() -#10 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilterChain.php(131): CInlineFilter->filter() -#11 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(283): CFilterChain->run() -#12 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(257): StudentController->runActionWithFilters() -#13 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(277): StudentController->run() -#14 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController() -#15 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#16 C:\xampp\htdocs\swomaha\index.php(13): CWebApplication->run() -REQUEST_URI=/student/game/id/1 -in C:\xampp\htdocs\swomaha\protected\models\Challenge.php (79) -in C:\xampp\htdocs\swomaha\protected\views\student\game.php (17) -in C:\xampp\htdocs\swomaha\protected\controllers\StudentController.php (213) -2011/09/18 02:40:15 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 02:40:47 [error] [php] Invalid argument supplied for foreach() (C:\xampp\htdocs\swomaha\protected\models\Challenge.php:79) -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CBaseController.php(88): StudentController->renderInternal() -#1 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(866): StudentController->renderFile() -#2 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(779): StudentController->renderPartial() -#3 C:\xampp\htdocs\swomaha\protected\controllers\StudentController.php(213): StudentController->render() -#4 C:\xampp\htdocs\yii-1.1.8\framework\web\actions\CInlineAction.php(50): StudentController->actionGame() -#5 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(300): CInlineAction->runWithParams() -#6 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilterChain.php(134): StudentController->runAction() -#7 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilter.php(41): CFilterChain->run() -#8 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(1144): CAccessControlFilter->filter() -#9 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CInlineFilter.php(59): StudentController->filterAccessControl() -#10 C:\xampp\htdocs\yii-1.1.8\framework\web\filters\CFilterChain.php(131): CInlineFilter->filter() -#11 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(283): CFilterChain->run() -#12 C:\xampp\htdocs\yii-1.1.8\framework\web\CController.php(257): StudentController->runActionWithFilters() -#13 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(277): StudentController->run() -#14 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController() -#15 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#16 C:\xampp\htdocs\swomaha\index.php(13): CWebApplication->run() -REQUEST_URI=/student/game/id/1 -in C:\xampp\htdocs\swomaha\protected\models\Challenge.php (79) -in C:\xampp\htdocs\swomaha\protected\views\student\game.php (17) -in C:\xampp\htdocs\swomaha\protected\controllers\StudentController.php (213) -2011/09/18 02:40:47 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 02:40:49 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 02:43:10 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 02:43:23 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 02:43:56 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 02:44:14 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 02:45:07 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 02:45:35 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 02:45:40 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 02:46:06 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 02:47:07 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico -2011/09/18 02:47:31 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "favicon.ico".' in C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php:281 -Stack trace: -#0 C:\xampp\htdocs\yii-1.1.8\framework\web\CWebApplication.php(136): CWebApplication->runController('favicon.ico') -#1 C:\xampp\htdocs\yii-1.1.8\framework\base\CApplication.php(158): CWebApplication->processRequest() -#2 C:\xampp\htdocs\swomaha\index.php(13): CApplication->run() -#3 {main} REQUEST_URI=/favicon.ico diff --git a/protected/views/app/view.php b/protected/views/app/view.php index 6aebd1d..15077fb 100644 --- a/protected/views/app/view.php +++ b/protected/views/app/view.php @@ -1,17 +1,23 @@ breadcrumbs=array( +<<<<<<< HEAD 'Apps'=>array('index'), $model['App']->name, +======= + 'Games'=>array('/teacher/games'), + $model->name, +>>>>>>> 856dd198b3743249c28442998cafab2099a3810b ); -$this->menu=array( +/*$this->menu=array( array('label'=>Yii::t('app', 'List') . ' App', 'url'=>array('index')), array('label'=>Yii::t('app', 'Create') . ' App', 'url'=>array('create')), array('label'=>Yii::t('app', 'Update') . ' App', 'url'=>array('update', 'id'=>$model['App']->id)), array('label'=>Yii::t('app', 'Delete') . ' App', 'url'=>'#', 'linkOptions'=>array('submit'=>array('delete','id'=>$model['App']->id),'confirm'=>'Are you sure you want to delete this item?')), array('label'=>Yii::t('app', 'Manage') . ' App', 'url'=>array('admin')), -); +);*/ ?> +<<<<<<< HEAD
No challenges found.
'; }?> +======= + +