<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Professional Web Designer, Web and SEO Consultant from Mansfield, Nottingham &#187; Fix</title>
	<atom:link href="http://www.itsadam.co.uk/category/fix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itsadam.co.uk</link>
	<description>The personal rantings of a Professional Web Designer and Search Engine Optimiser</description>
	<lastBuildDate>Mon, 23 Jan 2012 14:18:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>OpenCart 301 Redirect Not Working SEO Fix ?_route_=</title>
		<link>http://www.itsadam.co.uk/opencart-301-redirect-not-working-seo-fix-_route_/</link>
		<comments>http://www.itsadam.co.uk/opencart-301-redirect-not-working-seo-fix-_route_/#comments</comments>
		<pubDate>Thu, 04 Aug 2011 12:03:56 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Fix]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[opencart]]></category>
		<category><![CDATA[opencart 1.5]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Website Design]]></category>
		<category><![CDATA[301]]></category>
		<category><![CDATA[?_route_=]]></category>
		<category><![CDATA[OpenCart SEO]]></category>
		<category><![CDATA[Redirect]]></category>
		<category><![CDATA[Redirect 301]]></category>
		<category><![CDATA[redirect not working]]></category>

		<guid isPermaLink="false">http://www.itsadam.co.uk/?p=591</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
This is a post regarding 301 Redirects with OpenCart and OpenCart 1.5 / 1.5.1 Are you having a problem with your OpenCart SEO? Are you trying to add 301 Redirects? Are you getting ?_route_= added to the end of your redirects and Error Not Found Message? There is one fix, that will work, it does however [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
<p>This is a post regarding 301 Redirects with OpenCart and OpenCart 1.5 / 1.5.1</p>
<p>Are you having a problem with your OpenCart SEO? Are you trying to add 301 Redirects?</p>
<p>Are you getting <code>?_route_=</code> added to the end of your redirects and Error Not Found Message?</p>
<p>There is one fix, that will work, it does however still change the target URL, you have to add an ?, yes a question mark!</p>
<p>Here&#8217;s an example of what you&#8217;d use for a 301 Redirect in OpenCarts .htaccess file:</p>
<p><code>Redirect 301 /the-old-file.htm http://www.yourshop.com/your-new-product-url?</code><br />
or<br />
<code>Redirect 301 /the-old-file.htm http://www.yourshop.com/your-new-product-url/?</code></p>
<p>I hope this helped you guys out!</p>
<p>I get a lot of OpenCart Related traffic to my site, interested in advertising or maybe you need some SEO Services for your OpenCart Store?  If you want to know more feel free to email me at:  seo@itsadam.co.uk</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsadam.co.uk/opencart-301-redirect-not-working-seo-fix-_route_/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Opencart Open Cart 1.5 addModule is not defined *FIX* &#8211; cannot add banner etc -</title>
		<link>http://www.itsadam.co.uk/opencart-open-cart-1-5-addmodule-is-not-defined-fix-cannot-add-banner-etc/</link>
		<comments>http://www.itsadam.co.uk/opencart-open-cart-1-5-addmodule-is-not-defined-fix-cannot-add-banner-etc/#comments</comments>
		<pubDate>Fri, 15 Jul 2011 10:28:38 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Bugs]]></category>
		<category><![CDATA[Errors]]></category>
		<category><![CDATA[Fix]]></category>
		<category><![CDATA[opencart]]></category>
		<category><![CDATA[opencart 1.5]]></category>
		<category><![CDATA[addModule is not defined]]></category>
		<category><![CDATA[cannot add banners]]></category>
		<category><![CDATA[opencart 1.5.0.5]]></category>
		<category><![CDATA[opencart 1.5.x]]></category>

		<guid isPermaLink="false">http://www.itsadam.co.uk/?p=552</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
