You will
never be
forgotten.
Click HERE to register.


 Forgot your info?
Remember me

Don't mess
with the bull.
JOIN!!!
0 COMMENTS
RETRORATING:
FAVORITED TIMES

By:
Digg Share
Looking for more from ?
READ TIMES
The Importance of Ocarina of Time

When video games were truly ready for the 3D era, experimenting with ideas in both console hardware and software was always what would lead to a gambl...

Sonic's triple game release of 1993

In the decades of the 80s and 90s, it seemed like a gamble if a mascot could be successful depending on critic scores and sales of their games. W...

February 20, 1967 or November 18, 1953? An Indepth Analysis On Kath Soucie's True Date Of Birth

      Before I begin, I’d like to say, for the record, that I’ve always loved the veteran voice actress in question pr...

My Top 4 Pearl Jam Albums.

    I'm a big fan of Pearl Jam's older music.  In fact, I'd go as far as to say they are by far my favorite 90's band and wer...

My Top 3 Favorite RHCP Albums

I am a HUGE Red Hot Chili Peppers fan and they are one of my favorite bands to listen to and have made tons of great music to listen to over the...

PHP warning

PHP warning

Creating default object from empty value

/home/ghostofvapor/public_html/protected/controllers/SiteController.php(1238)

1226             //$allArticles = Articles::model()->findAllByAttributes(array('status'=>'Approved'), array('order'=>'id desc', 'limit'=>10));
1227 
1228             if (isset(Yii::app()->user->uid)) {
1229                 $ifFavorited = PostLog::model()->countByAttributes(array("post_type" => 'Article', "post_id" => $artId, "action_by" => intval(Yii::app()->user->uid), "action_taken" => 'Favorited'));
1230                 $ifApproved = PostLog::model()->countByAttributes(array("post_type" => 'Article', "post_id" => $artId, "action_by" => intval(Yii::app()->user->uid), "action_taken" => 'Approved'));
1231                 $ifDisapproved = PostLog::model()->countByAttributes(array("post_type" => 'Article', "post_id" => $artId, "action_by" => intval(Yii::app()->user->uid), "action_taken" => 'Disapproved'));
1232                 $ifAction = $ifApproved + $ifDisapproved;
1233             } else {
1234                 $ifFavorited = $ifAction = 0;
1235             }
1236 
1237             $this->render('article', array('model' => $model, 'article' => $article, 'postedBy' => $postedBy, 'comments' => $comments, 'commentCount' => $commentCount, 'ifFavorited' => $ifFavorited, 'ifAction' => $ifAction, 'allArticles' => $allArticles, 'pages' => $pages));
1238             $article->reads += 1;
1239             $article->update();
1240         } else {
1241             $this->redirect(Yii::app()->createUrl('site/error', array('code' => 404, 'message' => 'This page was not found.')));
1242             exit();
1243         }
1244     }
1245 
1246     public function actiontest() {
1247         if (isset($_GET['order']) && $_GET['order'] == 'title')
1248             $order = 'title ASC';
1249         else
1250             $order = 'posted_on DESC';

Stack Trace

#12
+
 /home/ghostofvapor/public_html/index.php(16): CApplication->run()
11 defined('YII_DEBUG') or define('YII_DEBUG',true);
12 // specify how many levels of call stack should be shown in each log message
13 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL',3);
14 
15 require_once($yii);
16 Yii::createWebApplication($config)->run();
2024-03-28 21:35:40 LiteSpeed Yii Framework/1.1.11