my new note:

after serial automatic update in my ubuntu 14.04, I have notice that my php version has change to 5.5.9.

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.

Thanks
Gunawanchang

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.

What I do just install frontaccounting normally and install COA later.

1. Edit  /var/www/html/frontaccounting/includes/packages.inc (line 165 and 220), change  gzopen() to gzopen(64).

2. Edit /var/www/html/frontaccounting/includes/archive.inc, (line 442 and 463), change  gzopen() to gzopen(64).

The COA, language and extension show up but can not be open.

3. Edit /var/www/html/frontaccounting/includes/archive.inc, add new line under line 327, 'name' => rtrim($temp['prefix']) . rtrim($temp['name']), reference in here https://github.com/cambell-prince/frontaccounting/commit/fb9939cf020f241cff4d0ba00bd8f1a2c951c09c

then after this modification, it can be install.

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.

I am also get this message
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,

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?

It just a note, please fix it if something wrong or not should do.


Thanks
Gunawanchang