Registrations to Open-AudIT forums are now closed. To ask any new questions please visit Opmantek Community Questions.

Open-AudIT

What's on your network?
It is currently Thu Mar 28, 2024 9:52 pm

All times are UTC + 10 hours




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 
Author Message
PostPosted: Fri Mar 31, 2017 4:43 pm 
Offline
Newbie

Joined: Thu Mar 23, 2017 2:30 am
Posts: 2
=== discovery debug page ===

Message: Undefined property: stdClass::$os_group

Filename: helpers/ssh_helper.php

Line Number: 465


any idea ?


Top
 Profile  
Reply with quote  
PostPosted: Sat Apr 01, 2017 2:31 am 
Offline
Moderator

Joined: Fri Jul 20, 2007 8:27 am
Posts: 1259
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.


Top
 Profile  
Reply with quote  
PostPosted: Wed Apr 05, 2017 4:03 am 
Offline
Newbie

Joined: Thu Mar 23, 2017 2:30 am
Posts: 2
it works, thank a lot!


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 

All times are UTC + 10 hours


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group