<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — config.default.inc error on startup]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=9418&amp;type=atom" />
	<updated>2021-08-16T06:14:35Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=9418</id>
		<entry>
			<title type="html"><![CDATA[Re: config.default.inc error on startup]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=39875#p39875" />
			<content type="html"><![CDATA[<p>Fixed and committed to stable repo.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2021-08-16T06:14:35Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=39875#p39875</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: config.default.inc error on startup]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=39870#p39870" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2021-08-15T09:00:35Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=39870#p39870</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: config.default.inc error on startup]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=39858#p39858" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[kvvaradha]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19348</uri>
			</author>
			<updated>2021-08-14T03:28:35Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=39858#p39858</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[config.default.inc error on startup]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=39856#p39856" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2021-08-14T02:04:39Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=39856#p39856</id>
		</entry>
</feed>
