<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Batch Invoice from Search Not Invoiced Deliveries - Failed]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=5511</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=5511&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Batch Invoice from Search Not Invoiced Deliveries - Failed.]]></description>
		<lastBuildDate>Tue, 27 Jan 2015 19:40:11 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Batch Invoice from Search Not Invoiced Deliveries - Failed]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=22345#p22345</link>
			<description><![CDATA[<p>Thanks for the feedback. This will be the case when large reports are to be generated like when we have too many items.</p><p>Generally available since PHP v5.3.9 but Debian implemented it in <a href="http://ftp-master.metadata.debian.org/changelogs/main/p/php5/php5_5.3.3-7+squeeze17_changelog">PHP 5.3.3-7+squeeze7</a> but may be ignored (YMMV) but <a href="http://www.flowstopper.org/2012/12/my-php-wtf-of-day-maxinputvars.html">works in PHP 5.1.6</a>.</p><p>Adding the directive into <strong>php.ini</strong> or placing following lines into <strong>.htaccess</strong> will work:<br /></p><div class="codebox"><pre><code>php_value max_input_vars 3000
php_value suhosin.get.max_vars 3000
php_value suhosin.post.max_vars 3000
php_value suhosin.request.max_vars 3000</code></pre></div><p>Please note, you cannot set this directive in run-time with function <strong>ini_set(name, newValue)</strong>.</p><p>The best way is to <a href="http://stackoverflow.com/questions/19100554/compact-all-form-data-with-javascript">compact all form data using javascript</a>.</p><p>On the receiving side you cannot use the PHP <strong>parse_str()</strong> function because the <strong>max_input_vars</strong> directive affects this function too, so you need something else like <a href="https://gist.github.com/rubo77/6821632"><strong>my_parse_str()</strong></a>.</p><p>Otherwise, the <strong>serialize</strong> and <strong>JSON.stringify</strong> may work together.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Tue, 27 Jan 2015 19:40:11 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=22345#p22345</guid>
		</item>
		<item>
			<title><![CDATA[Re: Batch Invoice from Search Not Invoiced Deliveries - Failed]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=22344#p22344</link>
			<description><![CDATA[<p>increased to 3000, invoice generated. issue resolved</p>]]></description>
			<author><![CDATA[null@example.com (netracer)]]></author>
			<pubDate>Tue, 27 Jan 2015 14:40:52 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=22344#p22344</guid>
		</item>
		<item>
			<title><![CDATA[Re: Batch Invoice from Search Not Invoiced Deliveries - Failed]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=22343#p22343</link>
			<description><![CDATA[<p>increase to 2000, restart apache, logout / login and tried. similar results.<br />memory_limit 150MB<br />max_execution_time 30s</p>]]></description>
			<author><![CDATA[null@example.com (netracer)]]></author>
			<pubDate>Tue, 27 Jan 2015 14:04:14 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=22343#p22343</guid>
		</item>
		<item>
			<title><![CDATA[Re: Batch Invoice from Search Not Invoiced Deliveries - Failed]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=22342#p22342</link>
			<description><![CDATA[<p>I checked the error_log and produce this result<br />PHP Warning:&nbsp; Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0</p>]]></description>
			<author><![CDATA[null@example.com (netracer)]]></author>
			<pubDate>Tue, 27 Jan 2015 13:55:18 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=22342#p22342</guid>
		</item>
		<item>
			<title><![CDATA[Re: Batch Invoice from Search Not Invoiced Deliveries - Failed]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=22339#p22339</link>
			<description><![CDATA[<p>Increase script timeout value in php. - max_execution_time.<br />It may also need more memory - memory_limit.<br />Try to choose half and see if it is successful, and progressively increase / decrease it to check when it hits the limit.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Tue, 27 Jan 2015 13:33:31 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=22339#p22339</guid>
		</item>
		<item>
			<title><![CDATA[Batch Invoice from Search Not Invoiced Deliveries - Failed]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=22338#p22338</link>
			<description><![CDATA[<p>Is there a limit of Search Not Invoiced Deliveries that can be batch converted to Invoice?</p><p>I have this scenario - 46 Search Not Invoiced Deliveries - selected, Hit Batch, goes to this Screen :Issue Batch Invoice for Delivery Notes</p><p>Click Process Invoice but nothing happens except page refresh.</p><p>*Other Search Not Invoiced Deliveries with about 10 Search Not Invoiced Deliveries works without a problem.</p><p>any clues?</p>]]></description>
			<author><![CDATA[null@example.com (netracer)]]></author>
			<pubDate>Tue, 27 Jan 2015 13:22:05 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=22338#p22338</guid>
		</item>
	</channel>
</rss>
