Wait'll
they get a load
of me.
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.

Hulkamaniacs

Long before his inevitable fall from grace, Hulk Hogan had captured the hearts of an entire nation. Well maybe not the entire nation, but he certainly...

Halloween Movie Countdown

Halloween Movie Countdown In this article I am going to countdown my Halloween favorites from when I was a kid. My goal is to leave you with one ...

Mellowcreme Madness

No holiday is more synonymous with candy than that of Halloween. Candy corn, miniature snickers, caramel apple lollies, and of course my personal favo...

Menace Mania

In 1986, at the ripe old age of ten, I became hopelessly stricken with an incurable case of Menace Mania. Dennis the Menace to be more precise. I was ...

The Principal's Office

There I was, heart pounding, palms sweating, with a slight headache creeping up underneath my Orlando Magic hat. As I looked back on the events of t...

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 19:40:09 Apache Yii Framework/1.1.11