Recently been faced with an issue in OpenCart 1.5.0.5 which seems to affect these versions: Opencart Version 1.5.0.1, 1.5.0.2, 1.5.0.3, 1.5.0.4, 1.5.0.5 The Error is a Javascript Error, if you don&#8217;t use something like FireBug then you will likely not notice the error. The Erros is this though: addModule is not defined The problem this [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
<p>Recently been faced with an issue in OpenCart 1.5.0.5 which seems to affect these versions:<br />
Opencart Version 1.5.0.1, 1.5.0.2, 1.5.0.3, 1.5.0.4, 1.5.0.5</p>
<p>The Error is a Javascript Error, if you don&#8217;t use something like FireBug then you will likely not notice the error.</p>
<p>The Erros is this though:<br />
<code>addModule is not defined</code></p>
<p>The problem this error will cause for certain will be that you cannot make / add new banners to your opencart store, this will affect anything and everything where you have hyphen&#8217;s and other special characters &#8211; for this reason &#8211; remove hyphen&#8217;s and special characters from your product options, categories and banner names and so on.</p>
<p>I&#8217;ve posted this on the BUG on the <a href="http://forum.opencart.com/viewtopic.php?f=161&#038;t=33915" title="OpenCart 1.5 Bug Thread">OpenCart 1.5.0.5 Bug Thread</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsadam.co.uk/opencart-open-cart-1-5-addmodule-is-not-defined-fix-cannot-add-banner-etc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Fix: An Unexpected HTTP Error occurred during the API request.</title>
		<link>http://www.itsadam.co.uk/wordpress-fix-an-unexpected-http-error-occurred-during-the-api-request/</link>
		<comments>http://www.itsadam.co.uk/wordpress-fix-an-unexpected-http-error-occurred-during-the-api-request/#comments</comments>
		<pubDate>Fri, 26 Nov 2010 10:59:22 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Errors]]></category>
		<category><![CDATA[Fix]]></category>
		<category><![CDATA[Website Design]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>
		<category><![CDATA[Wordpress Web Design]]></category>

		<guid isPermaLink="false">http://www.itsadam.co.uk/?p=447</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
&#8220;An Unexpected HTTP Error occurred during the API request.&#8221; is a common issue, when searching for a plugin or even installing a plugin, this is how you fix it! Login to your FTP server Go to wp-includes and edit class-http.php Find: ‘timeout’ =&#62; apply_filters( ‘http_request_timeout’, 5), Change the value “5” to “30”, the value is [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
<p>&#8220;An Unexpected HTTP Error occurred during the API request.&#8221; is a common issue, when searching for a plugin or even installing a plugin, this is how you fix it!</p>
<ol>
<li>Login to your FTP server</li>
<li>Go to wp-includes and edit class-http.php</li>
<li>Find: ‘timeout’ =&gt; apply_filters( ‘http_request_timeout’, 5),</li>
<li>Change the value “5” to “30”, the value is actually is the number of seconds before the server times out.</li>
<li> It should be this: ‘timeout’ =&gt; apply_filters( ‘http_request_timeout’, 30),</li>
</ol>
<p>And that&#8217;s it! Your An Unexpected HTTP Error occurred during the API request. error should no go away!</p>
<p>This error is usually caused by high load on the WordPress servers or when they&#8217;re having technical difficulties.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsadam.co.uk/wordpress-fix-an-unexpected-http-error-occurred-during-the-api-request/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix for the most common Photoshop Errors</title>
		<link>http://www.itsadam.co.uk/fix-for-the-most-common-photoshop-errors/</link>
		<comments>http://www.itsadam.co.uk/fix-for-the-most-common-photoshop-errors/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 14:50:32 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Errors]]></category>
		<category><![CDATA[Fix]]></category>
		<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Corrupt Settings]]></category>
		<category><![CDATA[Crash]]></category>
		<category><![CDATA[Photoshop CS4]]></category>
		<category><![CDATA[Photoshop errors]]></category>
		<category><![CDATA[Problems]]></category>
		<category><![CDATA[Reset Photoshop Settings]]></category>

		<guid isPermaLink="false">http://www.itsadam.co.uk/?p=231</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
Have you had problems loading Adobe Photoshop CS4? Opens the loading screen and then just crashes? Maybe you&#8217;ve installed a bad brush or pattern or fx? The quickest and easiest way to get yourself back up and running again with Photoshop is by resetting the Settings File. For PC Users Simply hold down CTRL+SHIFT+ALT and [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
<p>Have you had problems loading Adobe Photoshop CS4?</p>
<p>Opens the loading screen and then just crashes?</p>
<p>Maybe you&#8217;ve installed a bad brush or pattern or fx?</p>
<p>The quickest and easiest way to get yourself back up and running again with Photoshop is by resetting the Settings File.</p>
<p>For PC Users Simply hold down CTRL+SHIFT+ALT and whilst holding down open Photoshop.</p>
<p>For Evil Mac Users Simply hold down SHIFT+COMMAND+OPTION and whilst holding these down open Photoshop.</p>
<p>Photoshop will then ask you if you&#8217;d like to delete your Settings file, obviously click yes!</p>
<p>Job done! Remember reinstalling/repairing photoshop will NOT clear your settings file so try this first <img src='http://www.itsadam.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsadam.co.uk/fix-for-the-most-common-photoshop-errors/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Dreamweave CS4 Error: The following translators were not loaded due to errors: Server Model SSI.htm: has configuration information that is invalid.</title>
		<link>http://www.itsadam.co.uk/dreamweave-cs4-error-the-following-translators-were-not-loaded-due-to-errors-server-model-ssi-htm-has-configuration-information-that-is-invalid/</link>
		<comments>http://www.itsadam.co.uk/dreamweave-cs4-error-the-following-translators-were-not-loaded-due-to-errors-server-model-ssi-htm-has-configuration-information-that-is-invalid/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 09:19:20 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[Errors]]></category>
		<category><![CDATA[Fix]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Dreamweaver CS4]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[Server Model SSI.htm]]></category>
		<category><![CDATA[The following translators were not loaded due to errors]]></category>

		<guid isPermaLink="false">http://www.itsadam.co.uk/?p=191</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
Having this annoying little issue with Dreamweaver? The following translators were not loaded due to errors: Server Model SSI.htm: has configuration information that is invalid. The fix is really simple, theres a WinFileCache in the App Data Folder that you simply need to rename or delete. The patch for windows vista to this file is [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
<p>Having this annoying little issue with Dreamweaver?</p>
<blockquote><p><em>The following translators were not loaded due to errors</em>: <em>Server Model SSI</em>.<em>htm</em>: has configuration information that is invalid.</p></blockquote>
<p>The fix is really simple, theres a WinFileCache in the App Data Folder that you simply need to rename or delete.</p>
<p>The patch for windows vista to this file is generally:<br />
C:\Users\YOURUSR\AppData\Roaming\Adobe\Dreamweaver CS4\en_US\Configuration</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsadam.co.uk/dreamweave-cs4-error-the-following-translators-were-not-loaded-due-to-errors-server-model-ssi-htm-has-configuration-information-that-is-invalid/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

