Open-AudIT
https://www.open-audit.org/phpBB3/

Bug while updating ip in OpenAudit 1.12.4:
https://www.open-audit.org/phpBB3/viewtopic.php?f=20&t=6520
Page 1 of 1

Author:  Oeser [ Tue Apr 12, 2016 11:26 pm ]
Post subject:  Bug while updating ip in OpenAudit 1.12.4:

I found a mistake in open-audit/code_igniter/application/models/m_devices_components.php in line 1013

The original line is: UPDATE system SET ip = ? WHERE id = ?

When I submitting a result, i got a sql error in m_devices_components.php in line 1013

The solution was to edit the line 1013 of m_devices_components.php and update the sql statment with the following:

UPDATE system SET man_ip_address = ? WHERE system_id = ?"

Author:  Mark [ Thu Apr 14, 2016 8:41 am ]
Post subject:  Re: Bug while updating ip in OpenAudit 1.12.4:

Apologies for the bug - consider it fixed.

Page 1 of 1 All times are UTC + 10 hours
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/