Boo.
Click HERE to register.


 Forgot your info?
Remember me

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

By:
Digg Share
Looking for more from ?
READ TIMES
Wrestling in 1993

1993 has long been shunned by pro wrestling fans as a “down” year. While it’s true that attendance and ratings were down that year, and a lot of...

Some of My Favorite Saturday Morning Cartoons

For this article, I’m running down for you a few of my favorite Saturday morning cartoons from the ’80s. I put a couple of stipulations on myself ...

Old Junk Food I Missed Out On

I’ve spent a lot of time and web space talking about all of the old junk foods that I loved through the years, but rarely do I ever stop to talk abo...

Highlights From a 1989 Kay Bee Toys Sale Paper

I love sifting through old catalogs and sale papers from the ’80s and early ’90s. They’re filled with so much nostalgia with so many toys I had,...

Old McDonald's Tray Liners

    For this article, I’m doing something a little different. I’m highlighting a few old tray liners from McDonalds. You know what...

PHP warning

PHP warning

Creating default object from empty value

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

1248             //$allArticles = Articles::model()->findAllByAttributes(array('status'=>'Approved'), array('order'=>'id desc', 'limit'=>10));
1249 
1250             if (isset(Yii::app()->user->uid)) {
1251                 $ifFavorited = PostLog::model()->countByAttributes(array("post_type" => 'Article', "post_id" => $artId, "action_by" => intval(Yii::app()->user->uid), "action_taken" => 'Favorited'));
1252                 $ifApproved = PostLog::model()->countByAttributes(array("post_type" => 'Article', "post_id" => $artId, "action_by" => intval(Yii::app()->user->uid), "action_taken" => 'Approved'));
1253                 $ifDisapproved = PostLog::model()->countByAttributes(array("post_type" => 'Article', "post_id" => $artId, "action_by" => intval(Yii::app()->user->uid), "action_taken" => 'Disapproved'));
1254                 $ifAction = $ifApproved + $ifDisapproved;
1255             } else {
1256                 $ifFavorited = $ifAction = 0;
1257             }
1258 
1259             $this->render('article', array('model' => $model, 'article' => $article, 'postedBy' => $postedBy, 'comments' => $comments, 'commentCount' => $commentCount, 'ifFavorited' => $ifFavorited, 'ifAction' => $ifAction, 'allArticles' => $allArticles, 'pages' => $pages));
1260             $article->reads += 1;
1261             $article->update();
1262         } else {
1263             $this->redirect(Yii::app()->createUrl('site/error', array('code' => 404, 'message' => 'This page was not found.')));
1264             exit();
1265         }
1266     }
1267 
1268     public function actiontest() {
1269         if (isset($_GET['order']) && $_GET['order'] == 'title')
1270             $order = 'title ASC';
1271         else
1272             $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();
2025-12-06 15:30:20 LiteSpeed Yii Framework/1.1.11