<?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>Heath Jordan Business Consultant &#187; osCommerce</title>
	<atom:link href="http://heathjordan.com/tag/oscommerce/feed/" rel="self" type="application/rss+xml" />
	<link>http://heathjordan.com</link>
	<description>Owner of Glide Interactive and H Built Computers</description>
	<lastBuildDate>Fri, 26 Aug 2011 19:00:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to secure your osCommerce 2.2 site</title>
		<link>http://heathjordan.com/web-design/how-to-secure-your-oscommerce-2-2-site/</link>
		<comments>http://heathjordan.com/web-design/how-to-secure-your-oscommerce-2-2-site/#comments</comments>
		<pubDate>Wed, 12 Jan 2011 16:01:13 +0000</pubDate>
		<dc:creator>Heath</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Heath Jordan]]></category>
		<category><![CDATA[osCommerce]]></category>

		<guid isPermaLink="false">http://heathjordan.com/?p=98</guid>
		<description><![CDATA[http://forums.oscommerce.com/index.php?showtopic=340995
http://forums.oscommerce.com/topic/313323-how-to-secure-your-site/
]]></description>
			<content:encoded><![CDATA[<p><a href="http://forums.oscommerce.com/index.php?showtopic=340995">http://forums.oscommerce.com/index.php?showtopic=340995</a><br />
<a href="http://forums.oscommerce.com/topic/313323-how-to-secure-your-site/">http://forums.oscommerce.com/topic/313323-how-to-secure-your-site/</a></p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/button" title="How to secure your osCommerce 2.2 site" url="http://heathjordan.com/web-design/how-to-secure-your-oscommerce-2-2-site/"></script>]]></content:encoded>
			<wfw:commentRss>http://heathjordan.com/web-design/how-to-secure-your-oscommerce-2-2-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>osCommerce Fatal error: Call to a member function add_current_page() on a non-object</title>
		<link>http://heathjordan.com/web-design/oscommerce-fatal-error-call-to-a-member-function-add_current_page-on-a-non-object/</link>
		<comments>http://heathjordan.com/web-design/oscommerce-fatal-error-call-to-a-member-function-add_current_page-on-a-non-object/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 17:38:00 +0000</pubDate>
		<dc:creator>Heath</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[osCommerce]]></category>

		<guid isPermaLink="false">http://heathjordan.com/?p=73</guid>
		<description><![CDATA[Fatal error: Call to a member function add_current_page() on a non-object in /home/public_html/includes/application_top.php on line 305
should be an issue when register globals is set to off.
if (tep_session_is_registered(&#8217;navigation&#8217;)) {
if (PHP_VERSION &#60; 4) {
$broken_navigation = $navigation;
$navigation = new navigationHistory;
$navigation-&#62;unserialize($broken_navigation);
}
}
replace with
if (tep_session_is_registered(&#8217;navigation&#8217;)) {
if (PHP_VERSION &#60; 4) {
$broken_navigation = $navigation;
$navigation = new navigationHistory;
$navigation-&#62;unserialize($broken_navigation);
}
$navigation=$_SESSION['navigation'];
}


]]></description>
			<content:encoded><![CDATA[<p><strong>Fatal error</strong>: Call to a member function add_current_page() on a non-object in <strong>/home/public_html/includes/application_top.php</strong> on line <strong>305</strong></p>
<p>should be an issue when register globals is set to off.<br />
if (tep_session_is_registered(&#8217;navigation&#8217;)) {<br />
if (PHP_VERSION &lt; 4) {<br />
$broken_navigation = $navigation;<br />
$navigation = new navigationHistory;<br />
$navigation-&gt;unserialize($broken_navigation);<br />
}<br />
}<br />
replace with<br />
if (tep_session_is_registered(&#8217;navigation&#8217;)) {<br />
if (PHP_VERSION &lt; 4) {<br />
$broken_navigation = $navigation;<br />
$navigation = new navigationHistory;<br />
$navigation-&gt;unserialize($broken_navigation);<br />
}<br />
$navigation=$_SESSION['navigation'];<br />
}</p>
<p><strong><br />
</strong></p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/button" title="osCommerce Fatal error: Call to a member function add_current_page() on a non-object " url="http://heathjordan.com/web-design/oscommerce-fatal-error-call-to-a-member-function-add_current_page-on-a-non-object/"></script>]]></content:encoded>
			<wfw:commentRss>http://heathjordan.com/web-design/oscommerce-fatal-error-call-to-a-member-function-add_current_page-on-a-non-object/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

