From c67d900496164517d121192ee62d015fe5ad207c Mon Sep 17 00:00:00 2001 From: chrisramey Date: Sun, 18 Sep 2011 10:49:37 -0500 Subject: [PATCH] App & challenge views --- .gitignore | 1 - css/main.css | 44 +- images/challenge_flag.png | Bin 0 -> 2009 bytes images/checkmark.png | Bin 0 -> 3407 bytes images/coins.png | Bin 0 -> 13555 bytes images/friendly_helper.png | Bin 0 -> 11260 bytes images/header_bg.jpg | Bin 0 -> 1807 bytes images/header_left.jpg | Bin 0 -> 12196 bytes images/header_right.jpg | Bin 0 -> 12496 bytes images/nav_bar_center.png | Bin 0 -> 1089 bytes images/nav_bar_left.png | Bin 0 -> 1499 bytes images/nav_bar_right.png | Bin 0 -> 1519 bytes images/nav_button_active.png | Bin 0 -> 1145 bytes images/nav_button_hover.png | Bin 0 -> 1127 bytes images/progress_bar_bg.png | Bin 0 -> 1655 bytes images/progress_bar_filler_center.png | Bin 0 -> 1066 bytes images/progress_bar_filler_left.png | Bin 0 -> 1201 bytes images/progress_bar_filler_right.png | Bin 0 -> 1211 bytes images/welcome_msg.gif | Bin 0 -> 11130 bytes protected/DEV/swomaha.sql | 6 +- protected/controllers/AppController.php | 2 +- .../controllers/AssessmentController.php | 26 +- protected/controllers/ChallengeController.php | 2 +- protected/controllers/StudentController.php | 4 +- protected/controllers/TeacherController.php | 20 +- protected/controllers/UserController.php | 2 +- protected/runtime/.gitignore | 1 + protected/runtime/application.log | 3047 ----------------- protected/views/app/view.php | 27 +- protected/views/layouts/column2.php | 23 - protected/views/layouts/main.php | 79 +- protected/views/layouts/student.php | 81 - protected/views/layouts/teacher.php | 83 - protected/views/site/index.php | 29 +- protected/views/site/pages/marketplace.php | 9 + protected/views/student/_gameView.php | 6 + protected/views/teacher/_gameView.php | 7 + protected/views/teacher/games.php | 15 + 38 files changed, 193 insertions(+), 3321 deletions(-) create mode 100644 images/challenge_flag.png create mode 100644 images/checkmark.png create mode 100644 images/coins.png create mode 100644 images/friendly_helper.png create mode 100644 images/header_bg.jpg create mode 100644 images/header_left.jpg create mode 100644 images/header_right.jpg create mode 100644 images/nav_bar_center.png create mode 100644 images/nav_bar_left.png create mode 100644 images/nav_bar_right.png create mode 100644 images/nav_button_active.png create mode 100644 images/nav_button_hover.png create mode 100644 images/progress_bar_bg.png create mode 100644 images/progress_bar_filler_center.png create mode 100644 images/progress_bar_filler_left.png create mode 100644 images/progress_bar_filler_right.png create mode 100644 images/welcome_msg.gif create mode 100644 protected/runtime/.gitignore delete mode 100644 protected/runtime/application.log delete mode 100644 protected/views/layouts/column2.php delete mode 100644 protected/views/layouts/student.php delete mode 100644 protected/views/layouts/teacher.php create mode 100644 protected/views/site/pages/marketplace.php create mode 100644 protected/views/teacher/_gameView.php create mode 100644 protected/views/teacher/games.php 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 0000000000000000000000000000000000000000..86aaa17b970cceaee8db4c7110d0f9d729e3eb25 GIT binary patch literal 2009 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 literal 0 HcmV?d00001 diff --git a/images/friendly_helper.png b/images/friendly_helper.png new file mode 100644 index 0000000000000000000000000000000000000000..f90b9a565f9e5679b89d0bbb7733188f99cc7f80 GIT binary patch literal 11260 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 literal 0 HcmV?d00001 diff --git a/images/header_bg.jpg b/images/header_bg.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f5a659dc2d9f18d14f99aed999200fda63736ead GIT binary patch literal 1807 zcmb_ceM}o=7=PRA*D4eX+hij1Qno0I^zM4l(vyzRuTZp%6!wv5qNTmU1=?%wuA^mf zIOPvDTXe9^p=-=O4AIO*H~&#^ABx6g1h#e2ZH5gJgMu3)ZW(dQtnan702x#}0Z2|E!FE9iQy3QF z^QO6z@W5Q}=l7@@~8P*WQXdwm_WfVR?YOvs|UJ#FQ*bV-F&&yR5jrfoIx#D{&E16B zSdK=k^mv62H{z&~&=X{($z*yCHQ)q};RcK_R1hYLG*CE>E{YCj zVo_aPUHUFk&vI=TVK$q^7zRTHw5Z@?A;BB12=Qf^2zHwHaZFfX*bpj4^tQ4Q!J>mq z(HXe?{Zx5UCU=An5u!ue=uUY2o&d-v!>q9J5MZQ>Ys zDBeyx>x%^Gkl?agbZ|xQXZ)1SLE5dPk#O1^xC1AMYO}T4Y&TfzjJVNgt~6v~Eaz)5 z<7OjSXK)Zk13@@&tJQ39RGRE2lBgz~RaswGh!?yeADzj|z`TpT#3Owv8%KKumTO_z z&P)e1wX*`tx3gi?)?9^dWkP`bv#33Vy6p~OXRF6ZQ zL@HBe^Z*nVd1Xj{;@IWQiq%_`#aht-sF9qjwooGNJ8}srYL>0K=#j5ZUITe>S*k^} zpcX95=RzUJ&(uAv`*Y*@o~i3kd^3Og!Phqmt|URp{fF_tUs-d%V76fIy_b?ev*X5N zw}(EP@A=;sO1|U%a`d| z=-kZJ%afL)GuXPxI}33>5iO0EygWu;i^V6Nrw%Evv(IW>op&=()oQ5-%l5NrLR0Z@=3eIuOWzN*En| q(mXS8u#yS{@-+h=df%Qnm-unyx0G-7?!1E|uli4(L~|XJy!sC?P(k|u literal 0 HcmV?d00001 diff --git a/images/header_left.jpg b/images/header_left.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0baefaec3c2e8e8aeaed22857e6ef114e2010d06 GIT binary patch literal 12196 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 G{{H}+vH6hz literal 0 HcmV?d00001 diff --git a/images/header_right.jpg b/images/header_right.jpg new file mode 100644 index 0000000000000000000000000000000000000000..73a7b1f2ffd94a464b86c3ea75d2ca92f84b2fe6 GIT binary patch literal 12496 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 IlhoXmKL%=5+W-In literal 0 HcmV?d00001 diff --git a/images/nav_bar_left.png b/images/nav_bar_left.png new file mode 100644 index 0000000000000000000000000000000000000000..06422f24045db8edc995357ffd82a937d2a3bd6c GIT binary patch literal 1499 zcmeAS@N?(olHy`uVBq!ia0vp^l0dA>!3HFwnGW0l36!`-lmzFem6RtIr7}3C)9WTXpJp<7&;SCUwvn^&w1Gr=XbIJqdZpd>RtPXT0NVp4u- ziLDaQr4TRV7Wn$Y4bCfu1{5&J^eYkz^bPe4^mB7T{sOBmE(uCSI0LKd;*iRMRQ;gT z;{4L0WMF)xDZ?}a!w$biAca8JSos%a0wX0c$0a|xG&eP`#M8xA2`HnNl9^)V>}u@d zWNc>W=Im0;#MXl7t$W@%ysGXtAmS3^^CV>O)SYT3dzsUfu(?ejQo=P z;*9(P1?ON>h49S0l>G8yP~<@T>XKTNS(cjOR+OKs01jQNOf0rL85z46nj09K8My-8 zjm_5(y(#2`m_E=k`kFP}p(`^vPiRXytl3fi z{+>#%u5P-SnOWT`R&j$BHyWp$d=($Z49E-tQR2hN;2 we)#ZWCtvRbhLo8q0^N*;EBg86Oc*!}80PM(Wl{8xt^pOdp00i_>zopr03AUVm;e9( literal 0 HcmV?d00001 diff --git a/images/nav_bar_right.png b/images/nav_bar_right.png new file mode 100644 index 0000000000000000000000000000000000000000..0a9a8c352e0f212a0c9681bc2b3c89e38dc19f58 GIT binary patch literal 1519 zcmeAS@N?(olHy`uVBq!ia0vp^l0dA>!3HFwnGW0l36!`-lmzFem6RtIr7}3C)9WTXpJp<7&;SCUwvn^&w1Gr=XbIJqdZpd>RtPXT0NVp4u- ziLDaQr4TRV7Wn$Y4bCfu1{5&J^eYkz^bPe4^mB7T{sOBmE(uCSI0LKd;*iRMRQ;gT z;{4L0WMF)xDZ?}a!w$biAca8JSos%a0wX0c$0a|xG&eP`#M8xA2`HnNl9^)V>}u@d zWNc>W=Im0;#MXl7t$W@%ysGXtAmS7$><15+m>S3@%+Lqk^sCpQyA zM`vSKM@KVrGZ$9_m|oAk;*!L?>O)SYT3dzsUfu(?ejQo=P z;*9(P1?ON>h49S0l>G8yP~<@T>XKTNS(cjOR+OKs01jQNOf0rL85z46nj09K0o{(> z*ATra?I;nZU{89wW7(JP1dl(p)6g^!WLn>~) znPKbg6ew}rHY>r|TO!aqnU~kmY^Q`DXRl|l^L+(R`-a7zH&#Nf8IH(_rb%5Q;$Cud~ok@(gqu053||1k?V_g{wWgdl#%E?R%)_7kx5~b zhRWoVHIh@jmIm>#HAi!&eO8;L&M>vAZOP@A+a}ucwQu)TyDW7_x#3<_qXy@~jq37@ z$NVPW>hasYWBcyiJr7sLOzIHFvLic6u$9a=3atv#N5KBTWUBYI&w zQ@EGpEgYqG Rl?k9C*wfX|Wt~$(69BYHCY=BP literal 0 HcmV?d00001 diff --git a/images/nav_button_active.png b/images/nav_button_active.png new file mode 100644 index 0000000000000000000000000000000000000000..8ff1557a4517f84733f70ca3c095262e79ada500 GIT binary patch literal 1145 zcmbVMUu@Gx9Cn&ArASBxX%$0AJGoSVM(jH~abm9-ZDN;3B3+k6Yo($M*S1I&%vWFCW} zYcAq4Htm&f9^+Ati`!0hmd=(=YZh?@Gr|Z>*Jo^w8$H?dO{_#+P- zJIBwYOR(e@aLt)q4RB?3s%ov)E!E~veg;OH8WV6aH9^x|@mGz0P zEw;TOR9b}-s*JL!Og4>r+@cp!)3b2TuEXqhxyn1aS|PwD zB|(*trCtS0*9awHjrgEYNrM^3vq>Y2E~gW#jsxdgY)=Hl1>4!xoL#KvC0R!qC@Ye| z{N63<4%dF4jET${F)EF>N~QOS)nBySDSWosX&vmbehFA(@a?I~tf_7l_3>)+m)F0w z2R6ZA|K`DG=dW&j_@?~a82aP%z)yE?9Gv|5+}CU6{=wLvzjA;7KC*U(o2&Ot3axuz z#`O3`>{WPW4)#5I5W5~;>qGbVug89f=a01N$;ueFf6O0fkMtjIC%}u?)7Eh($ literal 0 HcmV?d00001 diff --git a/images/nav_button_hover.png b/images/nav_button_hover.png new file mode 100644 index 0000000000000000000000000000000000000000..550cb1ecca5fc1275ba42568ae755921fff44f9f GIT binary patch literal 1127 zcmbVLPfXKL94-UNM3;aU6%Rg2Vq$RXYYUxin2fERE;__9Wd}_t?PF`8eYJhCLSjTt zdc&h0j2FFVyqFjhjJkw_-qeF3hJzkVJeX+IqefqWp$EdjCa>?`_kF)V@AtblJajzP z*4f4|Oe}vwEzzjSa7qbYMq$# z(8%0S$(WloWRo2@2Kobq3fPF~Ah4$#UkOs|nyy0E;W5X8H3*qZvFlEi3&S9bJp}p^ zFm6Bz0*O!XVsA2;JOTvBLk@~&pJd8;*Q_lP*9O?c$P~n?0`^FAIH-q#Zph#L$KXKVN=-g zHxflt#s#{|@d?P;b{N+h+9yTy*NrXFereW4ToL(r+B4{TOmsKMGi1SruXD}+$rwkS z;lk4Rr&Jn8wEn{7X5rJ#X6qn__KQaw)1Surt5DX|9&AsW`+4!e#L8RqH8LKPxA3Hv^F1O|8L3(w5EFx4QxBMrOL%>P5gGfsf zJYA^M%lECzvFJG%Y3bQ_uky}Pq#U(*890iug% un&w(Mo6n!TQm#kaSLb&>ETokSO|8tmkK@1c_jm0HTR*Q2sSh$^3x5C*QC~Cw literal 0 HcmV?d00001 diff --git a/images/progress_bar_bg.png b/images/progress_bar_bg.png new file mode 100644 index 0000000000000000000000000000000000000000..5f586bcce1c07289d73084f3b73f085b71e454b3 GIT binary patch literal 1655 zcmbVNc~BEq9NwVNcz~FCfP-|6)T@x)O-Mo_DI~i=GL?`fs8Nx!Br6G$Y)BRos9IpE zj}?3 z8)e)D!W1;chEpbUa*>_V6{*t>X5o*+yPxFuzkx2 z7ao8x%VgZap!6vk7^m$NEaagv22_N?B8-O#V#Q){G|Wda6hZk2#*e|oQUPCzqVUk* z0&jNXQmK|m8uA5ZGOmeXY*GYqI-NYHfJfW25lkYH_%!(Z7=Vaz6j~Y56=QWw^(zpR z!(cbt7&C2!eTrljozKX)Akx7UEVh)C7s6J@P@zD{5Ep4fFdm9nEWW%3&<;jR{S(GZ z(T=o28--{o2c2&>fb&>7)lUYsd$l7U5JV$QwVT1AkhuhH$hS~dMn%ZDV25Wk8>Iw} zD=|#K7mAgb62-7Mi6Txy@D*|qDiTRz`F@R;am4~mp~Qqq;E`Z}9fuQ2IU0un9zoy| zxu2`DIvCPwp!|N#!0!-O`AV)7w^JlT+tX+|*WUpe6V1>L6K#WWoe*ANwi;=t!*@7? zxe}D!TtFFe`P($HU6K9As`sU*Bbw775@_GKcD%c@xkQ9)uF85 zzSzOVNKU(pt)=(Oc+OmrQoudkoD zzUf3u%g7xgqO~4d;Y_t!O}I6Wqf*CEGnUu$LNh8WD{oHcj38?+h08MK^E~rDJ$mr|r@g$@6g%64$9;4n>r&1cs95sH zgzAgsTXlz~*L_%8ySpa9na=BY_~c1#&Xlm3-YA88!>QhTslWHM^(DGO*~7nY)C77X zrXeAb;loH>0h@WPxH&E&vHm`Z9knfu|}y^$s4*8lJ~TAX9pg;lZm?K?Mr(o7K!ek<+7q-p;F^% zztHo;{rul@_MZjAvP)~GEtXG?gcS$w=!z0e3U196J)nL`tr|7_%9s7)j&44EWl2@X zw%e}wV|`3DM}Rh6SlpOVHNEr3!3~dU4!-+N6z6bjQcPPxW7U%FWz|+ex%aYm@!=I? nS65tq?xdT3+zEZ*O=Sf^jR~CZ&J-MFe7^#fQcYAUGE4skRD^9+ literal 0 HcmV?d00001 diff --git a/images/progress_bar_filler_center.png b/images/progress_bar_filler_center.png new file mode 100644 index 0000000000000000000000000000000000000000..ffd4d9130fd93000ef0c2719c3902f73d3290e14 GIT binary patch literal 1066 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 literal 0 HcmV?d00001 diff --git a/images/welcome_msg.gif b/images/welcome_msg.gif new file mode 100644 index 0000000000000000000000000000000000000000..baf1f006c43ee5c6ad55312e89ab664e9e11bd52 GIT binary patch literal 11130 zcmbVybyQT}+wU-RNO#CEba#sm9g;%`1Clc|!_Xx-Gz=kKA|M?D(h`bvN+^<|(%qnh zG1u?!eSh!0Yu$IfcddK=IA_P_^TgiIv-dgcY;9dF1x1Hg;77n90Is=m87MVBqTupd4d0G^MyMrK{d4gQ`g^`3fR@(AEhKN9uyQL79=g^?du{g zsi>&oBVg|{%1x10RLK}WaR7icTyZYHN2eyybwr#T@4lR-ySiz8(c|ET3SO=UP4+< zN>fr(LQ+yeQB6TnLrP6mPC`yjQAX21|IIu?_WP}Z?3O?e80RnKRZ1+J~}+u z-`m~U-rC$)Ut9h5^~=iV<)y`i`MFQCA3w}YPffm`7#|xQ86FxO=-M(Rmgc6$R}J;py4srRs>+J;veK6&#YHa)pBLok<>q8(WoD$OJxfhVPQoN6#K*

1<~U7QhcCr1Z+JKM)L)-Wr}M;7L0rce`O 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 $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

App Iconname;?>

@@ -31,3 +37,20 @@ echo '

No challenges found.

'; }?> +======= + +

name; ?>

+ + + +

Challenges

+ +
    +challenges as $challenge): ?> +
  • name, array('/challenge/edit','id'=>$challenge->id)) ?>
  • + +
+ +

+ +>>>>>>> 856dd198b3743249c28442998cafab2099a3810b diff --git a/protected/views/layouts/column2.php b/protected/views/layouts/column2.php deleted file mode 100644 index 62df16f..0000000 --- a/protected/views/layouts/column2.php +++ /dev/null @@ -1,23 +0,0 @@ -beginContent('//layouts/main'); ?> -
-
-
- -
-
-
- -
-
-endContent(); ?> \ No newline at end of file diff --git a/protected/views/layouts/main.php b/protected/views/layouts/main.php index b0c0c5c..788adf0 100644 --- a/protected/views/layouts/main.php +++ b/protected/views/layouts/main.php @@ -17,45 +17,54 @@ <?php echo CHtml::encode($this->pageTitle); ?> - - -
- - - - - breadcrumbs)):?> - widget('zii.widgets.CBreadcrumbs', array( - 'links'=>$this->breadcrumbs, - )); ?> - - -
-
- +
+ + - +
+ breadcrumbs)):?> + widget('zii.widgets.CBreadcrumbs', array( + 'links'=>$this->breadcrumbs, + )); ?> + -
+ + +
+ + + +
+ diff --git a/protected/views/layouts/student.php b/protected/views/layouts/student.php deleted file mode 100644 index 0dbd2cb..0000000 --- a/protected/views/layouts/student.php +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - - - - - - - <?php echo CHtml::encode($this->pageTitle); ?> - - - - -
- - - - - breadcrumbs)):?> - widget('zii.widgets.CBreadcrumbs', array( - 'links'=>$this->breadcrumbs, - )); ?> - - -
- menu): ?> -
-
- -
-
-
- -
- -
- -
- -
- - - -
- - - diff --git a/protected/views/layouts/teacher.php b/protected/views/layouts/teacher.php deleted file mode 100644 index 2700247..0000000 --- a/protected/views/layouts/teacher.php +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - - - - - - - <?php echo CHtml::encode($this->pageTitle); ?> - - - - -
- - - - - breadcrumbs)):?> - widget('zii.widgets.CBreadcrumbs', array( - 'links'=>$this->breadcrumbs, - )); ?> - - -
- menu): ?> -
-
- -
-
-
- -
- -
- -
- -
- - - -
- - - diff --git a/protected/views/site/index.php b/protected/views/site/index.php index b44b2e6..a08016b 100644 --- a/protected/views/site/index.php +++ b/protected/views/site/index.php @@ -1,16 +1,13 @@ -pageTitle=Yii::app()->name; ?> - -

Welcome to name); ?>

- -

Congratulations! You have successfully created your Yii application.

- -

You may change the content of this page by modifying the following two files:

-
    -
  • View file:
  • -
  • Layout file: getLayoutFile('main'); ?>
  • -
- -

For more details on how to further develop this application, please read -the documentation. -Feel free to ask in the forum, -should you have any questions.

\ No newline at end of file +
+
+
+
+
+ + diff --git a/protected/views/site/pages/marketplace.php b/protected/views/site/pages/marketplace.php new file mode 100644 index 0000000..239092a --- /dev/null +++ b/protected/views/site/pages/marketplace.php @@ -0,0 +1,9 @@ +pageTitle=Yii::app()->name . ' - Marketplace'; +$this->breadcrumbs=array( + 'Marketplace', +); +?> +

Game/Lesson Marketplace

+ +

Hard code an example of what a marketplace could look like, selling apps?

diff --git a/protected/views/student/_gameView.php b/protected/views/student/_gameView.php index e5a19fa..4815519 100644 --- a/protected/views/student/_gameView.php +++ b/protected/views/student/_gameView.php @@ -1,6 +1,12 @@
+
+ BADGE 1 +
+

name), array('student/game', 'id'=>$data->id)); ?>

Your points: getPoints(); ?> + +
diff --git a/protected/views/teacher/_gameView.php b/protected/views/teacher/_gameView.php new file mode 100644 index 0000000..72a89c5 --- /dev/null +++ b/protected/views/teacher/_gameView.php @@ -0,0 +1,7 @@ +
+ +

name), array('app/view', 'id'=>$data->id)); ?>

+ + + +
diff --git a/protected/views/teacher/games.php b/protected/views/teacher/games.php new file mode 100644 index 0000000..e1ab9d4 --- /dev/null +++ b/protected/views/teacher/games.php @@ -0,0 +1,15 @@ +breadcrumbs = array( + Yii::t('app', 'Games'), +); + +?> + +

My Games

+ + + +widget('zii.widgets.CListView', array( + 'dataProvider'=>$dataProvider, + 'itemView'=>'_gameView', +)); ?>