ray wrote:
First is a config errors saying the name and ip do not match.
Wiki page updated with fix here -
https://community.opmantek.com/display/OA/1.12.10+Errataray wrote:
The second I tried to select multiple computers then select edit to update the location field. In IE I get a popup asking if I want to save or open? In Mozilla a get a coding error see screen shots attached.
This is a bit unusual. Do you have some actual Orgs in the database? This error is from the function called 'collection' in /code_igniter/application/models/m_orgs.php
Can you add the following code to the bottom of open-audit/code_igniter/application/views/theme-tango/v_main.php. That will output the user object - can you post it here please.
Code:
<?php
echo "<pre>\n";
print_r($this->user);
?>
The output will look something like the below:
Code:
stdClass Object
(
[id] => 1
[name] => admin
[password] => 0ab0a153e5bbcd80c50a02da8c97f3c87686eb8512f5457d30e328d2d4448c8968e9f4875c2eb61356197b851dd33f90658b20b32139233b217be54d903ca3b6
[full_name] => Administrator
[email] => admin@openaudit
[lang] => en
[display_count] => 10
[theme] => tango
[admin] => y
[active] => y
[sam] => 3
[permissions] =>
[debug] =>
[orgs] => Array
(
[0] => 10
)
[org_list] => 0
)
EDIT - I think I have a fix for the second issue. Fix posted to the errata page.
_________________
Support and Development hours available from
Opmantek.
Please consider a purchase to help make Open-AudIT better for everyone.