boxygen wrote:

Set the debug mode to On and then try again and see the error logs. Share those Logs here.

DATABASE ERROR : Could not write employee data
error code : 1366
error message : Incorrect integer value: '' for column `u9619550_fron771`.`0_employee`.`emp_id` at row 1
sql that failed was : INSERT INTO 0_employee VALUES ('', 'inge', 'indra', '0', '', '', '', '1974-01-19', '', '2021-01-01', '0', '0', '', '')



/home/u9619550/public_html/latihan/includes/errors.inc:208:    trigger_error('DATABASE ERROR : Could not write employee data
error code : 1366
error message : Incorrect integer value: '' for column `u9619550_fron771`.`0_employee`.`emp_id` at row 1
sql that failed was : INSERT INTO 0_employee VALUES ('', 'inge', 'indra', '0', '', '', '', '1974-01-19', '', '2021-01-01', '0', '0', '', '')


','256')
/home/u9619550/public_html/latihan/includes/errors.inc:236:    display_db_error('Could not write employee data','INSERT INTO 0_employee VALUES ('', 'inge', 'indra', '0', '', '', '', '1974-01-19', '', '2021-01-01', '0', '0', '', '')','')
/home/u9619550/public_html/latihan/includes/db/connect_db_mysqli.inc:91:    check_db_error('Could not write employee data','INSERT INTO 0_employee VALUES ('', 'inge', 'indra', '0', '', '', '', '1974-01-19', '', '2021-01-01', '0', '0', '', '')','1')
/home/u9619550/public_html/latihan/modules/FrontHrm/includes/db/employee_db.inc:56:    db_query('INSERT INTO 0_employee VALUES ('', 'inge', 'indra', '0', '', '', '', '1974-01-19', '', '2021-01-01', '0', '0', '', '')','Could not write employee data')
/home/u9619550/public_html/latihan/modules/FrontHrm/manage/employee.php:353:    write_employee('','inge','indra','0','','','','19/01/1974','','01/01/2021','0','0','','')

2

(15 replies, posted in Report Bugs here)

notrinos wrote:

The problem has been firing from this commit: https://github.com/FrontAccountingERP/F … 07ada68667
Someone who faced the same issue after upgrade FA to 2.4.11 can get solution by roll back the file session.inc to state it was before the commit.
Or just replace the session.inc with this file:
https://raw.githubusercontent.com/Front … ession.inc

Great, it's work

3

(2 replies, posted in Reporting)

Helo, I have found another BUG in this that is showing ITEM/Inventory that already purged. This item appears in REPORT. how to solve it???