Be A Pepper.
Birthday Or BUST!

RETRORATING: 10

MTV: The 90's

OFFICIAL

Click HERE to register.


 Forgot your info?
Remember me

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

Pumpkin Patch Memories

Well I hate to sound cliche, but kids these days will never enjoy the little things.

I've loved Halloween ever since I was a child. I love it so much, that it has become more of a lifestyle than just a time of year. I enjoy everything spooky and creepy. It's 100% my life, 24/7.
I love the decorations, costumes, candy, haunted houses, and most of all the pumpkin patches.



I have gone to Valas Pumpkin Patch, every single year, since I was born. Valas opened in the late 1980s. I was born in 1993 (and yes, my mother took me when i was barely 1 year old)
I LOVE Valas. There is so much to do. There's hay-rack rides, a train ride, many different haunted houses, giant slides, face painting, bounce pads, racing bikes, paint balling, mazes, the list honestly goes on forever.

I have never had a dull moment going there, and Ive been going there for 22 years. The Halloween season just wouldn't be complete without a trip to Valas. 



But the other day, I went to Valas for the opening weekend. I walked in ready, and absolutely stoked. Unfortunately, the first thing I heard out of a small child's mouth is, "This place is boring. I wanna go home."

The mother's response was, "We've only been here a half hour." After that, they had walked too far away, so I didn't hear anything else. And maybe I'm a baby... but hearing that kid say that, absolutely crushed me.

I hold Valas so near and dear to my heart, that the thought of someone saying anything bad about it totally hurt my feelings. I just couldn't believe someone thought Valas was boring. It was like nails on a chalkboard when I heard him say it. And I wish I could have told him that this place is HUGE, and there is so much to do, and I promise that he would find something fun to do. But... that wasn't my place.



Even though it made me very sad to know that this kid didn't enjoy Valas, I know that I will make the most amazing memories every single year. There will never be a dull moment, there will never be a frown on my face, and I will certainly never be bored. And now that my nephew is in this world, and getting older, we get to take him to the pumpkin patch every year, and make great memories with him. He already has so much fun every time that we go, and I know that will continue as he gets older. 

And as much I love the internet, I hope I can teach my nephew that there's more to life than sitting inside all day. Especially during the Halloween season! I will never allow him to miss a Halloween event. These memories I have will be with me for the rest of my life, and it's such a great feeling.

Check out my Instagram, I talk horror and Halloween nonstop! - @walkingdeadbby
Digg Share
Looking for more from alibbygirl?
READ 113048 TIMES
Close

Vaporman87 Posted on Oct 05, 2015 at 05:11 PM

It may be cliche, but I think it's true. And, I think the generations that came before us were probably justified to feel the same way. Seems that the further back you go, the more innocent and simple times were, the easier it was to enjoy something festive like Halloween.

That pumpkin patch sounds amazing! I wish so badly that something like that was here locally. Sure, there are corn mazes and such, but nothing so elaborate as that. There is a farm within an hour drive of here that does similar things... pumpkin painting, hay rides, etc. But not haunted houses or cool things like that.

Thanks for sharing with us alibbygirl.

Castles of Yesteryear

No, this won't be about literal castles, these will be about the castles of childhood, which for me took two forms:The Playground:And The Tree Fo...

Little Nemo

Dreams are magical things. We can travel to faraway lands and still return home just in time for breakfast. The only limit is our imagination.As child...

Kenner Action Toy Guide '94

The Kenner Action Toy Guide was to me, what the monthly issue of Motor Trend was to my Father. Dad could tell you the year, make and model of just a...

Treasured Clothing

Every kid has that one clothing item their inexplicably attached to. Think back, did you have a pair of Reebok Pumps you wore every day because you ...

The Dog Days of Childhood

Twitching tufted tail YELP! ...above leaf rain patterhere, the dreams of dogsSo many "tails" to tell...As I write this, it's just before midnight...

CDbException

CDbException

CDbCommand failed to execute the SQL statement: SQLSTATE[01000]: Warning: 1265 Data truncated for column 'rj_classics' at row 1. The SQL statement executed was: UPDATE `articles` SET `id`=:yp0, `posted_by`=:yp1, `title`=:yp2, `content`=:yp3, `icon`=:yp4, `column`=:yp5, `type`=:yp6, `featured`=:yp7, `contest_winner`=:yp8, `official`=:yp9, `smurf`=:yp10, `posted_on`=:yp11, `status`=:yp12, `category`=:yp13, `action_on`=:yp14, `edited`=:yp15, `reads`=:yp16, `retro_rating`=:yp17, `favorited`=:yp18, `theme`=:yp19, `colorcode`=:yp20, `show_in_header`=:yp21, `approved_on`=:yp22, `rj_classics`=:yp23, `reviews`=:yp24, `review`=:yp25 WHERE `articles`.`id`=744

/home/ghostofvapor/public_html/yii/framework/db/CDbCommand.php(354)

342             return $n;
343         }
344         catch(Exception $e)
345         {
346             if($this->_connection->enableProfiling)
347                 Yii::endProfile('system.db.CDbCommand.execute('.$this->getText().$par.')','system.db.CDbCommand.execute');
348             $errorInfo = $e instanceof PDOException ? $e->errorInfo : null;
349             $message = $e->getMessage();
350             Yii::log(Yii::t('yii','CDbCommand::execute() failed: {error}. The SQL statement executed was: {sql}.',
351                 array('{error}'=>$message, '{sql}'=>$this->getText().$par)),CLogger::LEVEL_ERROR,'system.db.CDbCommand');
352             if(YII_DEBUG)
353                 $message .= '. The SQL statement executed was: '.$this->getText().$par;
354             throw new CDbException(Yii::t('yii','CDbCommand failed to execute the SQL statement: {error}',
355                 array('{error}'=>$message)),(int)$e->getCode(),$errorInfo);
356         }
357     }
358 
359     /**
360      * Executes the SQL statement and returns query result.
361      * This method is for executing an SQL query that returns result set.
362      * @param array $params input parameters (name=>value) for the SQL execution. This is an alternative
363      * to {@link bindParam} and {@link bindValue}. If you have multiple input parameters, passing
364      * them in this way can improve the performance. Note that if you pass parameters in this way,
365      * you cannot bind parameters or values using {@link bindParam} or {@link bindValue}, and vice versa.
366      * binding methods and  the input parameters this way can improve the performance.

Stack Trace

#2
+
 /home/ghostofvapor/public_html/protected/controllers/SiteController.php(1261): CActiveRecord->update()
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     }
#15
+
 /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();
2026-03-21 22:12:15 Apache Yii Framework/1.1.11