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

error while discovery centos box
https://www.open-audit.org/phpBB3/viewtopic.php?f=20&t=6589
Page 1 of 1

Author:  mt5225 [ Fri Mar 31, 2017 4:43 pm ]
Post subject:  error while discovery centos box

=== discovery debug page ===

Message: Undefined property: stdClass::$os_group

Filename: helpers/ssh_helper.php

Line Number: 465


any idea ?

Author:  jpa [ Sat Apr 01, 2017 2:31 am ]
Post subject:  Re: error while discovery centos box

This looks as if it's fixed in the next version.

For now edit "code_igniter\application\helpers\ssh_helper.php\ssh_helper.php" and around line 442 change
[code]$details = new stdClass();[/code]
to
[code]$details = new stdClass();
$details->os_group = '';[/code]
See if that helps.

Author:  mt5225 [ Wed Apr 05, 2017 4:03 am ]
Post subject:  Re: error while discovery centos box

it works, thank a lot!

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