<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Shuron's Letters</title>
	<atom:link href="http://alexander.holbreich.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexander.holbreich.org</link>
	<description>Personal blog of Alexander Holbreich</description>
	<lastBuildDate>Tue, 09 Mar 2010 16:46:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on How to duplicate magento installation by shuron</title>
		<link>http://alexander.holbreich.org/2009/01/how-to-duplicate-magento-installation/comment-page-1/#comment-4175</link>
		<dc:creator>shuron</dc:creator>
		<pubDate>Thu, 11 Mar 2010 17:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://alexander.holbreich.org/?p=335#comment-4175</guid>
		<description>That makes sense! 
Thank you Gerhard for that hint!</description>
		<content:encoded><![CDATA[<p>That makes sense!<br />
Thank you Gerhard for that hint!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to duplicate magento installation by Gerhard Siegesmund</title>
		<link>http://alexander.holbreich.org/2009/01/how-to-duplicate-magento-installation/comment-page-1/#comment-4174</link>
		<dc:creator>Gerhard Siegesmund</dc:creator>
		<pubDate>Thu, 11 Mar 2010 09:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://alexander.holbreich.org/?p=335#comment-4174</guid>
		<description>Problem with the connection problems in the downloader result from the simple string exchange in pear.ini. The configuration is stored in a serialized array. If the old path and the new path don&#039;t have the same length, the serialized structure breaks, as the length of the strings is also encoded in the structure.

Therefore the above mentioned command only works if the old path and the new path have exactly the same length.

If this is not the case you have to read in the configuration inside php unserialize the structure, change the configuration and rewrite the file with the new serialized string.</description>
		<content:encoded><![CDATA[<p>Problem with the connection problems in the downloader result from the simple string exchange in pear.ini. The configuration is stored in a serialized array. If the old path and the new path don&#8217;t have the same length, the serialized structure breaks, as the length of the strings is also encoded in the structure.</p>
<p>Therefore the above mentioned command only works if the old path and the new path have exactly the same length.</p>
<p>If this is not the case you have to read in the configuration inside php unserialize the structure, change the configuration and rewrite the file with the new serialized string.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dmitry Anatolyevich Medvedev &amp; Nikolay Alexandrovich Romanov (Nicholas II) by shuron</title>
		<link>http://alexander.holbreich.org/2008/06/dmitry-anatolyevich-medvedev-nikolay-alexandrovich-romanov-nicholas-ii/comment-page-1/#comment-4155</link>
		<dc:creator>shuron</dc:creator>
		<pubDate>Thu, 11 Mar 2010 18:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://alexander.holbreich.org?p=172#comment-4155</guid>
		<description>No I did&#039;t. But Medvedev is common faily name in Russia.

&lt;img src=&quot;http://www.inpic.ru/pic/4478-568a4a48.jpg&quot; /&gt;</description>
		<content:encoded><![CDATA[<p>No I did&#8217;t. But Medvedev is common faily name in Russia.</p>
<p><img src="http://www.inpic.ru/pic/4478-568a4a48.jpg" /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Found solution for Magento &#8211; &#8220;SQLSTATE[HY000]: General error&#8221; on installation by Ana</title>
		<link>http://alexander.holbreich.org/2009/01/solved-magento-hy000-problem/comment-page-1/#comment-4121</link>
		<dc:creator>Ana</dc:creator>
		<pubDate>Thu, 11 Mar 2010 10:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://alexander.holbreich.org/?p=199#comment-4121</guid>
		<description>Tks a lot, it worked just fine after dropping and recreating the database. Keep on the good work!
Ana</description>
		<content:encoded><![CDATA[<p>Tks a lot, it worked just fine after dropping and recreating the database. Keep on the good work!<br />
Ana</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JBoss 5 GA on Debian linux by shuron</title>
		<link>http://alexander.holbreich.org/2010/01/java-jboss-debian-linux/comment-page-1/#comment-4113</link>
		<dc:creator>shuron</dc:creator>
		<pubDate>Thu, 11 Mar 2010 02:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://alexander.holbreich.org?p=31#comment-4113</guid>
		<description>Alternative here is an JBoss 5 package:
http://wiki.debian.org/JBossPackaging
which is unstable and not official. I didn&#039;t tried it. Someone of you?</description>
		<content:encoded><![CDATA[<p>Alternative here is an JBoss 5 package:<br />
<a href="http://wiki.debian.org/JBossPackaging">http://wiki.debian.org/JBossPackaging</a><br />
which is unstable and not official. I didn&#8217;t tried it. Someone of you?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to duplicate magento installation by Magento Development</title>
		<link>http://alexander.holbreich.org/2009/01/how-to-duplicate-magento-installation/comment-page-1/#comment-4111</link>
		<dc:creator>Magento Development</dc:creator>
		<pubDate>Thu, 11 Mar 2010 15:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://alexander.holbreich.org/?p=335#comment-4111</guid>
		<description>Nice information and good comments for magento installation, Thank you for sharing.</description>
		<content:encoded><![CDATA[<p>Nice information and good comments for magento installation, Thank you for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Software RAID on Debian Linux by shuron</title>
		<link>http://alexander.holbreich.org/2010/01/software-raid-debian/comment-page-1/#comment-4109</link>
		<dc:creator>shuron</dc:creator>
		<pubDate>Thu, 11 Mar 2010 01:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://alexander.holbreich.org/?p=423#comment-4109</guid>
		<description>Do you mean GRUB Legacy or GRUB v1?
I think my machine does. But i was able to choose GRUB 2 during the installation</description>
		<content:encoded><![CDATA[<p>Do you mean GRUB Legacy or GRUB v1?<br />
I think my machine does. But i was able to choose GRUB 2 during the installation</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Software RAID on Debian Linux by hideaki</title>
		<link>http://alexander.holbreich.org/2010/01/software-raid-debian/comment-page-1/#comment-4107</link>
		<dc:creator>hideaki</dc:creator>
		<pubDate>Thu, 11 Mar 2010 11:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://alexander.holbreich.org/?p=423#comment-4107</guid>
		<description>Debian still using the lame 0.90 format? Meh.</description>
		<content:encoded><![CDATA[<p>Debian still using the lame 0.90 format? Meh.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to duplicate magento installation by Vicky</title>
		<link>http://alexander.holbreich.org/2009/01/how-to-duplicate-magento-installation/comment-page-1/#comment-4099</link>
		<dc:creator>Vicky</dc:creator>
		<pubDate>Thu, 11 Mar 2010 16:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://alexander.holbreich.org/?p=335#comment-4099</guid>
		<description>Pierre - No, I&#039;ve not solved my issue yet.</description>
		<content:encoded><![CDATA[<p>Pierre &#8211; No, I&#8217;ve not solved my issue yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Found solution for Magento &#8211; &#8220;SQLSTATE[HY000]: General error&#8221; on installation by Nash</title>
		<link>http://alexander.holbreich.org/2009/01/solved-magento-hy000-problem/comment-page-1/#comment-4098</link>
		<dc:creator>Nash</dc:creator>
		<pubDate>Thu, 11 Mar 2010 14:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://alexander.holbreich.org/?p=199#comment-4098</guid>
		<description>I am unable to repair the tables. I am getting the error

The storage engine for the table doesn&#039;t support repair</description>
		<content:encoded><![CDATA[<p>I am unable to repair the tables. I am getting the error</p>
<p>The storage engine for the table doesn&#8217;t support repair</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to duplicate magento installation by Team Novo</title>
		<link>http://alexander.holbreich.org/2009/01/how-to-duplicate-magento-installation/comment-page-1/#comment-4097</link>
		<dc:creator>Team Novo</dc:creator>
		<pubDate>Thu, 11 Mar 2010 08:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://alexander.holbreich.org/?p=335#comment-4097</guid>
		<description>Just sharing our thoughts on Magento Installation requirements in localhost

_http_://magento.novosoftwares.com/magento-installation/magento-installation-requirements/

Kind Regards,

Team Novo</description>
		<content:encoded><![CDATA[<p>Just sharing our thoughts on Magento Installation requirements in localhost</p>
<p><a href="_http_://magento.novosoftwares.com/magento-installation/magento-installation-requirements/">_http_://magento.novosoftwares.com/magento-installation/magento-installation-requirements/</a></p>
<p>Kind Regards,</p>
<p>Team Novo</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to duplicate magento installation by shuron</title>
		<link>http://alexander.holbreich.org/2009/01/how-to-duplicate-magento-installation/comment-page-1/#comment-4096</link>
		<dc:creator>shuron</dc:creator>
		<pubDate>Thu, 11 Mar 2010 23:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://alexander.holbreich.org/?p=335#comment-4096</guid>
		<description>Thank you Lee. Indeet i&#039;ve noticed it too. I think, i should write new version of thins article, with new experiences.</description>
		<content:encoded><![CDATA[<p>Thank you Lee. Indeet i&#8217;ve noticed it too. I think, i should write new version of thins article, with new experiences.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Extracting tar, gzip, bzip2, z by shuron</title>
		<link>http://alexander.holbreich.org/2009/02/tar-gzip/comment-page-1/#comment-4095</link>
		<dc:creator>shuron</dc:creator>
		<pubDate>Thu, 11 Mar 2010 23:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://alexander.holbreich.org/?p=387#comment-4095</guid>
		<description>Hey Moinul, i never done anything with Deluge, but found &lt;a href=&quot;http://dev.deluge-torrent.org/wiki/Faq#HowdoIinstall1.1&quot; rel=&quot;nofollow&quot;&gt;description of it &lt;/a&gt;. Maybe it helps you;)</description>
		<content:encoded><![CDATA[<p>Hey Moinul, i never done anything with Deluge, but found <a href="http://dev.deluge-torrent.org/wiki/Faq#HowdoIinstall1.1" rel="nofollow">description of it </a>. Maybe it helps you;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to duplicate magento installation by Lee</title>
		<link>http://alexander.holbreich.org/2009/01/how-to-duplicate-magento-installation/comment-page-1/#comment-4094</link>
		<dc:creator>Lee</dc:creator>
		<pubDate>Thu, 11 Mar 2010 01:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://alexander.holbreich.org/?p=335#comment-4094</guid>
		<description>I encountered the magento connect error that people have been seeing and I found that the easiest thing for me to do was remove the pear.ini file inside downloader/pearlib

For some reason hand editing that file corrupts the ini file.
The system seems to work without it and extensions install to the new installation directory instead of constantly trying to use the old directories.</description>
		<content:encoded><![CDATA[<p>I encountered the magento connect error that people have been seeing and I found that the easiest thing for me to do was remove the pear.ini file inside downloader/pearlib</p>
<p>For some reason hand editing that file corrupts the ini file.<br />
The system seems to work without it and extensions install to the new installation directory instead of constantly trying to use the old directories.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Extracting tar, gzip, bzip2, z by Moinul Abrar</title>
		<link>http://alexander.holbreich.org/2009/02/tar-gzip/comment-page-1/#comment-4093</link>
		<dc:creator>Moinul Abrar</dc:creator>
		<pubDate>Thu, 11 Mar 2010 09:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://alexander.holbreich.org/?p=387#comment-4093</guid>
		<description>Thank you for this hint.
tar -xjf target.tar.bz2 

How can I install &quot;Deluge&quot; torrent downloading software from &quot;deluge-1.2.0_rc1.tar.bz2&quot; which I download from Internet. Please help me. With thanks-
Moinul Abrar</description>
		<content:encoded><![CDATA[<p>Thank you for this hint.<br />
tar -xjf target.tar.bz2 </p>
<p>How can I install &#8220;Deluge&#8221; torrent downloading software from &#8220;deluge-1.2.0_rc1.tar.bz2&#8243; which I download from Internet. Please help me. With thanks-<br />
Moinul Abrar</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to duplicate magento installation by Pierro</title>
		<link>http://alexander.holbreich.org/2009/01/how-to-duplicate-magento-installation/comment-page-1/#comment-4092</link>
		<dc:creator>Pierro</dc:creator>
		<pubDate>Thu, 11 Mar 2010 23:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://alexander.holbreich.org/?p=335#comment-4092</guid>
		<description>Hi Vicky, did you solve your issue ? I&#039;m having the same problem and didn&#039;t find the solution yet ...</description>
		<content:encoded><![CDATA[<p>Hi Vicky, did you solve your issue ? I&#8217;m having the same problem and didn&#8217;t find the solution yet &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to duplicate magento installation by Tom Harrison</title>
		<link>http://alexander.holbreich.org/2009/01/how-to-duplicate-magento-installation/comment-page-1/#comment-4089</link>
		<dc:creator>Tom Harrison</dc:creator>
		<pubDate>Thu, 11 Mar 2010 22:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://alexander.holbreich.org/?p=335#comment-4089</guid>
		<description>Well, your process worked beautifully.  Thanks.

However... it seems that there are many hundreds (maybe thousands) of references to fully qualified domain names (FQDN) in the data itself.  And they are in any number of different forms -- &quot;http://mySite.com&quot;, &quot;http://mysite.com&quot;, &quot;http://www.mysite.com&quot; and then the ones for https, and ones with or without the trailing slash.

So ... I am getting up to speed with an organization that has little technical experience, so am wondering -- shouldn&#039;t it be the case that all URLs should be relative references?  Is there some macro that pulls on the correct secure or unsecure URL from the core data table?

Any ideas about where I can look (source code or otherwise) to help me understand how things should have been done would be greatly appreciated!

Tom</description>
		<content:encoded><![CDATA[<p>Well, your process worked beautifully.  Thanks.</p>
<p>However&#8230; it seems that there are many hundreds (maybe thousands) of references to fully qualified domain names (FQDN) in the data itself.  And they are in any number of different forms &#8212; &#8220;http://mySite.com&#8221;, &#8220;http://mysite.com&#8221;, &#8220;http://www.mysite.com&#8221; and then the ones for https, and ones with or without the trailing slash.</p>
<p>So &#8230; I am getting up to speed with an organization that has little technical experience, so am wondering &#8212; shouldn&#8217;t it be the case that all URLs should be relative references?  Is there some macro that pulls on the correct secure or unsecure URL from the core data table?</p>
<p>Any ideas about where I can look (source code or otherwise) to help me understand how things should have been done would be greatly appreciated!</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to duplicate magento installation by Tom Harrison</title>
		<link>http://alexander.holbreich.org/2009/01/how-to-duplicate-magento-installation/comment-page-1/#comment-4088</link>
		<dc:creator>Tom Harrison</dc:creator>
		<pubDate>Thu, 11 Mar 2010 00:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://alexander.holbreich.org/?p=335#comment-4088</guid>
		<description>Thank you, shuron.

It&#039;s a little disheartening for me, as a new Magento user to see that there&#039;s not an automated process for building a test or staging or development platform.  One would think this is a pretty key function of an e-commerce platform (and especially one that&#039;s open-source!)

But that&#039;s just me whining.  Thank you for saving me a great deal of work.  And I hope I can return the favor by automating it in a script, and post it somewhere.

Tom</description>
		<content:encoded><![CDATA[<p>Thank you, shuron.</p>
<p>It&#8217;s a little disheartening for me, as a new Magento user to see that there&#8217;s not an automated process for building a test or staging or development platform.  One would think this is a pretty key function of an e-commerce platform (and especially one that&#8217;s open-source!)</p>
<p>But that&#8217;s just me whining.  Thank you for saving me a great deal of work.  And I hope I can return the favor by automating it in a script, and post it somewhere.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Worth of the Website by Sad42</title>
		<link>http://alexander.holbreich.org/2009/01/worth-of-the-website/comment-page-1/#comment-4087</link>
		<dc:creator>Sad42</dc:creator>
		<pubDate>Thu, 11 Mar 2010 11:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://alexander.holbreich.org?p=132#comment-4087</guid>
		<description>When did your response     to this begin? ,</description>
		<content:encoded><![CDATA[<p>When did your response     to this begin? ,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to duplicate magento installation by Vicky</title>
		<link>http://alexander.holbreich.org/2009/01/how-to-duplicate-magento-installation/comment-page-1/#comment-4085</link>
		<dc:creator>Vicky</dc:creator>
		<pubDate>Thu, 11 Mar 2010 15:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://alexander.holbreich.org/?p=335#comment-4085</guid>
		<description>I would love to see your new article about how to copy Magento.  Will you be able to publish it soon?</description>
		<content:encoded><![CDATA[<p>I would love to see your new article about how to copy Magento.  Will you be able to publish it soon?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
