<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — New reference not generating after DirectSalesInvoice submission]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=9749&amp;type=atom" />
	<updated>2022-04-08T13:12:38Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=9749</id>
		<entry>
			<title type="html"><![CDATA[Re: New reference not generating after DirectSalesInvoice submission]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=40820#p40820" />
			<content type="html"><![CDATA[<p>Looks like during your FA installation there might be permissions issue to create installed_languages.inc file. Which leads to this problem.&nbsp; Create it manually.</p><div class="codebox"><pre><code>&lt;?php

/* How to make new entries here for non-packaged languages:

-- &#039;code&#039; should match the name of the directory for the language under \lang
.-- &#039;name&#039; is the name that will be displayed in the language selection list (in Users and Display Setup)
-- &#039;rtl&#039; only needs to be set for right-to-left languages like Arabic and Hebrew
-- &#039;encoding&#039; used in translation file
-- &#039;version&#039; always set to &#039;&#039; for manually installed languages.
-- &#039;path&#039; installation path related to FA root (e.g. &#039;lang/en_US&#039;).
*/


$installed_languages = array (
  0 =&gt; 
  array (
    &#039;code&#039; =&gt; &#039;C&#039;,
    &#039;name&#039; =&gt; &#039;English&#039;,
    &#039;encoding&#039; =&gt; &#039;iso-8859-1&#039;,
  ),
);
$dflt_lang = &#039;C&#039;;</code></pre></div>]]></content>
			<author>
				<name><![CDATA[kvvaradha]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19348</uri>
			</author>
			<updated>2022-04-08T13:12:38Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=40820#p40820</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[New reference not generating after DirectSalesInvoice submission]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=40816#p40816" />
			<content type="html"><![CDATA[<p>Once a Direct Sales Invoice is generated, it shows the same reference.<br />I am seeing the following errors in the log file.</p><p>[06-Apr-2022 08:32:43 UTC] ::language.inc:15: include_once(../lang/installed_languages.inc): failed to open stream: No such file or directory<br />[06-Apr-2022 08:32:43 UTC] ::language.inc:15: include_once(): Failed opening &#039;../lang/installed_languages.inc&#039; for inclusion (include_path=&#039;.:/opt/cpanel/ea-php72/root/usr/share/pear&#039;)<br />[06-Apr-2022 08:32:43 UTC] 0:admin:sales_order_entry.php:741: Unhandled exception [0]: Call to a member function is_started() on null.</p><p>I also need someone&#039;s services to generate customized reports.</p>]]></content>
			<author>
				<name><![CDATA[madnanhashmi]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=46610</uri>
			</author>
			<updated>2022-04-08T04:38:16Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=40816#p40816</id>
		</entry>
</feed>
