You will
never be
forgotten.
Blast to the Past!

CONTEST WINNER!

I totally missed out!

RETRORATING: 17

Click HERE to register.


 Forgot your info?
Remember me

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

By:
Digg Share
Looking for more from ?
READ TIMES
Surprise Party! : 1987

Alright, “surprise party!” may be a tad misleading. The whole thing was a surprise. That it was my birthday was a surprise. I woke up in...

Colorforms, Shrinky Dinks, and Monster Makers

Hey kids! Do you like stickers but hate that you can only attach them to one surface for all eternity? How about the lack of arts and crafts that in...

Movie Misunderstandings

    When I was growing up, movies were a big part of my life. From sleepovers, to birthday parties, to family gatherings. There is a...

The Older Kid

The Older KidEveryone knew that one kid who had a psychic link with what was cool- the latest clothes, toys, catchphrases/insults, etc and had inside ...

Model Student

When I was a freshman in high school they told the P. E. classes somebody was going to talk to us about proper health. I didn’t care because I ...

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-29 12:28:06 LiteSpeed Yii Framework/1.1.11