<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Ajax Time Out in GL Inquiry]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=7650</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7650&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Ajax Time Out in GL Inquiry.]]></description>
		<lastBuildDate>Sun, 05 Aug 2018 04:27:38 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Ajax Time Out in GL Inquiry]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=32378#p32378</link>
			<description><![CDATA[<p>I wrote a function to write to a file the sql output for debugging purpose. I forgot to comment that out. That was actually taking too long.</p>]]></description>
			<author><![CDATA[null@example.com (boxygen)]]></author>
			<pubDate>Sun, 05 Aug 2018 04:27:38 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=32378#p32378</guid>
		</item>
		<item>
			<title><![CDATA[Re: Ajax Time Out in GL Inquiry]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=32377#p32377</link>
			<description><![CDATA[<div class="quotebox"><cite>boxygen wrote:</cite><blockquote><p>@kvvaradha, you are right. Thanks alot</p><p>I got the problem. One of my customization was basically causing the issue. I must have checked that without customized code.</p><p>Regards.</p></blockquote></div><p>Glad to hear that you found actual reason for the issue.&nbsp; Can you share the details of it? </p><p>and it might helpful to someone else knocks with similar issue in future.</p>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Sun, 05 Aug 2018 04:24:48 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=32377#p32377</guid>
		</item>
		<item>
			<title><![CDATA[Re: Ajax Time Out in GL Inquiry]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=32376#p32376</link>
			<description><![CDATA[<div class="quotebox"><cite>poncho1234 wrote:</cite><blockquote><p>@kvvaradha whats a lac? Do you mean 100,000?</p></blockquote></div><p>Yes its 1,00,000 records.</p>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Sun, 05 Aug 2018 04:23:26 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=32376#p32376</guid>
		</item>
		<item>
			<title><![CDATA[Re: Ajax Time Out in GL Inquiry]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=32374#p32374</link>
			<description><![CDATA[<p>@poncho1234 yes lac is 100,000 in our local language <img src="https://frontaccounting.com/punbb/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (boxygen)]]></author>
			<pubDate>Sat, 04 Aug 2018 18:02:01 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=32374#p32374</guid>
		</item>
		<item>
			<title><![CDATA[Re: Ajax Time Out in GL Inquiry]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=32373#p32373</link>
			<description><![CDATA[<p>@kvvaradha, you are right. Thanks alot</p><p>I got the problem. One of my customization was basically causing the issue. I must have checked that without customized code.</p><p>Regards.</p>]]></description>
			<author><![CDATA[null@example.com (boxygen)]]></author>
			<pubDate>Sat, 04 Aug 2018 18:00:50 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=32373#p32373</guid>
		</item>
		<item>
			<title><![CDATA[Re: Ajax Time Out in GL Inquiry]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=32372#p32372</link>
			<description><![CDATA[<p>@kvvaradha whats a lac? Do you mean 100,000?</p>]]></description>
			<author><![CDATA[null@example.com (poncho1234)]]></author>
			<pubDate>Sat, 04 Aug 2018 17:59:30 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=32372#p32372</guid>
		</item>
		<item>
			<title><![CDATA[Re: Ajax Time Out in GL Inquiry]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=32371#p32371</link>
			<description><![CDATA[<p>@boxygen, This is not optimal solution. The actual problem is different. 300 records is not big thing. more than 1 lac records queried and display the results even in shared hosting without changing FA timeout.&nbsp; There is some other issue causing this issue. May be inefficient query is there to consume more RAM to get it expire the time limit.</p>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Sat, 04 Aug 2018 17:53:47 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=32371#p32371</guid>
		</item>
		<item>
			<title><![CDATA[Re: Ajax Time Out in GL Inquiry]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=32370#p32370</link>
			<description><![CDATA[<p>How long is it now?</p><p>I&#039;ve seen 600 secs recomended as max, (setting to 0 is unlimited, but maybe other timeouts in http so beware) From my understanding its a security issue.</p><p>Does your host allow changes?</p><p><s>This <a href="https://stackoverflow.com/questions/26938773/max-execution-time-limit-php">SE post is interesting, </a> can you add a variable based on number of records?</s></p><p>Google is your friend</p>]]></description>
			<author><![CDATA[null@example.com (poncho1234)]]></author>
			<pubDate>Sat, 04 Aug 2018 14:38:54 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=32370#p32370</guid>
		</item>
		<item>
			<title><![CDATA[Re: Ajax Time Out in GL Inquiry]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=32369#p32369</link>
			<description><![CDATA[<p>I increased the max_execution_time so the problem mitigated but what if the records increases?</p>]]></description>
			<author><![CDATA[null@example.com (boxygen)]]></author>
			<pubDate>Sat, 04 Aug 2018 13:58:48 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=32369#p32369</guid>
		</item>
		<item>
			<title><![CDATA[Re: Ajax Time Out in GL Inquiry]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=32361#p32361</link>
			<description><![CDATA[<p>300 records does not a problem to query and get in FA time. it ends with bugs from the query results or the server may experience load problem. try take a backup of your database and check it on load free server like localhost or separate vps.</p><p>Try enable debuging mode to get errors on FA error.log</p>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Fri, 03 Aug 2018 12:47:55 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=32361#p32361</guid>
		</item>
		<item>
			<title><![CDATA[Re: Ajax Time Out in GL Inquiry]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=32360#p32360</link>
			<description><![CDATA[<p>Is it anything in php.ini or mysql.cnf settings???</p>]]></description>
			<author><![CDATA[null@example.com (poncho1234)]]></author>
			<pubDate>Thu, 02 Aug 2018 13:48:35 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=32360#p32360</guid>
		</item>
		<item>
			<title><![CDATA[Ajax Time Out in GL Inquiry]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=32359#p32359</link>
			<description><![CDATA[<p>When querying one month transactions for a given gl account, the Ajax does not return any record because the number of records are around 300. What could be the solution for this? Can&#039;t we have multiple pages in the return of Query?</p>]]></description>
			<author><![CDATA[null@example.com (boxygen)]]></author>
			<pubDate>Thu, 02 Aug 2018 12:35:02 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=32359#p32359</guid>
		</item>
	</channel>
</rss>
