Edventures in Normalcy

Server Error in '/' Application.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service
this request. Please review the specific error details below and modify your configuration file
appropriately.

Parser Error Message: Could not load file or assembly 'System.Web.Entity, Version=3.5.0.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system
cannot find the file specified.

Source Error:

Line 46: 				<add assembly="System.Xml.Linq, Version=3.5.0.0,
Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
Line 47: 				<add assembly="System.Data.Linq, Version=3.5.0.0,
Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
Line 48: 				<add assembly="System.Web.Entity, Version=3.5.0.0,
Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
Line 49: 				<add assembly="System.Data.Entity, Version=3.5.0.0,
Culture=neutral,PublicKeyToken=B77A5C561934E089"/></assemblies>
Line 50: 		</compilation>

This error message means you are trying to load the Assemblies likely found in .NET 3.5 Service pack one and the server you are on does not support it.  Easy to fix, download the zip file below, unzip it, create a folder named “bin” sans quotes in your webroot and place the 2 files within the zip into that folder.  That’s it.

Click here for the zip file.

Scripts seem to have been upgraded but the backend was not, so the scripts are looking for a field that does not exist.  From my understanding may be related to core 14.

Common Mod Rewrites:

June 28th, 2009

Stop hotlinking (no Image):

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?yourdomain.com(/)?.*$ [NC]
RewriteRule .*\.(gif|jpe?g|png|bmp)$ [F,NC]

Stop hotlinking (replacing Image):

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?yourdomain.com(/)?.*$ [NC]
RewriteRule \.(gif|jpe?g|png|bmp)$ /images/humiliatingimage.gif [L,NC]

Force traffic to WWW:

RewriteEngine On
RewriteCond %{HTTP_HOST} !www.domain.com
RewriteRule ^.*$     http://www.domain.com%{REQUEST_URI} [R]

Miva Merchant Module codes

June 17th, 2009

This post is primarily for when going from 4-5 to find out what module the missing one was.

EXTRAMSG_C ACD Additional Checkout Data New Version
BROK_UPS_CUSTOM UPS Online Tools® Custom Integration by VIKING CODERS New Version found on same page.

And it tastes like, umm, Hot garbage. I have actually had others agree with me on this. Hot… Garbage… But it does make me more awake then I have ever wanted to be in my life. Have at it!

The Hangover

June 7th, 2009

The Hangover Movie Poster

I saw The Hangover last night with Amanda.  Love it.  I give it a 3 out of 3.  Great storyline (for the most part) and great cameos.

Go Little Mac, Go!

Go Little Mac, Go!

You can do it!

June 3rd, 2009

You can do it!

You Can Do It!

Thanks Tony!

Fleedle Deedle

Beach Trip 2009

May 31st, 2009

Erik and I have returned from our beach trip this year. Points of interest:

The Naked Trucker & T-Bones show
The Unknown Hinson
Clue
Monopoly
Pizza Hut Pizza
Berry Berry Kix
our Poppop
Halo 3
70’s & 80’s Dance hits.

For all of those like me that can never remember, when looking for the OINF page, look to the OCST and ORDL pages instead.

If customer is not logged in -> OINF Goes to ORDL
If customer is logged in -> OINF Goes to OCST

Copyright © Edventures in Normalcy. All rights reserved.