Skip to end of banner
Go to start of banner

Errata - 2.3.1 OSX Auditing

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

There is a bug to do with setting the Mac model (then posting it in the database). You can make the below modifications, or use the file attached. 

Edit the file -

Windows - c:\xampplite\open-audit\code_igniter\application\models\m_devices.php

Linux - /usr/local/open-audit/code_igniter/application/models/m_devices.php

Change line 1107 from:

$data[] = $value;

to

 $data[] = (string)$value;


You should also change line 1335 from:

$data[] = $field->value;

to

$data[] = (string)$field->value;

 

I have attached the revised file if you simply want to replace it.

Apologies for any inconvienence.

Mark.

 

m_device.php

  • No labels