<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — config.default.inc error on startup]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=9418</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=9418&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in config.default.inc error on startup.]]></description>
		<lastBuildDate>Mon, 16 Aug 2021 06:14:35 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: config.default.inc error on startup]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=39875#p39875</link>
			<description><![CDATA[<p>Fixed and committed to stable repo.</p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Mon, 16 Aug 2021 06:14:35 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=39875#p39875</guid>
		</item>
		<item>
			<title><![CDATA[Re: config.default.inc error on startup]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=39870#p39870</link>
			<description><![CDATA[<p>Line 153 in <strong>config.default.inc</strong>:<br /></p><div class="codebox"><pre><code>    $UTF8_fontfile    = $_SESSION[&#039;language&#039;]-&gt;dir == &#039;ltr&#039; ? &quot;FreeSans.ttf&quot; : &quot;zarnormal.ttf&quot;; // for Arabic Dashboard</code></pre></div><p>should be replaced with:<br /></p><div class="codebox"><pre><code>    $UTF8_fontfile    = @$_SESSION[&#039;language&#039;]-&gt;dir == &#039;ltr&#039; ? &quot;FreeSans.ttf&quot; : &quot;zarnormal.ttf&quot;; // for Arabic Dashboard</code></pre></div><p>for now till a better solution presents itself.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sun, 15 Aug 2021 09:00:35 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=39870#p39870</guid>
		</item>
		<item>
			<title><![CDATA[Re: config.default.inc error on startup]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=39858#p39858</link>
			<description><![CDATA[<p>i think you are talking about config.default.php&nbsp; and when i check it, i didnt see the $UTF8_fontfile varilable is not used in the current program i guess.</p>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Sat, 14 Aug 2021 03:28:35 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=39858#p39858</guid>
		</item>
		<item>
			<title><![CDATA[config.default.inc error on startup]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=39856#p39856</link>
			<description><![CDATA[<p>The recent change to <strong>config.default.inc</strong> fails when starting up FA where $_SESSION[&#039;language&#039;] is not yet defined then in line 153. That line <strong>config.default.inc</strong>:<br /></p><div class="codebox"><pre><code>    $UTF8_fontfile    = $_SESSION[&#039;language&#039;]-&gt;dir == &#039;ltr&#039; ? &quot;FreeSans.ttf&quot; : &quot;zarnormal.ttf&quot;; // for Arabic Dashboard</code></pre></div><p>should be replaced in the <strong>config.php</strong> with:<br /></p><div class="codebox"><pre><code>    $UTF8_fontfile    = &quot;FreeSans.ttf&quot;;
    //$UTF8_fontfile    = &quot;zarnormal.ttf&quot;; // for Arabic Dashboard</code></pre></div><p>or suppress the error with &quot;@&quot; prefix to the original line or make sure it &quot;isset&quot; before testing it with some default.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sat, 14 Aug 2021 02:04:39 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=39856#p39856</guid>
		</item>
	</channel>
</rss>
