<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Soluvas</title>
	
	<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>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Soluvas" /><feedburner:info uri="soluvas" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>Soluvas</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Magento 1.4.1.0 SOAP API Web Service Error</title>
		<link>http://feedproxy.google.com/~r/Soluvas/~3/r8gyu26_Kco/</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"><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">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>
<p><a href="http://feedads.g.doubleclick.net/~a/75natNViWc-KmbRvgm_ckJv4kTo/0/da"><img src="http://feedads.g.doubleclick.net/~a/75natNViWc-KmbRvgm_ckJv4kTo/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/75natNViWc-KmbRvgm_ckJv4kTo/1/da"><img src="http://feedads.g.doubleclick.net/~a/75natNViWc-KmbRvgm_ckJv4kTo/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Soluvas/~4/r8gyu26_Kco" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.soluvas.com/magento-1-4-1-0-soap-api-web-service-error/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>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</feedburner:origLink></item>
		<item>
		<title>Internet Smart CDMA dengan Modem Haier CE100 di Ubuntu Lucid Lynx 10.04</title>
		<link>http://feedproxy.google.com/~r/Soluvas/~3/uxHXYOsnV9A/</link>
		<comments>http://www.soluvas.com/internet-smart-cdma-modem-haier-ce100-ubuntu-lucid-lynx-10-04/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 06:41:47 +0000</pubDate>
		<dc:creator>Hendy Irawan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[CDMA]]></category>
		<category><![CDATA[ce100]]></category>
		<category><![CDATA[haier]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[modem]]></category>
		<category><![CDATA[smart]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.soluvas.com/?p=126</guid>
		<description><![CDATA[
			
				
			
		

Kartu Smart CDMA dan modem Haier CE100 Anda dapat digunakan untuk konek ke Internet di Ubuntu Lucid Lynx 10.04 (Linux).
Berikut rangkuman caranya&#8230;
Aplikasi yang akan kita gunakan untuk konek adalah Gnome PPP. Untuk menginstall, klik di sini apt:gnome-ppp atau gunakan Synaptic untuk menginstall package gnome-ppp.
Dari Applications &#8211; Accessories, jalankan Terminal. Masukkan perintah berikut:
sudo chgrp dip /etc/ppp/*secrets
sudo [...]


Related posts:<ol><li><a href='http://www.soluvas.com/koneksi-internet-smart-cdma-dengan-haier-ce100-di-ubuntu-9-10/' rel='bookmark' title='Permanent Link: Koneksi Internet Smart CDMA dengan Haier CE100 di Ubuntu 9.10'>Koneksi Internet Smart CDMA dengan Haier CE100 di Ubuntu 9.10</a> <small> UPDATE: Yang baru di sini&#8230; Cara konek Internet Smart...</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%2Finternet-smart-cdma-modem-haier-ce100-ubuntu-lucid-lynx-10-04%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.soluvas.com%2Finternet-smart-cdma-modem-haier-ce100-ubuntu-lucid-lynx-10-04%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/smart-cdma-konek-internet-modem-haier-ce100-ubuntu-linux-lucid-lynx-10.04.jpg"><img class="alignnone size-medium wp-image-127" title="Koneksi Internet Smart CDMA dengan Modem Haier CE100 di Ubuntu Linux Lucid Lynx 10.04" src="http://www.soluvas.com/wp-content/uploads/2010/06/smart-cdma-konek-internet-modem-haier-ce100-ubuntu-linux-lucid-lynx-10.04-300x127.jpg" alt="Koneksi Internet Smart CDMA dengan Modem Haier CE100 di Ubuntu Linux Lucid Lynx 10.04" width="300" height="127" /></a></p>
<p>Kartu <strong>Smart CDMA</strong> dan <strong>modem Haier CE100</strong> Anda dapat digunakan untuk <strong>konek ke Internet</strong> di <strong>Ubuntu Lucid Lynx 10.04</strong> (<strong>Linux</strong>).</p>
<p>Berikut rangkuman caranya&#8230;</p>
<p>Aplikasi yang akan kita gunakan untuk konek adalah <strong>Gnome PPP</strong>. Untuk menginstall, klik di sini <a href="apt:gnome-ppp"><strong>apt:gnome-ppp</strong></a> atau gunakan Synaptic untuk menginstall package <strong>gnome-ppp</strong>.</p>
<p>Dari Applications &#8211; Accessories, jalankan Terminal. Masukkan perintah berikut:</p>
<pre>sudo chgrp dip /etc/ppp/*secrets
sudo chmod g+w /etc/ppp/*secrets</pre>
<p>Anda juga harus menambahkan user Anda ke group <strong>dip</strong> dengan perintah berikut:</p>
<pre>sudo adduser <em>ceefour</em> dip</pre>
<p>Ganti &#8220;ceefour&#8221; di atas dengan username Anda sendiri.</p>
<p><strong>Catatan:</strong> /etc/ppp/options tidak perlu diubah.</p>
<p>Dari Applications -&gt; Internet, jalankan GNOME PPP lalu konfigurasi sebagai berikut:</p>
<p style="padding-left: 30px;">Username: smart</p>
<p style="padding-left: 30px;">Password: smart</p>
<p style="padding-left: 30px;">Phone number: #777</p>
<p style="padding-left: 30px;">Port: /dev/ttyUSB0</p>
<p style="padding-left: 30px;">Modem: USB Modem</p>
<p style="padding-left: 30px;">Ignore terminal strings (stupid mode): <strong>Checked</strong></p>
<p style="padding-left: 30px;">Put on tray after connect: <strong>Checked</strong></p>
<p>Setiap mulai konek ke Internet, lakukan:</p>
<ol>
<li>Bila icon modem terlihat di desktop, kik kanan icon modem di desktop, lalu klik Eject.</li>
<li>Jalankan <strong>Gnome PPP</strong> lalu klik <strong>Connect</strong>.</li>
</ol>
<p>Anda juga dapat menggunakan kartu CDMA dari mobile operator lain dengan mengganti username, password, dan phone number sesuai ketentuan dari operator.</p>
<p>Selamat ber-Internet!</p>


<p>Related posts:<ol><li><a href='http://www.soluvas.com/koneksi-internet-smart-cdma-dengan-haier-ce100-di-ubuntu-9-10/' rel='bookmark' title='Permanent Link: Koneksi Internet Smart CDMA dengan Haier CE100 di Ubuntu 9.10'>Koneksi Internet Smart CDMA dengan Haier CE100 di Ubuntu 9.10</a> <small> UPDATE: Yang baru di sini&#8230; Cara konek Internet Smart...</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>
<p><a href="http://feedads.g.doubleclick.net/~a/9qsk9jzaAt27C2CT8P962eFNNHI/0/da"><img src="http://feedads.g.doubleclick.net/~a/9qsk9jzaAt27C2CT8P962eFNNHI/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/9qsk9jzaAt27C2CT8P962eFNNHI/1/da"><img src="http://feedads.g.doubleclick.net/~a/9qsk9jzaAt27C2CT8P962eFNNHI/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Soluvas/~4/uxHXYOsnV9A" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.soluvas.com/internet-smart-cdma-modem-haier-ce100-ubuntu-lucid-lynx-10-04/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.soluvas.com/internet-smart-cdma-modem-haier-ce100-ubuntu-lucid-lynx-10-04/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=internet-smart-cdma-modem-haier-ce100-ubuntu-lucid-lynx-10-04</feedburner:origLink></item>
		<item>
		<title>3 Quick Tips to Speed Up Magento</title>
		<link>http://feedproxy.google.com/~r/Soluvas/~3/yEJkUKIwrFI/</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>
<p><a href="http://feedads.g.doubleclick.net/~a/ICeU0fdycRG0D-vDwIwHDBefzFU/0/da"><img src="http://feedads.g.doubleclick.net/~a/ICeU0fdycRG0D-vDwIwHDBefzFU/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/ICeU0fdycRG0D-vDwIwHDBefzFU/1/da"><img src="http://feedads.g.doubleclick.net/~a/ICeU0fdycRG0D-vDwIwHDBefzFU/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Soluvas/~4/yEJkUKIwrFI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.soluvas.com/3-quick-tips-speed-up-magento-fast/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>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</feedburner:origLink></item>
		<item>
		<title>Magento Commerce 1.4.1.0 New Version Released</title>
		<link>http://feedproxy.google.com/~r/Soluvas/~3/wLVF_TuYV08/</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 title="release notes page" href="http://www.magentocommerce.com/download/release_notes#Release%20Notes%20-%20Magento%201.4.1.0%20stable%20%28June%2010,%202010%29">release notes page</a>. Diff files are  available <a title="here" href="http://www.magentocommerce.com/download/diff">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 title="here" href="http://www.magentocommerce.com/bug-tracking/report/">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>
<p><a href="http://feedads.g.doubleclick.net/~a/9-n77IHZJuM77OV6fHPpSsdXdNo/0/da"><img src="http://feedads.g.doubleclick.net/~a/9-n77IHZJuM77OV6fHPpSsdXdNo/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/9-n77IHZJuM77OV6fHPpSsdXdNo/1/da"><img src="http://feedads.g.doubleclick.net/~a/9-n77IHZJuM77OV6fHPpSsdXdNo/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Soluvas/~4/wLVF_TuYV08" height="1" width="1"/>]]></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>
		<feedburner:origLink>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</feedburner:origLink></item>
		<item>
		<title>Magento 1.4.x Installation Error caused by PHP safe_mode</title>
		<link>http://feedproxy.google.com/~r/Soluvas/~3/UIXT8w-X_s8/</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">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>
<p><a href="http://feedads.g.doubleclick.net/~a/8MOsPTqOZgVC987QW88Mz4ah2R4/0/da"><img src="http://feedads.g.doubleclick.net/~a/8MOsPTqOZgVC987QW88Mz4ah2R4/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/8MOsPTqOZgVC987QW88Mz4ah2R4/1/da"><img src="http://feedads.g.doubleclick.net/~a/8MOsPTqOZgVC987QW88Mz4ah2R4/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Soluvas/~4/UIXT8w-X_s8" height="1" width="1"/>]]></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>
		<feedburner:origLink>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</feedburner:origLink></item>
		<item>
		<title>Ubuntu 10.04 Lucid Lynx Released!</title>
		<link>http://feedproxy.google.com/~r/Soluvas/~3/tg1DRvBuAMA/</link>
		<comments>http://www.soluvas.com/ubuntu-10-04-lucid-lynx-released/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 18:42:05 +0000</pubDate>
		<dc:creator>Hendy Irawan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[10.04]]></category>
		<category><![CDATA[announcement]]></category>
		<category><![CDATA[LTS]]></category>
		<category><![CDATA[Lucid Lynx]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.soluvas.com/?p=108</guid>
		<description><![CDATA[
			
				
			
		

Ubuntu 10.04 Lucid Lynx has been released by Canonical.
The Ubuntu team is pleased to announce Ubuntu 10.04 LTS (Long-Term Support).
This release incorporates the Desktop Edition and the Server Edition.  The Server Edition can be used on physical servers, on Ubuntu Enterprise Cloud (UEC), and on Amazon&#8217;s EC2 public cloud.  Codenamed &#8220;Lucid Lynx&#8221;, 10.04 LTS continues [...]


Related posts:<ol><li><a href='http://www.soluvas.com/read-browse-explore-open-ext2-ext3-ext4-partition-filesystem-from-windows-7/' rel='bookmark' title='Permanent Link: Read ext3/ext4 Partition from Windows 7'>Read ext3/ext4 Partition from Windows 7</a> <small> UPDATE: Newest version of Ext2Read open source software can...</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%2Fubuntu-10-04-lucid-lynx-released%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.soluvas.com%2Fubuntu-10-04-lucid-lynx-released%2F&amp;source=Soluvas&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.ubuntu.com/"><img class="alignnone size-medium wp-image-109" title="Ubuntu 10.04 Lucid Lynx" src="http://www.soluvas.com/wp-content/uploads/2010/04/ubuntu-lighttheme1-300x225.jpg" alt="Ubuntu 10.04 Lucid Lynx - source: http://www.skuggen.com/?p=2150" width="300" height="225" /></a></p>
<p><strong>Ubuntu 10.04 Lucid Lynx</strong> has been released by <strong>Canonical</strong>.</p>
<p>The <strong>Ubuntu</strong> team is pleased to announce <strong>Ubuntu 10.04 LTS</strong> (Long-Term Support).</p>
<p>This release incorporates the Desktop Edition and the Server Edition.  The Server Edition can be used on physical servers, on Ubuntu Enterprise Cloud (UEC), and on Amazon&#8217;s EC2 public cloud.  Codenamed &#8220;Lucid Lynx&#8221;, 10.04 LTS continues Ubuntu&#8217;s proud tradition of integrating the latest and greatest open source technologies into a high-quality, easy-to-use Linux distribution.</p>
<p>We are also pleased to announce Ubuntu 10.04 Netbook Edition, which is not a long-term support release.</p>
<p>Read more about the features of Ubuntu 10.04 LTS in the following press releases:</p>
<p><strong>Desktop and Netbook editions<br />
</strong><a href="http://www.ubuntu.com/news/ubuntu-10.04-desktop-edition" target="_blank">http://www.ubuntu.com/news/ubuntu-10.04-desktop-edition</a></p>
<p><strong>Server edition</strong><br />
<a href="http://www.ubuntu.com/news/ubuntu-10.04-server-edition" target="_blank">http://www.ubuntu.com/news/ubuntu-10.04-server-edition</a></p>
<p>Ubuntu 10.04 LTS will be supported for three years on desktops and five years on servers.  Ubuntu 10.04 Netbook Edition will be supported for 18 months.</p>
<p>Thanks to the efforts of the global translation community, Ubuntu is<br />
available in 29 languages.  For a list of supported languages and detailed<br />
translation statistics for these and other languages, see:</p>
<p><a href="http://people.ubuntu.com/%7Edpm/ubuntu-10.04-translation-stats.html" target="_blank">http://people.ubuntu.com/~dpm/ubuntu-10.04-translation-stats.html</a></p>
<p>Ubuntu 10.04 LTS is also the basis for new 10.04 releases of Kubuntu,<br />
Xubuntu, Edubuntu, UbuntuStudio, and Mythbuntu:</p>
<p>Kubuntu      <a href="http://kubuntu.org/news/10.04-lts-release" target="_blank">http://kubuntu.org/news/10.04-lts-release</a><br />
Xubuntu      <a href="http://xubuntu.org/news/10.04-release" target="_blank">http://xubuntu.org/news/10.04-release</a><br />
Edubuntu      <a href="http://edubuntu.org/news/10.04-release" target="_blank">http://edubuntu.org/news/10.04-release</a><br />
Mythbuntu      <a href="http://mythbuntu.org/10.04/release" target="_blank">http://mythbuntu.org/10.04/release</a><br />
Ubuntu Studio      <a href="https://wiki.ubuntu.com/UbuntuStudio/10.04release_notes" target="_blank">https://wiki.ubuntu.com/UbuntuStudio/10.04release_notes</a></p>
<h3>To Get Ubuntu 10.04 LTS</h3>
<p>To download Ubuntu 10.04, or obtain CDs, visit:<a href="http://www.ubuntu.com/getubuntu" target="_blank"></a></p>
<p><a href="http://www.ubuntu.com/getubuntu" target="_blank">http://www.ubuntu.com/getubuntu</a></p>
<p>Users of Ubuntu 9.10 will be offered an automatic upgrade to 10.04 LTS via Update Manager.  For further information about upgrading, see:</p>
<p><a href="http://www.ubuntu.com/getubuntu/upgrading" target="_blank">http://www.ubuntu.com/getubuntu/upgrading</a></p>
<p>Users of Ubuntu 8.04 LTS may wish to wait for 10.04.1 LTS, due in July 2010, before upgrading.</p>
<p>As always, upgrades to the latest version of Ubuntu are entirely free of charge.</p>
<p>We recommend that all users read the release notes, which document caveats and workarounds for known issues.  They are available at:</p>
<p><a href="http://www.ubuntu.com/getubuntu/releasenotes/1004" target="_blank">http://www.ubuntu.com/getubuntu/releasenotes/1004</a></p>
<p>Find out what&#8217;s new in this release with a graphical overview:</p>
<p><a href="http://www.ubuntu.com/getubuntu/releasenotes/1004overview" target="_blank">http://www.ubuntu.com/getubuntu/releasenotes/1004overview</a></p>
<p>If you have a question, or if you think you may have found a bug but aren&#8217;t sure, try asking on the #ubuntu IRC channel, on the Ubuntu Users mailing list, or on the Ubuntu forums:</p>
<p>#ubuntu on <a href="http://irc.freenode.net/" target="_blank">irc.freenode.net</a><br />
<a href="http://lists.ubuntu.com/mailman/listinfo/ubuntu-users" target="_blank">http://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br />
<a href="http://www.ubuntuforums.org/" target="_blank">http://www.ubuntuforums.org/</a></p>
<h3>Ubuntu Netbook Edition on ARM</h3>
<p>The ARM optimised variant of Ubuntu Netbook Edition comes with a lightweight application selection tailored specifically for ARM deployments, including a web-based office and mail solution and a launcher that works with and without graphics acceleration.</p>
<h3>Helping Shape Ubuntu</h3>
<p>If you would like to help shape Ubuntu, take a look at the list of ways you can participate at:<a href="http://www.ubuntu.com/community/participate/" target="_blank"></a></p>
<p><a href="http://www.ubuntu.com/community/participate/" target="_blank">http://www.ubuntu.com/community/participate/</a></p>
<h3>About Ubuntu</h3>
<p>Ubuntu is a full-featured Linux distribution for desktops, laptops, netbooks and servers, with a fast and easy installation and regular releases.  A<br />
tightly-integrated selection of excellent applications is included, and an incredible variety of add-on software is just a few clicks away.</p>
<p>Professional services including support are available from Canonical and hundreds of other companies around the world.  For more information about support, visit:</p>
<p><a href="http://www.ubuntu.com/support" target="_blank">http://www.ubuntu.com/support</a></p>
<h3>More Information</h3>
<p>You can find out more about Ubuntu and about this release on our website:<a href="http://www.ubuntu.com/" target="_blank"></a></p>
<p><a href="http://www.ubuntu.com/" target="_blank">http://www.ubuntu.com/</a></p>
<p><em>Source: Ubuntu 10.04 LTS Release Announcement</em></p>


<p>Related posts:<ol><li><a href='http://www.soluvas.com/read-browse-explore-open-ext2-ext3-ext4-partition-filesystem-from-windows-7/' rel='bookmark' title='Permanent Link: Read ext3/ext4 Partition from Windows 7'>Read ext3/ext4 Partition from Windows 7</a> <small> UPDATE: Newest version of Ext2Read open source software can...</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>
<p><a href="http://feedads.g.doubleclick.net/~a/6lOW3LxoPa1FX1EtnWF41wlDWsY/0/da"><img src="http://feedads.g.doubleclick.net/~a/6lOW3LxoPa1FX1EtnWF41wlDWsY/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/6lOW3LxoPa1FX1EtnWF41wlDWsY/1/da"><img src="http://feedads.g.doubleclick.net/~a/6lOW3LxoPa1FX1EtnWF41wlDWsY/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Soluvas/~4/tg1DRvBuAMA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.soluvas.com/ubuntu-10-04-lucid-lynx-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.soluvas.com/ubuntu-10-04-lucid-lynx-released/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=ubuntu-10-04-lucid-lynx-released</feedburner:origLink></item>
		<item>
		<title>Installing Sample Data on Magento 1.4.0.1</title>
		<link>http://feedproxy.google.com/~r/Soluvas/~3/ROaaenfQF_w/</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>
<p><a href="http://feedads.g.doubleclick.net/~a/Gu5HeKvLGky-J3Ii6-D_MBEv7LM/0/da"><img src="http://feedads.g.doubleclick.net/~a/Gu5HeKvLGky-J3Ii6-D_MBEv7LM/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Gu5HeKvLGky-J3Ii6-D_MBEv7LM/1/da"><img src="http://feedads.g.doubleclick.net/~a/Gu5HeKvLGky-J3Ii6-D_MBEv7LM/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Soluvas/~4/ROaaenfQF_w" height="1" width="1"/>]]></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>
		<feedburner:origLink>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</feedburner:origLink></item>
		<item>
		<title>How to Install Magento Commerce 1.4</title>
		<link>http://feedproxy.google.com/~r/Soluvas/~3/VXkiHNcNmrA/</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 title="Magento Commerce" href="http://www.soluvas.com/magento">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">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">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">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>
<p><a href="http://feedads.g.doubleclick.net/~a/0t8LfVP7Hn3Q5TOmqojUWoesW5M/0/da"><img src="http://feedads.g.doubleclick.net/~a/0t8LfVP7Hn3Q5TOmqojUWoesW5M/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/0t8LfVP7Hn3Q5TOmqojUWoesW5M/1/da"><img src="http://feedads.g.doubleclick.net/~a/0t8LfVP7Hn3Q5TOmqojUWoesW5M/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Soluvas/~4/VXkiHNcNmrA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.soluvas.com/how-to-install-magento-commerce-1-4/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>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</feedburner:origLink></item>
		<item>
		<title>Koneksi Internet Smart CDMA dengan Haier CE100 di Ubuntu 9.10</title>
		<link>http://feedproxy.google.com/~r/Soluvas/~3/4m6kCEBQjd4/</link>
		<comments>http://www.soluvas.com/koneksi-internet-smart-cdma-dengan-haier-ce100-di-ubuntu-9-10/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 07:43:25 +0000</pubDate>
		<dc:creator>Hendy Irawan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[CDMA]]></category>
		<category><![CDATA[Haier CE100]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[koneksi]]></category>
		<category><![CDATA[modem]]></category>
		<category><![CDATA[operator]]></category>
		<category><![CDATA[smart]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.soluvas.com/?p=98</guid>
		<description><![CDATA[
			
				
			
		
UPDATE: Yang baru di sini&#8230; Cara konek Internet Smart CDMA via Modem Haier CE100 di Ubuntu Lucid Lynx 10.04.
Apabila Anda mempunyai kartu Smart CDMA dan modem Haier CE100, Anda dapat menggunakannya untuk konek ke Internet di Ubuntu Karmic Koala 9.10.
Berikut rangkuman caranya. Detail langkah-langkahnya akan saya bahas di artikel selanjutnya.
Aplikasi yang akan kita gunakan untuk [...]


No related posts.

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%2Fkoneksi-internet-smart-cdma-dengan-haier-ce100-di-ubuntu-9-10%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.soluvas.com%2Fkoneksi-internet-smart-cdma-dengan-haier-ce100-di-ubuntu-9-10%2F&amp;source=Soluvas&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><em>UPDATE:</em> Yang baru di sini&#8230; <a href="http://www.soluvas.com/internet-smart-cdma-modem-haier-ce100-ubuntu-lucid-lynx-10-04/">Cara konek <strong>Internet Smart CDMA</strong> via <strong>Modem Haier CE100</strong> di <strong>Ubuntu Lucid Lynx 10.04</strong></a>.</p>
<p>Apabila Anda mempunyai kartu Smart CDMA dan modem Haier CE100, Anda dapat menggunakannya untuk konek ke Internet di Ubuntu Karmic Koala 9.10.</p>
<p>Berikut rangkuman caranya. Detail langkah-langkahnya akan saya bahas di artikel selanjutnya.</p>
<p>Aplikasi yang akan kita gunakan untuk konek adalah <strong>Gnome PPP</strong>. Untuk menginstall, klik di sini <a href="apt:gnome-ppp"><strong>apt:gnome-ppp</strong></a> atau Gunakan Synaptic untuk menginstall package <strong>gnome-ppp</strong>.</p>
<p>Jalankan Terminal, lalu masukkan perintah berikut:</p>
<p>sudo chgrp dip /etc/ppp/*secrets</p>
<p>sudo chmod g+w /etc/ppp/*secrets</p>
<p>Anda juga harus menambahkan user Anda ke group <strong>dip</strong> dengan perintah berikut:</p>
<p>sudo adduser <em>ceefour</em> dip</p>
<p>Ganti &#8220;ceefour&#8221; dengan username Anda sendiri.</p>
<p><strong>Catatan:</strong> /etc/ppp/options tidak perlu diubah.</p>
<p>Setiap mulai konek ke Internet, lakukan:</p>
<ol>
<li>Klik kanan modem di desktop, lalu Eject</li>
<li>Gunakan Terminal untuk menjalankan perintah:
<pre>sudo modprobe -v usbserial vendor=0x201e product=0x2009</pre>
</li>
<li>Jalankan Gnome PPP, Konfigurasi sebagai berikut:Username: smart
<p>Password: smart</p>
<p>Phone number: #777</p>
<p>Port: /dev/ttyUSB0</p>
<p>Modem: USB Modem</p>
<p>Ignore terminal strings (stupid mode): <strong>Checked</strong></p>
<p><strong></strong>Put on tray after connect: <strong>Checked</strong></li>
</ol>
<p>Anda juga dapat menggunakan kartu CDMA dari mobile operator lain dengan mengganti username, password, dan phone number sesuai ketentuan dari operator.</p>
<p>Selamat ber-Internet!</p>
<h3>Advanced Techniques</h3>
<p>Autoeject:</p>
<ol>
<li> make updated fdi &amp; remove fdi cache</li>
<li>add udev rule</li>
</ol>
<p>Faster speed + no modprobe:</p>
<ol>
<li> recompile option.ko or get precompiled option.ko</li>
</ol>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>
<p><a href="http://feedads.g.doubleclick.net/~a/bWd5XsF-aJ-0aOkZo1XiemjEQWE/0/da"><img src="http://feedads.g.doubleclick.net/~a/bWd5XsF-aJ-0aOkZo1XiemjEQWE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/bWd5XsF-aJ-0aOkZo1XiemjEQWE/1/da"><img src="http://feedads.g.doubleclick.net/~a/bWd5XsF-aJ-0aOkZo1XiemjEQWE/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Soluvas/~4/4m6kCEBQjd4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.soluvas.com/koneksi-internet-smart-cdma-dengan-haier-ce100-di-ubuntu-9-10/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		<feedburner:origLink>http://www.soluvas.com/koneksi-internet-smart-cdma-dengan-haier-ce100-di-ubuntu-9-10/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=koneksi-internet-smart-cdma-dengan-haier-ce100-di-ubuntu-9-10</feedburner:origLink></item>
		<item>
		<title>Menginstall Tampilan Bahasa Indonesia di Magento</title>
		<link>http://feedproxy.google.com/~r/Soluvas/~3/vOf4jjm-11c/</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"><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">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">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" 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/">forum Language Pack Indonesia untuk Magento.</a><a class="sdfootnoteanc" name="sdfootnote2anc" href="file:///home/ceefour/Blog_Stuff/Soluvas/Magento%20-%20Install%20Language%20Pack%20Bahasa%20Indonesia%202.html#sdfootnote2sym"></a></p>
<p><a href="http://www.magentocommerce.com/boards/viewthread/760/"></a><a href="http://www.magentocommerce.com/boards/viewthread/760/"><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>
<p><a href="http://feedads.g.doubleclick.net/~a/ytEyrA-xwG7xfG-lNXPDXgo-3eI/0/da"><img src="http://feedads.g.doubleclick.net/~a/ytEyrA-xwG7xfG-lNXPDXgo-3eI/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/ytEyrA-xwG7xfG-lNXPDXgo-3eI/1/da"><img src="http://feedads.g.doubleclick.net/~a/ytEyrA-xwG7xfG-lNXPDXgo-3eI/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Soluvas/~4/vOf4jjm-11c" height="1" width="1"/>]]></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>
		<feedburner:origLink>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</feedburner:origLink></item>
	</channel>
</rss>
