<?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>suhosin &#8211; My Web Development</title>
	<atom:link href="https://mywebdevelopment.org/tag/suhosin/feed/" rel="self" type="application/rss+xml" />
	<link>https://mywebdevelopment.org</link>
	<description>Always learning something new..</description>
	<lastBuildDate>Thu, 29 Aug 2013 22:06:49 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Warning, your hosting provider is using the suhosin patch for PHP.</title>
		<link>https://mywebdevelopment.org/warning-your-hosting-provider-is-using-the-suhosin-patch-for-php/</link>
				<pubDate>Fri, 01 Feb 2013 19:37:40 +0000</pubDate>
		<dc:creator><![CDATA[Elias]]></dc:creator>
				<category><![CDATA[PrestaShop]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[suhosin]]></category>

		<guid isPermaLink="false">http://mywebdevelopment.org/?p=337</guid>
				<description><![CDATA[<p>PrestaShop v.1.4.4.1 Back Office &#62; Tools &#62; Translations In attempt to translate a module, I experienced suhosin warning. &#8220;The server is using the suhosin patch for PHP, which limits the maximum number of fields to post in a form; 1000 for suhosin.post.max_vars &#38; 1000 for suhosin.request.max_vars. Please ask your hosting provider to increase the suhosin… <span class="read-more"><a href="https://mywebdevelopment.org/warning-your-hosting-provider-is-using-the-suhosin-patch-for-php/">Read More &#187;</a></span></p>
<p>The post <a rel="nofollow" href="https://mywebdevelopment.org/warning-your-hosting-provider-is-using-the-suhosin-patch-for-php/">Warning, your hosting provider is using the suhosin patch for PHP.</a> appeared first on <a rel="nofollow" href="https://mywebdevelopment.org">My Web Development</a>.</p>
]]></description>
								<content:encoded><![CDATA[<p>PrestaShop v.1.4.4.1<br />
<strong>Back Office &gt; Tools &gt; T</strong><b>ranslations</b></p>
<p>In attempt to translate a module, I experienced suhosin warning.<br />
&#8220;The server is using the suhosin patch for PHP, which limits the maximum number of fields to post in a form; 1000 for suhosin.post.max_vars &amp; 1000 for suhosin.request.max_vars.<br />
Please ask your hosting provider to increase the suhosin post and request limit to 5003 at least. or edit the translation file manually.&#8221;</p>
<p>After some research, the solution was to do the following.<br />
Step 1.) I used notepad++ to create a php.ini file with the following code:<br />
<span style="color: #993300;">suhosin.post.max_vars=5003</span><br />
<span style="color: #993300;">suhosin.request.max_vars=5003</span></p>
<p>Step 2.) Using FileZilla, I FTP the file to the admin directory of PrestaShop.</p>
<p>Step 3.) Refresh browser and it works now!</p>
<hr />
<p><strong>Resources</strong></p>
<p>Warning, your hosting provider is using the suhosin patch for PHP: <a title="Warning, your hosting provider is using the suhosin patch for PHP." href="http://www.prestashop.com/forums/topic/110663-solved-warning-your-hosting-provider-is-using-the-suhosin-patch-for-php/" target="_blank">http://www.prestashop.com/forums/topic/110663-solved-warning-your-hosting-provider-is-using-the-suhosin-patch-for-php/</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/warning-your-hosting-provider-is-using-the-suhosin-patch-for-php/">Warning, your hosting provider is using the suhosin patch for PHP.</a> appeared first on <a rel="nofollow" href="https://mywebdevelopment.org">My Web Development</a>.</p>
]]></content:encoded>
										</item>
	</channel>
</rss>
