<?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>LimitRecursion &#8211; My Web Development</title>
	<atom:link href="https://mywebdevelopment.org/tag/limitrecursion/feed/" rel="self" type="application/rss+xml" />
	<link>https://mywebdevelopment.org</link>
	<description>Always learning something new..</description>
	<lastBuildDate>Sun, 16 Nov 2014 01:59:42 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>PrestaShop Product Images Missing After Migrating</title>
		<link>https://mywebdevelopment.org/prestashop-product-images-missing/</link>
				<pubDate>Thu, 04 Sep 2014 16:56:13 +0000</pubDate>
		<dc:creator><![CDATA[Elias]]></dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[PrestaShop]]></category>
		<category><![CDATA[LimitRecursion]]></category>
		<category><![CDATA[pure-ftpd]]></category>

		<guid isPermaLink="false">http://mywebdevelopment.org/?p=642</guid>
				<description><![CDATA[<p>In preparation for PrestaShop upgrade, I migrated a copy of my PrestaShop v.1.4.4.1 store onto a testing domain that resides on the same server.  Ensuring that all system requirements are met, there was an anomaly with a good majority of our PrestaShop product images missing from the migration. SOLVED It appears to be a default… <span class="read-more"><a href="https://mywebdevelopment.org/prestashop-product-images-missing/">Read More &#187;</a></span></p>
<p>The post <a rel="nofollow" href="https://mywebdevelopment.org/prestashop-product-images-missing/">PrestaShop Product Images Missing After Migrating</a> appeared first on <a rel="nofollow" href="https://mywebdevelopment.org">My Web Development</a>.</p>
]]></description>
								<content:encoded><![CDATA[<p>In preparation for PrestaShop upgrade, I migrated a copy of my PrestaShop v.1.4.4.1 store onto a testing domain that resides on the same server.  Ensuring that all system requirements are met, there was an anomaly with a good majority of our PrestaShop product images missing from the migration.</p>
<hr />
<p><span style="color: #993300;"><strong>SOLVED</strong></span></p>
<hr />
<p>It appears to be a default configuration for Pure-FTPd on the server.</p>
<p>By default, Pure-FTPd only displays 2,000 files; you must configure it to display more by increasing the LimitRecursion.</p>
<p><strong>How to edit pure-ftpd.conf file with CentOS</strong></p>
<p><strong>Step 1.)</strong> Open <span style="color: #993300;">/etc/pure-ftpd.conf</span><br />
<span style="color: #993300;">vi /etc/pure-ftpd.conf</span><br />
(type<em> <span style="color: #993300;">i</span></em> to insert text.. command line# <em><span style="color: #993300;">vi</span></em> to save/exit press esc and command# <em><span style="color: #993300;">:wq</span></em>)<br />
<span style="color: #993300;">:w</span> = save<br />
<span style="color: #993300;">:q</span> = quit<br />
<span style="color: #993300;">:q!</span> = force quit</p>
<p><strong>Step 2.)</strong> Adjust LimitRecursion<br />
<span style="text-decoration: underline;">Original</span>: LimitRecursion <span style="color: #993300;">10000 8</span><br />
<span style="text-decoration: underline;">Adjusted</span>: LimitRecursion <span style="color: #993300;">1000000 28</span><br />
<em>e.g.</em> you can increase LimitRecursion by adding two zeros for size and 28 for depth</p>
<p><strong>Step 3.)</strong> Restart PureFTPd<br />
<span style="color: #993300;">service pure-ftpd restart</span></p>
<p>Restart success!</p>
<p>Now, all product images are visible <img src="https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p><strong>Resource</strong></p>
<p>Don&#8217;t show product images after upgrade to 1.5.5: <a title="Don't show product images after upgrade to 1.5.5" href="http://www.prestashop.com/forums/topic/272333-solved-how-to-dont-show-product-images-after-upgrade-to-155/">http://www.prestashop.com/forums/topic/272333-solved-how-to-dont-show-product-images-after-upgrade-to-155/</a><br />
How to increase file limits <a title="How to increase file limits" href="http://forums.cpanel.net/f5/pureftp-how-increase-file-limits-list-2000-entries-22879.html">http://forums.cpanel.net/f5/pureftp-how-increase-file-limits-list-2000-entries-22879.html</a><br />
How to cinfigure pure-FTPd <a title="How to configure Pure-FTPd" href="http://www.howtoforge.com/how-to-configure-pureftpd-to-accept-tls-sessions-on-centos-6.2">http://www.howtoforge.com/how-to-configure-pureftpd-to-accept-tls-sessions-on-centos-6.2</a></p>
 <script type="text/javascript"><!--
google_ad_client = "ca-pub-9218567626174444";
/* My Web Dev Resources */
google_ad_slot = "3283801538";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<p>The post <a rel="nofollow" href="https://mywebdevelopment.org/prestashop-product-images-missing/">PrestaShop Product Images Missing After Migrating</a> appeared first on <a rel="nofollow" href="https://mywebdevelopment.org">My Web Development</a>.</p>
]]></content:encoded>
										</item>
	</channel>
</rss>
