<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — error when upload big backup file sql about 7mb]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=8142</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=8142&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in error when upload big backup file sql about 7mb.]]></description>
		<lastBuildDate>Tue, 07 May 2019 10:51:53 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: error when upload big backup file sql about 7mb]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=34896#p34896</link>
			<description><![CDATA[<p>Hi @apmuthu,<br />Yes of course, </p><p>but for workaround using compression .sql.gz result lower 1mb something from 7mb plain sql.</p>]]></description>
			<author><![CDATA[null@example.com (ichtus)]]></author>
			<pubDate>Tue, 07 May 2019 10:51:53 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=34896#p34896</guid>
		</item>
		<item>
			<title><![CDATA[Re: error when upload big backup file sql about 7mb]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=34893#p34893</link>
			<description><![CDATA[<p>Hope you restarted your webserver after editing php.ini file.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Tue, 07 May 2019 07:26:21 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=34893#p34893</guid>
		</item>
		<item>
			<title><![CDATA[Re: error when upload big backup file sql about 7mb]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=34887#p34887</link>
			<description><![CDATA[<p>Hi @apmuthu, </p><p>have edit php.ini time should have 90s for max_input_time, page is show POST with only 7 second after, this number dont show in anywhere.<br />07/May/2019:01:04:20 to 07/May/2019:01:04:27 +0900</p>]]></description>
			<author><![CDATA[null@example.com (ichtus)]]></author>
			<pubDate>Mon, 06 May 2019 17:06:33 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=34887#p34887</guid>
		</item>
		<item>
			<title><![CDATA[Re: error when upload big backup file sql about 7mb]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=34885#p34885</link>
			<description><![CDATA[<p><a href="https://www.sitepoint.com/community/t/maximum-download-size-php-ini/5332/8">SitePoint Discussion</a>:<br /></p><div class="quotebox"><blockquote><p>No, there is no download size limit setup. In general, download file size is not restricted. You can HTTP-download the file of any size.</p></blockquote></div><p>Only Timeout settings need to be looked into.</p><p>Maybe as advised in the above discussion, it may be pertinent to place the following header in the download code:<br /></p><div class="codebox"><pre><code>header (&#039;Content-length: &#039;.filesize($fileToSendPath));</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Mon, 06 May 2019 16:54:10 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=34885#p34885</guid>
		</item>
		<item>
			<title><![CDATA[error when upload big backup file sql about 7mb]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=34883#p34883</link>
			<description><![CDATA[<p>environment <br />- FA 2.4.6 <br />(check with latest from git also same)<br />- php 7.2<br />- centos 7.x</p><p>backup database for one of company, that produce for 7mb file sql or .zip or .gz<br />increase for php value:<br />max_execution_time = 120<br />max_input_time = 90<br />memory_limit = 80M<br />upload_max_filesize = 80M<br />post_max_size = 80M</p><p>edited:<br />and upload file, it show error with icon triangle, with no error shown even in debug in config.php</p><p>edit php.ini but still no luck, disabled for mod_security but no difference, apache error_log show below:</p><p>x.x.x.x TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384 - lewi [07/May/2019:01:04:20 +0900] &quot;GET /fa/admin/backups.php? HTTP/1.1&quot; 200 4756 &quot;-&quot; &quot;Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36&quot;<br />x.x.x.x TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384 - lewi [07/May/2019:01:04:20 +0900] &quot;GET /fa/company/15/js_cache/7/JsHttpRequest.js HTTP/1.1&quot; 304 - &quot;https://domain.com/fa/admin/backups.php?&quot; &quot;Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36&quot;<br />x.x.x.x TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384 - lewi [07/May/2019:01:04:20 +0900] &quot;GET /fa/company/15/js_cache/7/behaviour.js HTTP/1.1&quot; 304 - &quot;https://domain.com/fa/admin/backups.php?&quot; &quot;Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36&quot;<br />x.x.x.x TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384 - lewi [07/May/2019:01:04:20 +0900] &quot;GET /fa/company/15/js_cache/7/utils.js HTTP/1.1&quot; 304 - &quot;https://domain.com/fa/admin/backups.php?&quot; &quot;Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36&quot;<br />x.x.x.x TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384 - lewi [07/May/2019:01:04:20 +0900] &quot;GET /fa/company/15/js_cache/7/inserts.js HTTP/1.1&quot; 304 - &quot;https://domain.com/fa/admin/backups.php?&quot; &quot;Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36&quot;<br />x.x.x.x TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384 - lewi [07/May/2019:01:04:27 +0900] &quot;POST /fa/admin/backups.php?JsHttpRequest=15571586703380-form HTTP/1.1&quot; 400 226 &quot;https://domain.com/fa/admin/backups.php?&quot; &quot;Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36&quot;</p><p>checking for httpd.conf<br />#Timeout 90<br />Timeout 150</p><p>but no difference, last time remember that this don&#039;t have problem with php 5.6?</p>]]></description>
			<author><![CDATA[null@example.com (ichtus)]]></author>
			<pubDate>Mon, 06 May 2019 16:18:08 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=34883#p34883</guid>
		</item>
	</channel>
</rss>
