<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Bug or Modification?]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=5666&amp;type=atom" />
	<updated>2015-05-12T11:37:41Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=5666</id>
		<entry>
			<title type="html"><![CDATA[Re: Bug or Modification?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=23521#p23521" />
			<content type="html"><![CDATA[<p>Attached is the German UTF-8 screenshot - please check the umlauts and see if that is what you get / need.<br /></p><div class="codebox"><pre><code>sed -i -e &#039;s/# de_DE\.UTF-8/de_DE.UTF-8/&#039; /etc/locale.gen
dpkg-reconfigure --frontend=noninteractive locales
service apache2 restart</code></pre></div><p>The above code in Debian will install the necessary locale.</p><p>Here is the code snippet from the <strong>lang/languages_installed.inc</strong> file:<br /></p><div class="codebox"><pre><code>$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;,
  ),
  1 =&gt; 
  array (
    &#039;code&#039; =&gt; &#039;de_DE&#039;,
    &#039;name&#039; =&gt; &#039;German UTF8&#039;,
    &#039;path&#039; =&gt; &#039;lang/de_DE&#039;,
    &#039;encoding&#039; =&gt; &#039;utf-8&#039;,
    &#039;version&#039; =&gt; &#039;2.3.0-3&#039;,
  ),
);

$dflt_lang = &#039;de_DE&#039;;</code></pre></div><p>Make sure you have <strong>php5-gettext</strong> and <strong>php5-intl</strong> extensions installed and activated for your PHP.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2015-05-12T11:37:41Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=23521#p23521</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Bug or Modification?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=23520#p23520" />
			<content type="html"><![CDATA[<p>In the file installed_languages.inc , the ancoding is correct, utf-8</p><p>To make the next steps.....I am somehow lost .... <img src="https://frontaccounting.com/punbb/img/smilies/sad.png" width="15" height="15" alt="sad" /><br />About restarting the server ..... I donk know ...</p><br /><p>Please help!</p>]]></content>
			<author>
				<name><![CDATA[dsswien]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20387</uri>
			</author>
			<updated>2015-05-12T11:16:52Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=23520#p23520</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Bug or Modification?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=23519#p23519" />
			<content type="html"><![CDATA[<p>You will have to possibly edit the lang/installed-languages.inc file accordingly for the encoding - check the spelling and hyphenation. Logout and clear cache and then login again. If necessary restart the webserver and try. Also check the collation of your database / fields. Post a screenshot of what is messed up.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2015-05-12T10:28:05Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=23519#p23519</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Bug or Modification?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=23517#p23517" />
			<content type="html"><![CDATA[<p>I just deleted the old file and uploaded the new one, but I still have the same problem with those caracters.<br />In application everything looks ok , but some caracters are strange just on pdf files.</p><p>I hope I will figure it out today, before my boss kills me <img src="https://frontaccounting.com/punbb/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p><p>Thanks,</p>]]></content>
			<author>
				<name><![CDATA[dsswien]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20387</uri>
			</author>
			<updated>2015-05-12T05:45:04Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=23517#p23517</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Bug or Modification?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=23514#p23514" />
			<content type="html"><![CDATA[<p>The translation for de_DE in the official pkg repository is ISO-8859-1 as seen <a href="https://github.com/apmuthu/frontaccounting/blob/master/extensions/Languages/de_DE/_init/config">here</a>.</p><p>Replace the <strong>lang/de_DE/LC_MESSAGES/de_DE-2.3.0-3.mo</strong> file with <a href="https://github.com/apmuthu/frontaccounting/blob/master/extensions/Languages/de_DE.UTF-8/LC_MESSAGES/de_DE-2.3.0-3.mo?raw=true">this one</a> from <a href="https://github.com/apmuthu/frontaccounting/blob/master/extensions/Languages/de_DE.UTF-8/LC_MESSAGES/de_DE-2.3.0-3.mo">my Unofficial GitHub Repo</a>.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2015-05-12T04:35:33Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=23514#p23514</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Bug or Modification?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=23509#p23509" />
			<content type="html"><![CDATA[<p>So, fresh news. The hosting company tells me that they updated the php version, and now the locales on server are properly configurated. The enconding for language pack german de_DE is not anymore iso-8859-1 , newaday is the new one UTF-8.<br />In FTP folder lang/installed_languages.ini , I have the UTF-8 encoding for de_DE language.<br />The problem till 10 mins ago was that I coudn&#039;t export any .pdf files because of an error (something regarding dejavu.php - missing), but I fixed this as follow:<br /> - I downloaded the archive from this this link https://frontaccounting.com/wbt/modules/download_gallery/dlc.php?file=57 <br />- unarchived<br />- paste the 3 files in the folder named /reporting/fonts</p><p>FrontAccounting works now in German, and I can export .pdf files as well, but I still have a probleme.<br />In the exported .pdf files, some specific caracters like ö , ä , ü&nbsp; &nbsp;..... are not correct writed...those caracters are looking like this: <br />Ö = �<br />&quot; ...&nbsp; &quot;&nbsp; =&nbsp; &quot; ... &quot;</p><p>What shoud I do to finaly fix this problem?</p><p>Thanks for helping me !</p>]]></content>
			<author>
				<name><![CDATA[dsswien]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20387</uri>
			</author>
			<updated>2015-05-11T16:34:50Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=23509#p23509</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Bug or Modification?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=23503#p23503" />
			<content type="html"><![CDATA[<p>Do you mean putting in php.ini directives into htaccess?<br />http://www.inmotionhosting.com/support/website/htaccess/htacess-change-timezone<br />http://craftcms.stackexchange.com/questions/8816/return-to-specific-locale-based-on-cookie/8817#8817</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2015-05-11T12:38:15Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=23503#p23503</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Bug or Modification?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=23500#p23500" />
			<content type="html"><![CDATA[<p>Hi, and thanks for answer. </p><p>No , I dont have access to the linux command <img src="https://frontaccounting.com/punbb/img/smilies/sad.png" width="15" height="15" alt="sad" /></p><p>I have to wait for them to configure the server properly. </p><p>One more thing....someone told me that can be possible to modify something in htaccess file. But he doesnt know what exacly.</p><p>Do you know something about that?</p><p>Thank you,<br />M</p>]]></content>
			<author>
				<name><![CDATA[dsswien]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20387</uri>
			</author>
			<updated>2015-05-11T07:22:27Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=23500#p23500</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Bug or Modification?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=23474#p23474" />
			<content type="html"><![CDATA[<p>Paste the contents of the file <strong>lang/languages_installed.inc</strong></p><p>Do you have access to the linux command line interface? If so, paste the output of the command:<br /></p><div class="codebox"><pre><code>locale -a</code></pre></div><p>If the German language is not present (de_DE), then enable it with:<br /></p><div class="codebox"><pre><code>sed -i -e &#039;s/# de_DE UTF-8/de_DE UTF-8/&#039; /etc/locale.gen
dpkg-reconfigure --frontend=noninteractive locales</code></pre></div><p>Read the <a href="https://frontaccounting.com/fawiki/index.php?n=Help.InstallUpdateLanugages">Wiki</a>.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2015-05-08T18:10:34Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=23474#p23474</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Bug or Modification?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=23468#p23468" />
			<content type="html"><![CDATA[<p>Can you, please, be more explicit???<br />I donk have servers knowledge, and I dont have any acces on hosting server...is just a hosting provided by a company.<br />I reported the problem there too, by they just sayd that is a third party issue...involving FA.<br />I just replyd them and explain that there is no update on FA, and I havent changed anything ... changing languages has just stoped working since their servers updates....</p><p>I hope they will move my hosting to another server with the same setings as before.</p>]]></content>
			<author>
				<name><![CDATA[dsswien]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20387</uri>
			</author>
			<updated>2015-05-08T05:57:10Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=23468#p23468</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Bug or Modification?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=23458#p23458" />
			<content type="html"><![CDATA[<p>Check the locales installed in the linux server. you may have to go to the linux command line interface (PuTTY, Terminal, etc) and issue commands for including the german locale.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2015-05-07T15:41:27Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=23458#p23458</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Bug or Modification?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=23451#p23451" />
			<content type="html"><![CDATA[<p>Hi!</p><p>Thanks for reply. I just compared the backups, and look the same. <br />Yesterday evening I just rememberd that I received an Email from the Hosting Company a few days ago, regarding some software updates between 00:30 and 01:00 on 06.05.2015, exacly the day when FA stopped to work in another language except english.<br />I think thay made some Appache Server updates, SQL, or some new PHP Version.<br />My database is untouched, I have all my products, invoices, clients, suppliers, etc....just the language can not be changed.</p><p>Yesterday evening I installed a brand new FA on another domain, with a new database, and the same, I can not change the language, even if all language packs are there.</p><p>Any advices what to do next before contacting the Hosting Company ???</p>]]></content>
			<author>
				<name><![CDATA[dsswien]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20387</uri>
			</author>
			<updated>2015-05-07T07:48:19Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=23451#p23451</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Bug or Modification?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=23448#p23448" />
			<content type="html"><![CDATA[<p>Compare the backups and check the changes that may have occurred to the sys_prefs table records for default language.<br />It is also possible that someone de-activated the German language from the <strong>lang/installed_languages.inc</strong> file.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2015-05-06T17:50:40Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=23448#p23448</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Bug or Modification?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=23445#p23445" />
			<content type="html"><![CDATA[<p>Dear all,</p><p>We use FA in out Company in German language, it was all great worked till yesterday.<br />Today I logged in FA to print some invoices and just sow that the application is in English, and I can not set it again in German.<br />I haven&#039;t made any modifications or updates since we use FA - 01.03.2015.<br />What&#039;a happening? Can anyone explain?<br />In settings area I see that today &quot;German&quot; - is setted as unsuported language.</p><p>I need to use FA just in German language, because our customers are just Companys from Germany, Austria and Schweiz.</p><p>I have some backups from database and and all folders and files from FTP, I have also made a backup directly in FA, and I can select the last backup and click restore, but I&#039;m affreid to lose all my work.</p><p>Can, please someone help us with some ideeas?</p><p>Thank you very much in advance,</p><p>DSS Vienna</p>]]></content>
			<author>
				<name><![CDATA[dsswien]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20387</uri>
			</author>
			<updated>2015-05-06T08:28:54Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=23445#p23445</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Bug or Modification?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=23083#p23083" />
			<content type="html"><![CDATA[<p>Just change the value in config.php to</p><p>$save_report_selections = 1;</p><p>Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2015-04-03T15:32:40Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=23083#p23083</id>
		</entry>
</feed>
