<?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>SEM Truth<title> &#187; Upgrade Fixes</title>
</title>
	<atom:link href="http://www.semtruth.com/category/website-design/magento-tutorials/upgrade-fixes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.semtruth.com</link>
	<description>Unveiling Online Marketing for Small Business</description>
	<lastBuildDate>Thu, 10 Nov 2011 19:23:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Magento 1.4.1.0 Upgrade Error</title>
		<link>http://www.semtruth.com/magento-1-4-1-0-upgrade-error/</link>
		<comments>http://www.semtruth.com/magento-1-4-1-0-upgrade-error/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 23:02:29 +0000</pubDate>
		<dc:creator>SEM Truth</dc:creator>
				<category><![CDATA[Upgrade Fixes]]></category>
		<category><![CDATA[Website Design]]></category>

		<guid isPermaLink="false">http://www.semtruth.com/?p=226</guid>
		<description><![CDATA[Fatal error:  Call to a member function toHtml() on a non-object in /public_html/app/code/core/Mage/Core/Model/Layout.php on line 529 The line in page.xml that seems to cause the problem is &#60;block type=&#8221;core/profiler&#8221; output=&#8221;toHtml&#8221;/&#62; Magento now uses an updated call: &#60;block type=&#8221;core/profiler&#8221; output=&#8221;toHtml&#8221; name=&#8221;core_profiler&#8221;/&#62; This should be one of the initial changes that can get your site live and [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Fatal error:  Call to a member function toHtml() on a non-object in /public_html/app/code/core/Mage/Core/Model/Layout.php on line 529</strong></p>
<p>The line in <strong>page.xml</strong> that seems to cause the problem is</p>
<blockquote><p>&lt;block type=&#8221;core/profiler&#8221; output=&#8221;toHtml&#8221;/&gt;</p></blockquote>
<p>Magento now uses an updated call:</p>
<blockquote><p>&lt;block type=&#8221;core/profiler&#8221; output=&#8221;toHtml&#8221; name=&#8221;core_profiler&#8221;/&gt;</p></blockquote>
<p>This should be one of the initial changes that can get your site live and updated when upgrading to Magento 1.4.1.0</p>
]]></content:encoded>
			<wfw:commentRss>http://www.semtruth.com/magento-1-4-1-0-upgrade-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Analytics Bug Fix for Magento 1.4.0.1</title>
		<link>http://www.semtruth.com/google-analytics-bug-fix-for-magento-1-4-0-1/</link>
		<comments>http://www.semtruth.com/google-analytics-bug-fix-for-magento-1-4-0-1/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 23:53:24 +0000</pubDate>
		<dc:creator>SEM Truth</dc:creator>
				<category><![CDATA[Magento Tutorials]]></category>
		<category><![CDATA[Upgrade Fixes]]></category>
		<category><![CDATA[Website Design]]></category>

		<guid isPermaLink="false">http://www.semtruth.com/?p=175</guid>
		<description><![CDATA[In installing Google Analytics you may notice that your account remains in a waiting to receive data state. Although Google Analytics has been recognized and installed correctly a small correction must be made to the source code of the Mage code. You will want to edit the following file: app/code/core/Mage/GoogleAnalytics/Block/Ga.php &#8230;And add this simple line [...]]]></description>
			<content:encoded><![CDATA[<p>In installing Google Analytics you may notice that your account remains in a waiting to receive data state. Although Google Analytics has been recognized and installed correctly a small correction must be made to the source code of the Mage code.</p>
<p>You will want to edit the following file:<br />
app/code/core/Mage/GoogleAnalytics/Block/Ga.php</p>
<p>&#8230;And add this simple line of code to line 179 in order to resolve the issue.</p>
<blockquote><p>var _gaq = _gaq || [];</p></blockquote>
<p>This issue has been reported and resolved already by the Magento Team through <a title="Issue #21456" href="http://www.magentocommerce.com/bug-tracking/issue?issue=8658">Issue #21456</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.semtruth.com/google-analytics-bug-fix-for-magento-1-4-0-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Pagination Update for Magento 1.4</title>
		<link>http://www.semtruth.com/pagination-update-for-magento-1-4/</link>
		<comments>http://www.semtruth.com/pagination-update-for-magento-1-4/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 20:26:52 +0000</pubDate>
		<dc:creator>SEM Truth</dc:creator>
				<category><![CDATA[Magento Tutorials]]></category>
		<category><![CDATA[Upgrade Fixes]]></category>
		<category><![CDATA[Website Design]]></category>

		<guid isPermaLink="false">http://www.semtruth.com/?p=161</guid>
		<description><![CDATA[With the update to Magento 1.4 comes a quick fix to the template file in order to allow your product listings to properly display the subpages or pagination for products. In order to properly implement pagination into your product listings again, you must simply update your catalog.xml template file located in the layout directory of [...]]]></description>
			<content:encoded><![CDATA[<p>With the update to Magento 1.4 comes a quick fix to the template file in order to allow your product listings to properly display the subpages or pagination for products.</p>
<p>In order to properly implement pagination into your product listings again, you must simply update your catalog.xml template file located in the layout directory of your template folder:</p>
<p>app/design/frontend/<strong>your-template</strong>/layout/catalog.xml</p>
<p>Add the follow code to properly call the pagination setup in the pager.phtml file:</p>
<p style="padding-left: 30px;">&lt;block type=&#8221;page/html_pager&#8221; name=&#8221;product_list_toolbar_pager&#8221;/&gt;</p>
<p>Simply look for the toolbar.phtml block and paste in the pager block.</p>
<p style="padding-left: 30px;">&lt;block type=&#8221;catalog/product_list_toolbar&#8221; name=&#8221;product_list_toolbar&#8221; template=&#8221;catalog/product/list/toolbar.phtml&#8221;&gt;<br />
<span style="color: #0000ff;">&lt;block type=&#8221;page/html_pager&#8221; name=&#8221;product_list_toolbar_pager&#8221;/&gt;</span><br />
&lt;/block&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.semtruth.com/pagination-update-for-magento-1-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

