<?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>Soluvas &#187; Magento</title>
	<atom:link href="http://www.soluvas.com/category/magento/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.soluvas.com</link>
	<description>Business Marketing Support System</description>
	<lastBuildDate>Tue, 20 Jul 2010 20:53:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Magento 1.4.1.0 SOAP API Web Service Error</title>
		<link>http://www.soluvas.com/magento-1-4-1-0-soap-api-web-service-error/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=magento-1-4-1-0-soap-api-web-service-error</link>
		<comments>http://www.soluvas.com/magento-1-4-1-0-soap-api-web-service-error/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 09:15:57 +0000</pubDate>
		<dc:creator>Hendy Irawan</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[soap]]></category>
		<category><![CDATA[web service]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.soluvas.com/?p=132</guid>
		<description><![CDATA[
			
				
			
		

Accessing Magento SOAP Web Service API or get the WSDL in Magento Commerce 1.4.1.0, you may get the following error:
Parse error:  syntax error, unexpected T_PUBLIC in /&#8230;/app/code/core/Mage/Api/Model/Server/Adapter/Soap.php on line 144
(error message is similar with compilation enabled, just inside a flat path)
This happens because of a typo in Magento Soap.php file. On line 133-135, change [...]


Related posts:<ol><li><a href='http://www.soluvas.com/magento-1-4-x-installation-error-php-safe-mode/' rel='bookmark' title='Permanent Link: Magento 1.4.x Installation Error caused by PHP safe_mode'>Magento 1.4.x Installation Error caused by PHP safe_mode</a> <small> After installing Magento on your shared hosting or dedicated...</small></li>
<li><a href='http://www.soluvas.com/3-quick-tips-speed-up-magento-fast/' rel='bookmark' title='Permanent Link: 3 Quick Tips to Speed Up Magento'>3 Quick Tips to Speed Up Magento</a> <small> &#8220;Magento is so slow&#8221; is one of the complaints...</small></li>
<li><a href='http://www.soluvas.com/installing-sample-data-on-magento-1-4-0-1/' rel='bookmark' title='Permanent Link: Installing Sample Data on Magento 1.4.0.1'>Installing Sample Data on Magento 1.4.0.1</a> <small>Installing Magento E-Commerce with Sample Data tutorial, with workaround for...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.soluvas.com%2Fmagento-1-4-1-0-soap-api-web-service-error%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.soluvas.com%2Fmagento-1-4-1-0-soap-api-web-service-error%2F&amp;source=Soluvas&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.soluvas.com/wp-content/uploads/2010/06/F-1-CRASH.jpg"><img class="alignnone size-medium wp-image-133" title="Magento 1.4.0.1 SOAP API Web Service Error" src="http://www.soluvas.com/wp-content/uploads/2010/06/F-1-CRASH-300x225.jpg" alt="Magento 1.4.0.1 SOAP API Web Service Error" width="300" height="225" /></a></p>
<p>Accessing <a href="http://www.magentocommerce.com/wiki/doc/webservices-api/introduction" rel="nofollow" ><strong>Magento</strong> <strong>SOAP Web Service API</strong></a> or get the <strong>WSDL</strong> in <strong>Magento Commerce 1.4.1.0</strong>, you may get the following error:</p>
<blockquote><p><strong>Parse error</strong>:  syntax error, unexpected T_PUBLIC in <strong>/&#8230;/app/code/core/Mage/Api/Model/Server/Adapter/Soap.php</strong> on line <strong>144</strong></p></blockquote>
<p>(error message is similar with compilation enabled, just inside a flat path)</p>
<p>This happens <a href="http://www.magentocommerce.com/bug-tracking/issue?issue=9348" rel="nofollow" >because of a typo in Magento Soap.php file</a>. On line 133-135, change from:</p>
<pre>} else {
 $this-&gt;fault('0', 'Unable to load Soap extension on the server');
 return $this;
</pre>
<p>to the patched version:</p>
<pre>} else
 $this-&gt;fault('0', 'Unable to load Soap extension on the server');
 return $this;
</pre>
<p>Just remove an extra opening curly bracket (thanks hoerj!). You&#8217;ve now fixed Magento&#8217;s SOAP API  XML Web Service bug! <img src='http://www.soluvas.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Happy API-ing! <img src='http://www.soluvas.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>


<p>Related posts:<ol><li><a href='http://www.soluvas.com/magento-1-4-x-installation-error-php-safe-mode/' rel='bookmark' title='Permanent Link: Magento 1.4.x Installation Error caused by PHP safe_mode'>Magento 1.4.x Installation Error caused by PHP safe_mode</a> <small> After installing Magento on your shared hosting or dedicated...</small></li>
<li><a href='http://www.soluvas.com/3-quick-tips-speed-up-magento-fast/' rel='bookmark' title='Permanent Link: 3 Quick Tips to Speed Up Magento'>3 Quick Tips to Speed Up Magento</a> <small> &#8220;Magento is so slow&#8221; is one of the complaints...</small></li>
<li><a href='http://www.soluvas.com/installing-sample-data-on-magento-1-4-0-1/' rel='bookmark' title='Permanent Link: Installing Sample Data on Magento 1.4.0.1'>Installing Sample Data on Magento 1.4.0.1</a> <small>Installing Magento E-Commerce with Sample Data tutorial, with workaround for...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.soluvas.com/magento-1-4-1-0-soap-api-web-service-error/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>3 Quick Tips to Speed Up Magento</title>
		<link>http://www.soluvas.com/3-quick-tips-speed-up-magento-fast/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=3-quick-tips-speed-up-magento-fast</link>
		<comments>http://www.soluvas.com/3-quick-tips-speed-up-magento-fast/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 04:25:44 +0000</pubDate>
		<dc:creator>Hendy Irawan</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[speed]]></category>

		<guid isPermaLink="false">http://www.soluvas.com/?p=121</guid>
		<description><![CDATA[
			
				
			
		
&#8220;Magento is so slow&#8221; is one of the complaints I often hear about this online store web application (the other complaint is &#8220;Magento is too complex!&#8221;).
Here are some tips to really speed up Magento and make it blazingly fast.
#1: Enable Caching
Since Magento 1.4, Caching is enabled by default. So just don&#8217;t turn it off, unless [...]


Related posts:<ol><li><a href='http://www.soluvas.com/magento-commerce-1-4-1-0-new-version-released/' rel='bookmark' title='Permanent Link: Magento Commerce 1.4.1.0 New Version Released'>Magento Commerce 1.4.1.0 New Version Released</a> <small> Update now, Magento Commerce Online Store version 1.4.1.0 has...</small></li>
<li><a href='http://www.soluvas.com/installing-sample-data-on-magento-1-4-0-1/' rel='bookmark' title='Permanent Link: Installing Sample Data on Magento 1.4.0.1'>Installing Sample Data on Magento 1.4.0.1</a> <small>Installing Magento E-Commerce with Sample Data tutorial, with workaround for...</small></li>
<li><a href='http://www.soluvas.com/magento-1-4-x-installation-error-php-safe-mode/' rel='bookmark' title='Permanent Link: Magento 1.4.x Installation Error caused by PHP safe_mode'>Magento 1.4.x Installation Error caused by PHP safe_mode</a> <small> After installing Magento on your shared hosting or dedicated...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.soluvas.com%2F3-quick-tips-speed-up-magento-fast%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.soluvas.com%2F3-quick-tips-speed-up-magento-fast%2F&amp;source=Soluvas&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>&#8220;<strong>Magento </strong>is so slow&#8221; is one of the complaints I often hear about this <strong>online store</strong> web application (the other complaint is &#8220;Magento is too complex!&#8221;).</p>
<p>Here are some tips to <em>really</em> <strong>speed</strong> up Magento and make it blazingly <strong>fast</strong>.</p>
<h3>#1: Enable Caching</h3>
<p>Since Magento 1.4, Caching is enabled by default. So just don&#8217;t turn it off, unless really necessary, i.e. for development purposes.</p>
<h3>#2: Use a PHP Accelerator such as APC</h3>
<p>Using a PHP Accelerator is now a sane necessity. I personally use APC in my development laptop, and so does my web hosting provider.</p>
<p>If you use Ubuntu, installing APC is very simple:</p>
<pre>sudo aptitude install php5-apc</pre>
<p>It will be enable automatically.</p>
<p>For Magento installation in your web hosting, make sure to enable APC in <tt>php.ini</tt> configuration file by adding:</p>
<pre>extension = apc.so</pre>
<h3>#3: Enable Magento Compiler</h3>
<p>Magento 1.4 and newer comes with Magento Compiler by default. But many people are not aware of this feature, and that it&#8217;s extremely powerful.</p>
<p>To use it:</p>
<ol>
<li>Make sure you have about 100 MB additional space</li>
<li>Go to Tools -&gt; Compilation</li>
<li>Click &#8220;Run Compilation Process&#8221;</li>
</ol>
<p>Make sure Compiler status is &#8220;Enabled&#8221;.</p>
<p>Now you should notice <strong>huge</strong> difference in speed of your Magento Commerce installation! <img src='http://www.soluvas.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>


<p>Related posts:<ol><li><a href='http://www.soluvas.com/magento-commerce-1-4-1-0-new-version-released/' rel='bookmark' title='Permanent Link: Magento Commerce 1.4.1.0 New Version Released'>Magento Commerce 1.4.1.0 New Version Released</a> <small> Update now, Magento Commerce Online Store version 1.4.1.0 has...</small></li>
<li><a href='http://www.soluvas.com/installing-sample-data-on-magento-1-4-0-1/' rel='bookmark' title='Permanent Link: Installing Sample Data on Magento 1.4.0.1'>Installing Sample Data on Magento 1.4.0.1</a> <small>Installing Magento E-Commerce with Sample Data tutorial, with workaround for...</small></li>
<li><a href='http://www.soluvas.com/magento-1-4-x-installation-error-php-safe-mode/' rel='bookmark' title='Permanent Link: Magento 1.4.x Installation Error caused by PHP safe_mode'>Magento 1.4.x Installation Error caused by PHP safe_mode</a> <small> After installing Magento on your shared hosting or dedicated...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.soluvas.com/3-quick-tips-speed-up-magento-fast/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento Commerce 1.4.1.0 New Version Released</title>
		<link>http://www.soluvas.com/magento-commerce-1-4-1-0-new-version-released/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=magento-commerce-1-4-1-0-new-version-released</link>
		<comments>http://www.soluvas.com/magento-commerce-1-4-1-0-new-version-released/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 21:47:52 +0000</pubDate>
		<dc:creator>Hendy Irawan</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[commerce]]></category>
		<category><![CDATA[online store]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[version]]></category>

		<guid isPermaLink="false">http://www.soluvas.com/?p=118</guid>
		<description><![CDATA[
			
				
			
		
Update now, Magento Commerce Online Store version 1.4.1.0 has been released:
We are excited to announce the availability of Magento CE Version  1.4.1.0 Stable for upgrade and download.Some of the highlights of this release include: Enhanced PayPal  integration (more info to follow), Change of Database structure of the  Sales module to no longer [...]


Related posts:<ol><li><a href='http://www.soluvas.com/how-to-install-magento-commerce-1-4/' rel='bookmark' title='Permanent Link: How to Install Magento Commerce 1.4'>How to Install Magento Commerce 1.4</a> <small> Magento Commerce 1.4 new version has been released! Magento...</small></li>
<li><a href='http://www.soluvas.com/installing-sample-data-on-magento-1-4-0-1/' rel='bookmark' title='Permanent Link: Installing Sample Data on Magento 1.4.0.1'>Installing Sample Data on Magento 1.4.0.1</a> <small>Installing Magento E-Commerce with Sample Data tutorial, with workaround for...</small></li>
<li><a href='http://www.soluvas.com/ubuntu-10-04-lucid-lynx-released/' rel='bookmark' title='Permanent Link: Ubuntu 10.04 Lucid Lynx Released!'>Ubuntu 10.04 Lucid Lynx Released!</a> <small> Ubuntu 10.04 Lucid Lynx has been released by Canonical....</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.soluvas.com%2Fmagento-commerce-1-4-1-0-new-version-released%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.soluvas.com%2Fmagento-commerce-1-4-1-0-new-version-released%2F&amp;source=Soluvas&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Update now, <strong><a href="http://www.soluvas.com/magento/">Magento Commerce Online Store</a></strong> version 1.4.1.0 has been released:</p>
<blockquote><p>We are excited to announce the availability of Magento CE Version  1.4.1.0 Stable for upgrade and download.Some of the highlights of this release include: Enhanced PayPal  integration (more info to follow), Change of Database structure of the  Sales module to no longer use EAV, and much more.</p>
<p>To see a full list of features and fixed issues please visit our <a href="http://www.magentocommerce.com/download/release_notes#Release%20Notes%20-%20Magento%201.4.1.0%20stable%20%28June%2010,%202010%29" rel="nofollow" title="release notes page" >release notes page</a>. Diff files are  available <a href="http://www.magentocommerce.com/download/diff" rel="nofollow" title="here" >here</a>.</p>
<p><strong><span style="text-decoration: underline;">Please Note</span>:  Since Database upgrade from EAV to flat sales  might be a very heavy operation and can take up to several hours  depending on number of orders and environment, please make sure to test  the upgrade on a non-production environment and make sure the  max_execution_time PHP option has appropriate large value that can  handle this operation. </strong> We do <strong>NOT</strong> recommend upgrading a  production installation of Magento directly. Please backup database and  all files before upgrading. Please make sure to check file permissions  before trying to upgrade through your Magento Connect Manager.We highly  recommend disabling Magento cache before upgrading.</p>
<p>Please report all issues with this release in the <a href="http://www.magentocommerce.com/bug-tracking/report/" rel="nofollow" title="here" >bug  tracker</a>.</p>
<p><span style="text-decoration: underline;"><strong>Important Note 1</strong></span>: If the Magento Compilation Module is  enabled it must be disabled before attempting to upgrade. After  upgrading is done, click on “Run Compilation Process” to process and  enable it again.</p>
<p><span style="text-decoration: underline;"><strong>Important Note 2</strong></span>: If you are running Magento version older  than 1.4.x in a cluster environment and are using a shared cache (e.g.  Memcached)  you will now need to also make sure to configure Magento to  use Database as the “slow” backend cache.</p></blockquote>
<p>I was installing a new Magento online store when they&#8217;re preparing the release. My installation, using PEAR Downloader technique, failed because of &#8220;duplicate channel&#8221;. I retried using Magento 1.4.0.1 full distribution and succeeded.</p>
<p>A few hours later Magento Commerce 1.4.1.0 was released. <img src='http://www.soluvas.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Next time, I should just wait!</p>


<p>Related posts:<ol><li><a href='http://www.soluvas.com/how-to-install-magento-commerce-1-4/' rel='bookmark' title='Permanent Link: How to Install Magento Commerce 1.4'>How to Install Magento Commerce 1.4</a> <small> Magento Commerce 1.4 new version has been released! Magento...</small></li>
<li><a href='http://www.soluvas.com/installing-sample-data-on-magento-1-4-0-1/' rel='bookmark' title='Permanent Link: Installing Sample Data on Magento 1.4.0.1'>Installing Sample Data on Magento 1.4.0.1</a> <small>Installing Magento E-Commerce with Sample Data tutorial, with workaround for...</small></li>
<li><a href='http://www.soluvas.com/ubuntu-10-04-lucid-lynx-released/' rel='bookmark' title='Permanent Link: Ubuntu 10.04 Lucid Lynx Released!'>Ubuntu 10.04 Lucid Lynx Released!</a> <small> Ubuntu 10.04 Lucid Lynx has been released by Canonical....</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.soluvas.com/magento-commerce-1-4-1-0-new-version-released/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Magento 1.4.x Installation Error caused by PHP safe_mode</title>
		<link>http://www.soluvas.com/magento-1-4-x-installation-error-php-safe-mode/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=magento-1-4-x-installation-error-php-safe-mode</link>
		<comments>http://www.soluvas.com/magento-1-4-x-installation-error-php-safe-mode/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 18:06:08 +0000</pubDate>
		<dc:creator>Hendy Irawan</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.soluvas.com/?p=112</guid>
		<description><![CDATA[
			
				
			
		

After installing Magento on your shared hosting or dedicated server you may get the following error:
There has been an error processing your request
Exception printing is disabled by default for security reasons.
Error log record number: XXXXXXXXXXXXXXX
There are many cases why this might happen. Check out the error details in the directory var/report to see what&#8217;s going [...]


Related posts:<ol><li><a href='http://www.soluvas.com/installing-sample-data-on-magento-1-4-0-1/' rel='bookmark' title='Permanent Link: Installing Sample Data on Magento 1.4.0.1'>Installing Sample Data on Magento 1.4.0.1</a> <small>Installing Magento E-Commerce with Sample Data tutorial, with workaround for...</small></li>
<li><a href='http://www.soluvas.com/how-to-install-magento-commerce-1-4/' rel='bookmark' title='Permanent Link: How to Install Magento Commerce 1.4'>How to Install Magento Commerce 1.4</a> <small> Magento Commerce 1.4 new version has been released! Magento...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.soluvas.com%2Fmagento-1-4-x-installation-error-php-safe-mode%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.soluvas.com%2Fmagento-1-4-x-installation-error-php-safe-mode%2F&amp;source=Soluvas&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.soluvas.com/wp-content/uploads/2010/06/magento_install_does_not_work_002.png"><img class="alignnone size-medium wp-image-114" title="Magento 1.4 Installation Error due to PHP safe_mode" src="http://www.soluvas.com/wp-content/uploads/2010/06/magento_install_does_not_work_002-300x202.png" alt="Magento 1.4 Installation Error due to PHP safe_mode" width="300" height="202" /></a></p>
<p>After <strong>installing Magento</strong> on your <strong>shared hosting</strong> or <strong>dedicated server</strong> you may get the following <strong>error</strong>:</p>
<blockquote><p>There has been an error processing your request<br />
Exception printing is disabled by default for security reasons.<br />
Error log record number: XXXXXXXXXXXXXXX</p></blockquote>
<p>There are many cases why this might happen. Check out the error details in the directory <strong>var/report</strong> to see what&#8217;s going on.</p>
<p>In my case, though, the report says:</p>
<blockquote><p>a:5:{i:0;s:250:&#8221;Warning: realpath() [&lt;a href='function.realpath'&gt;function.realpath&lt;/a&gt;]: SAFE MODE Restriction in effect.  The script whose uid is 2397 is not allowed to access /tmp owned by uid 0  in /home/&#8230;/public_html/lib/Zend/Cache/Backend.php on line 185&#8243;;i:1;s:3891:&#8221;#0 [internal function]: mageCoreErrorHandler(2, &#8216;realpath() [&lt;a &#8230;&#8217;, &#8216;/home/&#8230;/&#8230;&#8217;, 185, Array)</p></blockquote>
<p>The error is caused by Magento attempting to access directory <strong>/tmp</strong> in the filesystem, but since PHP is running in safe mode, it is not allowed.</p>
<p>To fix it, you either disable safe_mode (NOT recommended), or patch the file <strong>magento/lib/Zend/Cache/Backend/File.php</strong> as follows:</p>
<p>Edit:</p>
<pre>protected $_options = array(
 'cache_dir' =&gt; null,</pre>
<p>Replace with:</p>
<pre>protected $_options = array(
 'cache_dir' =&gt; 'var/tmp',
</pre>
<p>Then create the directory <strong>tmp</strong> inside <strong>var</strong> directory in your Magento installation directory.</p>
<p>Now Magento should be running fine!<br />
Adapted from: <a href="http://www.designersandbox.com/magento/fix-for-magento-1-4-install-does-not-work" rel="nofollow" >Magento 1.4 installation fix</a></p>


<p>Related posts:<ol><li><a href='http://www.soluvas.com/installing-sample-data-on-magento-1-4-0-1/' rel='bookmark' title='Permanent Link: Installing Sample Data on Magento 1.4.0.1'>Installing Sample Data on Magento 1.4.0.1</a> <small>Installing Magento E-Commerce with Sample Data tutorial, with workaround for...</small></li>
<li><a href='http://www.soluvas.com/how-to-install-magento-commerce-1-4/' rel='bookmark' title='Permanent Link: How to Install Magento Commerce 1.4'>How to Install Magento Commerce 1.4</a> <small> Magento Commerce 1.4 new version has been released! Magento...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.soluvas.com/magento-1-4-x-installation-error-php-safe-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Sample Data on Magento 1.4.0.1</title>
		<link>http://www.soluvas.com/installing-sample-data-on-magento-1-4-0-1/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=installing-sample-data-on-magento-1-4-0-1</link>
		<comments>http://www.soluvas.com/installing-sample-data-on-magento-1-4-0-1/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 04:36:39 +0000</pubDate>
		<dc:creator>Hendy Irawan</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.soluvas.com/?p=106</guid>
		<description><![CDATA[Installing Magento E-Commerce with Sample Data tutorial, with workaround for Magento bug.


Related posts:<ol><li><a href='http://www.soluvas.com/how-to-install-magento-commerce-1-4/' rel='bookmark' title='Permanent Link: How to Install Magento Commerce 1.4'>How to Install Magento Commerce 1.4</a> <small> Magento Commerce 1.4 new version has been released! Magento...</small></li>
<li><a href='http://www.soluvas.com/install-tampilan-bahasa-indonesia-language-pack-di-magento-ecommerce/' rel='bookmark' title='Permanent Link: Menginstall Tampilan Bahasa Indonesia di Magento'>Menginstall Tampilan Bahasa Indonesia di Magento</a> <small> Magento adalah aplikasi e-commerce (disebut juga online store atau...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.soluvas.com%2Finstalling-sample-data-on-magento-1-4-0-1%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.soluvas.com%2Finstalling-sample-data-on-magento-1-4-0-1%2F&amp;source=Soluvas&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><strong>Installing Magento E-Commerce with Sample Data</strong> seems to have changed a bit since <strong>Magento 1.4</strong>, at least with Magento version 1.4.0.1.</p>
<p>You shouldn&#8217;t just copy the media/catalog folder before, but do the steps in this tutorial <strong>in order</strong>:</p>
<ol>
<li>Create database</li>
<li>Load sample DB into database</li>
<li>Extract Magento</li>
<li>Run installation</li>
<li>Ensure you get to the configure database page. Magento will complain about un-writeable directories. chmod or chown these folders (app/etc, var, and media)</li>
<li>Only AFTER you get to the &#8220;configure database&#8221; page, copy the &#8220;media/catalog&#8221; from Magento sample data distribution into your magento <strong>media</strong> folder. Make sure to redo  chmod or chown on media.</li>
<li>During configure, enable rewrites. (should be enabled on ALL Magento installations for basic SEO support)</li>
<li>After installation, edit .htaccess and edit RewriteBase if you&#8217;re not on root URI</li>
</ol>
<p>If you do step #6 before installation, you&#8217;ll never reach step #5 !</p>
<p>This is probably a bug in Magento, but not a very serious issue.</p>


<p>Related posts:<ol><li><a href='http://www.soluvas.com/how-to-install-magento-commerce-1-4/' rel='bookmark' title='Permanent Link: How to Install Magento Commerce 1.4'>How to Install Magento Commerce 1.4</a> <small> Magento Commerce 1.4 new version has been released! Magento...</small></li>
<li><a href='http://www.soluvas.com/install-tampilan-bahasa-indonesia-language-pack-di-magento-ecommerce/' rel='bookmark' title='Permanent Link: Menginstall Tampilan Bahasa Indonesia di Magento'>Menginstall Tampilan Bahasa Indonesia di Magento</a> <small> Magento adalah aplikasi e-commerce (disebut juga online store atau...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.soluvas.com/installing-sample-data-on-magento-1-4-0-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Install Magento Commerce 1.4</title>
		<link>http://www.soluvas.com/how-to-install-magento-commerce-1-4/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-to-install-magento-commerce-1-4</link>
		<comments>http://www.soluvas.com/how-to-install-magento-commerce-1-4/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 06:00:34 +0000</pubDate>
		<dc:creator>Hendy Irawan</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[commerce]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[magento 1.4]]></category>

		<guid isPermaLink="false">http://www.soluvas.com/?p=102</guid>
		<description><![CDATA[
			
				
			
		
Magento Commerce 1.4 new version has been released! Magento is an open source eCommerce software.
New Features in Magento Commerce 1.4

Implemented 3D Secure credit card validation (Visa and Mastercard)
Full reimplementation of PayPal modules, includes lot of new functionality and numerous bugfixes
Full review of frontend themes, introduced design cross-package fallback and the base/default theme. Includes SEO and [...]


Related posts:<ol><li><a href='http://www.soluvas.com/produk-jasa-layanan/magento-ecommerce-online-store-shopping-cart-toko-online/' rel='bookmark' title='Permanent Link: Magento E-Commerce'>Magento E-Commerce</a> <small> Magento adalah aplikasi e-commerce (disebut juga online store atau...</small></li>
<li><a href='http://www.soluvas.com/install-tampilan-bahasa-indonesia-language-pack-di-magento-ecommerce/' rel='bookmark' title='Permanent Link: Menginstall Tampilan Bahasa Indonesia di Magento'>Menginstall Tampilan Bahasa Indonesia di Magento</a> <small> Magento adalah aplikasi e-commerce (disebut juga online store atau...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.soluvas.com%2Fhow-to-install-magento-commerce-1-4%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.soluvas.com%2Fhow-to-install-magento-commerce-1-4%2F&amp;source=Soluvas&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><strong><a href="http://www.soluvas.com/magento"title="Magento Commerce" >Magento Commerce 1.4</a> </strong>new version has been released! Magento is an open source eCommerce software.</p>
<h3>New Features in Magento Commerce 1.4</h3>
<ul>
<li>Implemented 3D Secure credit card validation (Visa and Mastercard)</li>
<li>Full reimplementation of PayPal modules, includes lot of new functionality and numerous bugfixes</li>
<li>Full review of frontend themes, introduced design cross-package fallback and the base/default theme. Includes SEO and accessibility enhancements. Changes are oriented to dramatically reduce themes maintenance.</li>
<li>Added ability to define arbitrary cache backends</li>
<li>Optimized performance of sales reports, added new sales report types</li>
<li>Added image/media uploader/browser, that can browse entire media folder</li>
<li>Optimized performance of search indexer</li>
<li>Made order processing workflow more informative and severe</li>
<li>Reimplemented 404 and report pages, introduced 503 page, specifically for maintenance purposes</li>
<li>Improved javascript files merging, added CSS files merging</li>
<li>Added Widgets functionality, added several widgets out of the box</li>
<li>Added Custom Variables functionality</li>
<li>Added lot of new System Configuration options</li>
<li>Improved order placement reliability</li>
<li>Added WYSIWYG for CMS and Catalog</li>
<li>Optimized cache initialization during startup</li>
<li>Optimized export from grids in admin area</li>
<li>Improved tax and discount totals calculation</li>
<li>Replaced admin notification flash popup into a simple HTML overlay</li>
<li>Implemented product and category URLs per store view</li>
<li>Added ability to configure entry point using virtualhost environment configuration, rather than creating another physical entry point</li>
<li>Optimized simple product view without custom options</li>
</ul>
<h3>Tutorial: How to Install Magento Commerce 1.4</h3>
<ol>
<li><a href="http://www.magentocommerce.com/download" rel="nofollow" >Download Magento Commerce</a> (you may need to register).</li>
<li>Install Apache, PHP, MySQL. If you&#8217;re on Windows, <a href="http://www.apachefriends.org/en/xampp.html" rel="nofollow" >download XAMPP here</a>.</li>
<li>Using MySQL admin, create a database for Magento.</li>
<li>Unpack Magento to your Apache document root directory.</li>
<li>Refer to <a href="http://www.magentocommerce.com/wiki/magento_installation_guide" rel="nofollow" >Magento Installation Guide</a> for more information.</li>
</ol>


<p>Related posts:<ol><li><a href='http://www.soluvas.com/produk-jasa-layanan/magento-ecommerce-online-store-shopping-cart-toko-online/' rel='bookmark' title='Permanent Link: Magento E-Commerce'>Magento E-Commerce</a> <small> Magento adalah aplikasi e-commerce (disebut juga online store atau...</small></li>
<li><a href='http://www.soluvas.com/install-tampilan-bahasa-indonesia-language-pack-di-magento-ecommerce/' rel='bookmark' title='Permanent Link: Menginstall Tampilan Bahasa Indonesia di Magento'>Menginstall Tampilan Bahasa Indonesia di Magento</a> <small> Magento adalah aplikasi e-commerce (disebut juga online store atau...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.soluvas.com/how-to-install-magento-commerce-1-4/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Menginstall Tampilan Bahasa Indonesia di Magento</title>
		<link>http://www.soluvas.com/install-tampilan-bahasa-indonesia-language-pack-di-magento-ecommerce/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=install-tampilan-bahasa-indonesia-language-pack-di-magento-ecommerce</link>
		<comments>http://www.soluvas.com/install-tampilan-bahasa-indonesia-language-pack-di-magento-ecommerce/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 14:57:03 +0000</pubDate>
		<dc:creator>Hendy Irawan</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[Indonesia]]></category>
		<category><![CDATA[Indonesian]]></category>
		<category><![CDATA[language pack]]></category>
		<category><![CDATA[translation]]></category>

		<guid isPermaLink="false">http://www.soluvas.com/?p=77</guid>
		<description><![CDATA[
			
				
			
		

Magento adalah aplikasi e-commerce (disebut juga online store atau shopping cart) berbasis web dengan fasilitas sangat lengkap.
Tampilan Magento dapat diterjemahkan ke bahasa lain selain bahasa Inggris menggunakan Language Pack. Berikut ini cara menginstall dukungan bahasa Indonesia.
Catatan: Komputer/server Anda harus terkoneksi ke Internet saat melakukan langkah-langkah berikut.
Dapatkan Extension Key


Browse ke Indonesian 	Language Pack for Magento.

Klik 	tab [...]


Related posts:<ol><li><a href='http://www.soluvas.com/how-to-install-magento-commerce-1-4/' rel='bookmark' title='Permanent Link: How to Install Magento Commerce 1.4'>How to Install Magento Commerce 1.4</a> <small> Magento Commerce 1.4 new version has been released! Magento...</small></li>
<li><a href='http://www.soluvas.com/installing-sample-data-on-magento-1-4-0-1/' rel='bookmark' title='Permanent Link: Installing Sample Data on Magento 1.4.0.1'>Installing Sample Data on Magento 1.4.0.1</a> <small>Installing Magento E-Commerce with Sample Data tutorial, with workaround for...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.soluvas.com%2Finstall-tampilan-bahasa-indonesia-language-pack-di-magento-ecommerce%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.soluvas.com%2Finstall-tampilan-bahasa-indonesia-language-pack-di-magento-ecommerce%2F&amp;source=Soluvas&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.soluvas.com/magento" rel="nofollow" ><img style="max-width: 800px;" src="http://www.soluvas.com/wp-content/uploads/2009/11/magento-logo.png" /><br /></a></p>
<p><a href="http://www.soluvas.com/magento" rel="nofollow" >Magento</a> adalah aplikasi e-commerce (disebut juga <span style="font-style: italic;">online store</span> atau <span style="font-style: italic;">shopping cart</span>) berbasis web dengan fasilitas sangat lengkap.</p>
<p class="P5">Tampilan Magento dapat diterjemahkan ke bahasa lain selain bahasa Inggris menggunakan Language Pack. Berikut ini cara menginstall dukungan bahasa Indonesia.</p>
<p class="Text_20_body"><span style="font-weight: bold;" class="T1">Catatan:</span> Komputer/server Anda harus terkoneksi ke Internet saat melakukan langkah-langkah berikut.</p>
<p><b>Dapatkan Extension Key</b></p>
<ol>
<li>
<p>Browse ke <a href="http://www.magentocommerce.com/extension/packages/module/376/magento-community-modules--indonesian-indonesia-language-pack" rel="nofollow" >Indonesian 	Language Pack for Magento</a>.</p>
</li>
<li>Klik 	tab “Releases”.<br />Pada versi terbaru (paling atas), klik tombol 	“Get Extension Key”.<br />Centang “By checking this box I agree 	to the <a href="http://www.opensource.org/licenses/academic.php" rel="nofollow"  target="license_agreement">extension 	license agreement</a>&#8220;, lalu klik lagi tombol “Get Extension 	Key”.<br /><img style="max-width: 800px;" src="http://www.soluvas.com/wp-content/uploads/2009/11/Magento-Install-Language-Pack-Bahasa-Indonesia-2_html_m29ccac1.jpg" /></li>
<li>
<p style="page-break-before: auto; page-break-after: avoid;">Pilih 	extension key yang muncul, catat atau copy ke Clipboard. Contoh 	extension key untuk versi 1.2.0.0.2 adalah:</p>
<p> 	<span style="font-family: monospace;">magento-community/Locale_Mage_community_id_ID-1.2.0.0.2</span></p>
<p><img style="max-width: 800px;" src="http://www.soluvas.com/wp-content/uploads/2009/11/Magento-Install-Language-Pack-Bahasa-Indonesia-2_html_m516b46c2.jpg" /></li>
</ol>
<p><b>Install Language Pack Bahasa Indonesia</b>
<ol>
<li value="1">
<p>Dari admin Magento, klik menu System -&gt; Magento 	Connect -&gt; Magento Connect Manager.</p>
</li>
<li>
<p>Di bagian “Install New Extensions”, di kotak “Paste 	extension key to install”, masukkan extension key yang Anda catat 	di langkah 4, lalu klik tombol “Install”.<br /><img style="max-width: 800px;" src="http://www.soluvas.com/wp-content/uploads/2009/11/Magento-Install-Language-Pack-Bahasa-Indonesia-2_html_m610cf01b.jpg" /></p>
</li>
</ol>
<p><b>Aktifkan Tampilan Bahasa Indonesia</b></p>
<ol>
<li>
<p>Dari admin Magento, klik menu System -&gt; Configuration.</p>
</li>
<li>
<p>Pastikan 	Anda berada di halaman General -&gt; General.<br />Di bagian Locale 	options -&gt; Locale, pilih “Bahasa Indonesia”. Lalu klik tombol 	“Save Config”.<br /><img style="max-width: 800px;" src="http://www.soluvas.com/wp-content/uploads/2009/11/Magento-Install-Language-Pack-Bahasa-Indonesia-2_html_m6f4e6930.jpg" /></p>
</li>
</ol>
<p style="page-break-before: auto; page-break-after: avoid;"><b>Refresh Cache</b></p>
<p>Apabila cache Magento sedang aktif, perubahan Anda tidak langsung aktif. Langkah-langkah Refresh Cache sebagai berikut:</p>
<ol>
<li>
<p>Dari admin Magento, klik menu System -&gt; Cache Management.</p>
</li>
<li>
<p>Di bagian Cache Control -&gt; All Cache, pilih “Refresh”.<br /><img style="max-width: 800px;" src="http://www.soluvas.com/wp-content/uploads/2009/11/Magento-Install-Language-Pack-Bahasa-Indonesia-2_html_m372fd961.jpg" /></p>
</li>
<li>
<p>Klik tombol “Save cache settings”.</p>
</li>
</ol>
<p>Silakan cek tampilan aplikasi web Magento Anda yang baru. <img src='http://www.soluvas.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Saat ini, language pack bahasa Indonesia masih belum terlalu lengkap. Mau membantu? Silakan bergabung di <a href="http://www.magentocommerce.com/boards/viewthread/760/" rel="nofollow" >forum Language Pack Indonesia untuk Magento.</a><a href="file:///home/ceefour/Blog_Stuff/Soluvas/Magento%20-%20Install%20Language%20Pack%20Bahasa%20Indonesia%202.html#sdfootnote2sym" rel="nofollow" class="sdfootnoteanc" name="sdfootnote2anc" ></a></p>
<p><a href="http://www.magentocommerce.com/boards/viewthread/760/" rel="nofollow" ></a><a href="http://www.magentocommerce.com/boards/viewthread/760/" rel="nofollow" ><span class="Footnote_20_anchor" title="Footnote: http://www.magentocommerce.com/boards/viewthread/760/"></span></a></p>


<p>Related posts:<ol><li><a href='http://www.soluvas.com/how-to-install-magento-commerce-1-4/' rel='bookmark' title='Permanent Link: How to Install Magento Commerce 1.4'>How to Install Magento Commerce 1.4</a> <small> Magento Commerce 1.4 new version has been released! Magento...</small></li>
<li><a href='http://www.soluvas.com/installing-sample-data-on-magento-1-4-0-1/' rel='bookmark' title='Permanent Link: Installing Sample Data on Magento 1.4.0.1'>Installing Sample Data on Magento 1.4.0.1</a> <small>Installing Magento E-Commerce with Sample Data tutorial, with workaround for...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.soluvas.com/install-tampilan-bahasa-indonesia-language-pack-di-magento-ecommerce/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
