/
Errata - 2.3.2, 2.3.1 Manually creating a new device
Errata - 2.3.2, 2.3.1 Manually creating a new device
NOTE - Even though the web pages produce an error, the device itself should have been created, although with no data in the associated "ip" table.
You may wish to delete any created devices device and recreate.
There is a bug in the file:
Linux - /usr/local/open-audit/code_igniter/application/controllers/devices.php
Windows - c:\xampplite\open-audit\code_igniter\application\controllers\devices.php
In 2.3.1, delete the lines 235, 236, 237.
In 2.3.2, delete lines are 252, 253, 254.
$input = new stdClass(); $input->item = array(); $input->item[] = $device_ip;
Insert the below (from line 235 or 252, per version above).
$input = array(); $input[] = $device_ip;
, multiple selections available,
Related content
Errata - 4.0.2 Upload CSV of devices
Errata - 4.0.2 Upload CSV of devices
More like this
Errata - 2.3.1 Setting the first_seen attribute
Errata - 2.3.1 Setting the first_seen attribute
More like this
Errata - 4.4.0 Syntax error in older versions of PHP
Errata - 4.4.0 Syntax error in older versions of PHP
More like this
Errata - 2.3.2, 2.3.1, 2.3.0 Modules retrieval for SNMP devices
Errata - 2.3.2, 2.3.1, 2.3.0 Modules retrieval for SNMP devices
More like this
Errata - 3.2.2 Manufacturers of SNMP Devices not set
Errata - 3.2.2 Manufacturers of SNMP Devices not set
More like this
Errata - 2.1 Updating MAC Addresses from Nmap
Errata - 2.1 Updating MAC Addresses from Nmap
More like this