<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — install COA, Language and extension frontaccounting in ubuntu 14.04]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=5135&amp;type=atom" />
	<updated>2016-08-22T03:24:14Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=5135</id>
		<entry>
			<title type="html"><![CDATA[Re: install COA, Language and extension frontaccounting in ubuntu 14.04]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=26133#p26133" />
			<content type="html"><![CDATA[<p>my new note:</p><p>after serial automatic update in my ubuntu 14.04, I have notice that my php version has change to 5.5.9.</p><p>The point of 1 and 2 about gzopen64() has to change to gzopen() (back to normal?), so now if your php version in 5.5.9, no need to edit the files.</p><p>Thanks<br />Gunawanchang</p>]]></content>
			<author>
				<name><![CDATA[gunawanchang]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19603</uri>
			</author>
			<updated>2016-08-22T03:24:14Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=26133#p26133</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: install COA, Language and extension frontaccounting in ubuntu 14.04]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=20698#p20698" />
			<content type="html"><![CDATA[<p>This was probably affecting just PHP 5.3.5 version as per the bug report. Let&#039;s leave this out for now but keep this in mind if it crops up later.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2014-09-06T21:03:45Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=20698#p20698</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: install COA, Language and extension frontaccounting in ubuntu 14.04]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=20680#p20680" />
			<content type="html"><![CDATA[<p>Only <strong>mysql_pdo</strong> is now fully usable in FA.</p><p>If <a href="https://bugs.php.net/bug.php?id=53829">PHP is compiled with large file support</a> then gzopen() (and other such functions I suppose) will become gzopen64() and others like it.</p><div class="codebox"><pre><code>/usr/bin/php -r &#039;var_dump(function_exists(&quot;gzopen&quot;));&#039;
/usr/bin/php -r &#039;var_dump(function_exists(&quot;gzopen64&quot;));&#039;</code></pre></div><p><strong>gzopen()</strong> is not found in any of the extensions</p><p>It is however found in the following 4 files (line numbers):<br /></p><div class="quotebox"><blockquote><p>admin/backups.php (102)<br />admin/db/maintenance.php (721)<br />includes/archive.php (441, 462)<br />includes/packages.inc (165, 220)</p></blockquote></div><p>The last 3 files reference <strong>gzclose()</strong> and <strong>gzwrite()</strong> as well that may need to wrap <strong>gzclose64()</strong> and <strong>gzwrite64()</strong> respectively as well.</p><p>There seems to be no reference to <strong>gzread</strong> in FA.</p><br /><br /><p>It is hence prudent to encapsulate gzopen() as gzopen64() if it doesn&#039;t exist in the compilation using a wrapper function.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2014-09-05T15:05:02Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=20680#p20680</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[install COA, Language and extension frontaccounting in ubuntu 14.04]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=20664#p20664" />
			<content type="html"><![CDATA[<p>This is just note solution, I have not seen topic about this, if this a double topic, forgive me, or if have more efficient way, just show the link.</p><p>What I do just install frontaccounting normally and install COA later.</p><p>1. Edit&nbsp; /var/www/html/frontaccounting/includes/packages.inc (line 165 and 220), change&nbsp; gzopen() to gzopen(64).</p><p>2. Edit /var/www/html/frontaccounting/includes/archive.inc, (line 442 and 463), change&nbsp; gzopen() to gzopen(64).</p><p>The COA, language and extension show up but can not be open.</p><p>3. Edit /var/www/html/frontaccounting/includes/archive.inc, add new line under line 327, &#039;name&#039; =&gt; rtrim($temp[&#039;prefix&#039;]) . rtrim($temp[&#039;name&#039;]), reference in here https://github.com/cambell-prince/frontaccounting/commit/fb9939cf020f241cff4d0ba00bd8f1a2c951c09c</p><p>then after this modification, it can be install.</p><p>There is some kind mistake in table database, I use COA chart_id_ID-4digit, the column dimension(number)_id follow number prefix table but frontaccounting require dimension2_id, also in this COA, BOM table is missing, in sql file there is no bom table.</p><p>I am also get this message <br />mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in file: /var/www/html/frontaccounting/includes/db/connect_db.inc at line 27,</p><p>I know the mysql has to be downgrade, but I have try it, seem is ok, no error found, could someone can tell me the consequence this error messages?</p><p>It just a note, please fix it if something wrong or not should do.</p><br /><p>Thanks<br />Gunawanchang</p>]]></content>
			<author>
				<name><![CDATA[gunawanchang]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19603</uri>
			</author>
			<updated>2014-09-04T11:54:04Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=20664#p20664</id>
		</entry>
</feed>
