<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — New reference not generating after DirectSalesInvoice submission]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=9749</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=9749&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in New reference not generating after DirectSalesInvoice submission.]]></description>
		<lastBuildDate>Fri, 08 Apr 2022 13:12:38 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: New reference not generating after DirectSalesInvoice submission]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=40820#p40820</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Fri, 08 Apr 2022 13:12:38 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=40820#p40820</guid>
		</item>
		<item>
			<title><![CDATA[New reference not generating after DirectSalesInvoice submission]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=40816#p40816</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (madnanhashmi)]]></author>
			<pubDate>Fri, 08 Apr 2022 04:38:16 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=40816#p40816</guid>
		</item>
	</channel>
</rss>
