<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Blank page on install C 2.3.8]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=2546&amp;type=atom" />
	<updated>2011-11-24T23:17:05Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=2546</id>
		<entry>
			<title type="html"><![CDATA[Re: Blank page on install C 2.3.8]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=10909#p10909" />
			<content type="html"><![CDATA[<p>Ok, guys. Version 2.3.9 including all last fixes has been released today. <br />Thank you all for cooperation. </p><p>liahsheep, special thanks for pointing out the exact source of the problem <img src="https://frontaccounting.com/punbb/img/smilies/smile.png" width="15" height="15" alt="smile" />.</p><p>Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2011-11-24T23:17:05Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=10909#p10909</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Blank page on install C 2.3.8]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=10875#p10875" />
			<content type="html"><![CDATA[<p>Also had this problem and was about to post today when I saw this.&nbsp; The fix above works for me too.</p><p>Thanks!</p><p>Robert</p>]]></content>
			<author>
				<name><![CDATA[rfoster]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=10795</uri>
			</author>
			<updated>2011-11-23T20:34:37Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=10875#p10875</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Blank page on install C 2.3.8]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=10872#p10872" />
			<content type="html"><![CDATA[<p>Hi Janusz,</p><p>The new end_flush() worked well for me.<br />Thanks for the prompt action!</p><p>Sheep</p>]]></content>
			<author>
				<name><![CDATA[liahsheep]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=10920</uri>
			</author>
			<updated>2011-11-23T14:36:35Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=10872#p10872</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Blank page on install C 2.3.8]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=10869#p10869" />
			<content type="html"><![CDATA[<p>Thanks for isolating the problem. The $min_level conditional value was introduced in 2.3.8 due to another bug causing infinite loop during remote repository interaction. Seems php behaviour changes in this aspect with minor version number change, so we have to make another countermeasures. Please test following new version of end_flush() function located in erros.inc:<br /></p><div class="codebox"><pre><code>function end_flush() {
    global $Ajax, $transaction_level;

    if (isset($Ajax))
        $Ajax-&gt;run();

     while(ob_get_level() &gt; 1) ob_end_flush();
    @ob_end_flush();

    // if any transaction was aborted unexpectedly rollback changes
    cancel_transaction();
}</code></pre></div><p>If this code works well, we will release new bugfix FA version ASAP.<br />Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2011-11-23T11:34:34Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=10869#p10869</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Blank page on install C 2.3.8]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=10866#p10866" />
			<content type="html"><![CDATA[<p>Thanks liahsheep. Awaiting for Janusz to take action.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2011-11-23T08:56:04Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=10866#p10866</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Blank page on install C 2.3.8]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=10863#p10863" />
			<content type="html"><![CDATA[<p>My workaround:</p><p>/includes/errors.inc : Line 159<br />$min_level = 0; //$min_level = defined(&#039;FORCE_GZIP&#039;) ? 1 : 0;</p><p>I don&#039;t know if it will break other parts. But it seemed to work for me now.<br />Hope it helps.</p>]]></content>
			<author>
				<name><![CDATA[liahsheep]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=10920</uri>
			</author>
			<updated>2011-11-23T08:14:34Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=10863#p10863</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Blank page on install C 2.3.8]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=10861#p10861" />
			<content type="html"><![CDATA[<p>Oh I&#039;m not alone. Blank page happened on clean extract of frontaccounting-2.3.8.tgz. </p><p>After some probing, it seemed that the output buffer was not functioning well -- the buffer started but didn&#039;t flush at the end. <br />So I tried commenting the lines that use output buffer, i.e. those containing ob_start, ob_end_flush.. </p><p>With output buffer off, I could see the installation screen and proceed with the installation.<br />But when I logged in, I see some random strange behaviours with the page. (sometimes blank, sometimes ok)</p><p>The bug has not been fixed yet and I&#039;m still tracing the bug.<br />Hope the above helps anyone who are working hard too to fix the problem.</p><p>I&#039;m using PHP 5.3.1.</p>]]></content>
			<author>
				<name><![CDATA[liahsheep]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=10920</uri>
			</author>
			<updated>2011-11-23T06:43:23Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=10861#p10861</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Blank page on install C 2.3.8]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=10859#p10859" />
			<content type="html"><![CDATA[<p>Yep, it happens on the install - if it&#039;s happening. Can&#039;t tell. It goes blank then nothing.</p><p>Running it on:<br />Apache version &nbsp; &nbsp; 2.2.21<br />PHP version &nbsp; &nbsp; 5.2.17<br />MySQL version &nbsp; &nbsp; 5.1.56</p>]]></content>
			<author>
				<name><![CDATA[the_economist]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=9283</uri>
			</author>
			<updated>2011-11-23T02:27:33Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=10859#p10859</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Blank page on install C 2.3.8]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=10857#p10857" />
			<content type="html"><![CDATA[<p>Is this blank page arising during the install?</p><p>Instead of waiting for the next release, please try to help us fixing this problem. In our development environments we cannot reproduce this error.<br />Therefore it is mandatory that you help us trying to find the problem.</p><p>We have explained how to trace the bug, if the install has finished and the program is starting in the following thread:</p><p>https://frontaccounting.com/punbb/viewtopic.php?id=2523</p><p>But if the blank page arise during the install phase, then we would have to examine the /install/isession.inc file.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2011-11-23T00:52:01Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=10857#p10857</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Blank page on install C 2.3.8]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=10856#p10856" />
			<content type="html"><![CDATA[<p>Hi,</p><p>I have the problem too - blank page.</p><p>Do we wait for the next update or re-install 2.3.7?</p>]]></content>
			<author>
				<name><![CDATA[the_economist]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=9283</uri>
			</author>
			<updated>2011-11-22T22:16:21Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=10856#p10856</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Blank page on install C 2.3.8]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=10853#p10853" />
			<content type="html"><![CDATA[<p>Hi,</p><p>we&#039;re having similar issues as well.. have a look at the following thread for some things that you can try:</p><p>https://frontaccounting.com/punbb/viewtopic.php?id=2523</p><p>you may want to try replacing the session.inc file as per the thread (mantis.frontaccounting.net --&gt; bug 0001173).. although it didnt work for us.. you may have different results..</p><p>cheers</p>]]></content>
			<author>
				<name><![CDATA[kthaker]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=10371</uri>
			</author>
			<updated>2011-11-22T13:54:14Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=10853#p10853</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Blank page on install C 2.3.8]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=10851#p10851" />
			<content type="html"><![CDATA[<p>I am on a godaddy server for now</p>]]></content>
			<author>
				<name><![CDATA[kjphilips]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=10841</uri>
			</author>
			<updated>2011-11-22T10:20:49Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=10851#p10851</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Blank page on install C 2.3.8]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=10850#p10850" />
			<content type="html"><![CDATA[<p>Hello I am trying to install this to see if it can work for our company. I have uploaded the archive to directory and unpacked. I try the URL to get there and all I get is a blank screen. Can someone help me out here and tell me what to do?</p><p>Thank you.</p>]]></content>
			<author>
				<name><![CDATA[kjphilips]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=10841</uri>
			</author>
			<updated>2011-11-22T10:19:08Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=10850#p10850</id>
		</entry>
</feed>
