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 Apr 18, 2024 9:51 pm

All times are UTC + 10 hours




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 8 posts ] 
Author Message
PostPosted: Fri Nov 30, 2007 5:25 pm 
Offline
Newbie

Joined: Thu Nov 29, 2007 2:51 am
Posts: 10
Location: Germany
hello everybody,

i've got some problems with openaudit and don't know what to do. i've got the openaudit (the latest trunk of the svn - 902) running on my ubuntu 7.04 lamp server in a vwware workaround with a dedicated 8GB HD capacity and 512 MB RAM - i've installed apache2.2.3-3, php5, mysql-server and -client 5, imagemagick 6.2.4.5 and the php5 modules for mysql and imagemagick .

so everything seems to work fine, i can audit some windows workstations successfully and browse to their hardware- and software registers. but if i want to run an export in pdf, dia or cvs i alway got the message:

Warning: Cannot modify header information - headers already sent by (output started at /var/www/oa902/lang/de_de.inc:540) in /var/www/oa902/lib/ezpdf/class.pdf.php on line 1916

Warning: Cannot modify header information - headers already sent by (output started at /var/www/oa902/lang/de_de.inc:540) in /var/www/oa902/lib/ezpdf/class.pdf.php on line 1917

Warning: Cannot modify header information - headers already sent by (output started at /var/www/oa902/lang/de_de.inc:540) in /var/www/oa902/lib/ezpdf/class.pdf.php on line 1919
%PDF-1.3 %���� 1 0 obj << /Type /Catalog /Outlines 2 0 R /Pages 3 0 R >> en......... and so on


the same behavior is shown whenn i like to add some manual data to an audited system. i get the following message:

Warning: Cannot modify header information - headers already sent by (output started at /var/www/oa902/lang/de_de.inc:540) in /var/www/oa902/system_post.php on line 96
Array ( [pc] => 00:13:D4:AF:C2:AB [category] => manual [view] => summary [system_man_location] => fff [system_man_date_of_purchase] => 0000-00-00 [system_man_value] => [system_man_serial_number] => [system_man_description] => [save] => Speichern ) 1


in this case the data is stored in the database and i it display at the summary of the system.

does anybody knows what's wrong with my installation of openaudit?


Top
 Profile  
Reply with quote  
PostPosted: Sun Dec 02, 2007 6:54 am 
Offline
Moderator
User avatar

Joined: Tue Jan 25, 2005 3:09 am
Posts: 2140
Location: Scotland
Looks like a problem with the German Translation File, to prove this, change the language to en from the admin pages, try again, and if all is well, we will investigate the de translation.

_________________
Andrew

[size=85]OA Server: Windows XP/ XAMPP, Mandriva/Apache, Ubuntu
Auditing: 300+ Wstns, 20+ Srvrs, Thin clients, Linux boxes, Routers, etc
OS's: Windows XP , W2K Srvr, W2K3 Srvr, W2K8, Vista, Windows 7, Linuxes (and a Mac at home)
LDAP: Active Directory[/size]


Top
 Profile  
Reply with quote  
PostPosted: Mon Dec 03, 2007 5:06 pm 
Offline
Newbie

Joined: Thu Nov 29, 2007 2:51 am
Posts: 10
Location: Germany
hey andrew,

i changed the language to en and it works fine now. so it seems that you're right, maybe there is a bug in the german lang file...

thanks, xiam


Top
 Profile  
Reply with quote  
PostPosted: Mon Dec 03, 2007 7:39 pm 
Offline
Moderator
User avatar

Joined: Tue Jan 25, 2005 3:09 am
Posts: 2140
Location: Scotland
At About line 192 in de_de.inc , modify to read...
[code]
$GLOBALS["lang"]["Use https:"]="Benutze https:";
[/code]

or update to SVN 903

_________________
Andrew

[size=85]OA Server: Windows XP/ XAMPP, Mandriva/Apache, Ubuntu
Auditing: 300+ Wstns, 20+ Srvrs, Thin clients, Linux boxes, Routers, etc
OS's: Windows XP , W2K Srvr, W2K3 Srvr, W2K8, Vista, Windows 7, Linuxes (and a Mac at home)
LDAP: Active Directory[/size]


Top
 Profile  
Reply with quote  
PostPosted: Mon Dec 03, 2007 8:53 pm 
Offline
Newbie

Joined: Thu Nov 29, 2007 2:51 am
Posts: 10
Location: Germany
okay, i updated to 903 an the problems are solved! :-)

thank you very much!

cheers, xiam


Top
 Profile  
Reply with quote  
PostPosted: Mon Dec 03, 2007 8:56 pm 
Offline
Moderator
User avatar

Joined: Tue Jan 25, 2005 3:09 am
Posts: 2140
Location: Scotland
Does it correctly display the message in German that we changed?
It occurred to me that we may need to locate the line that uses this message, and fix that too, however I have no clue where this message is used.

_________________
Andrew

[size=85]OA Server: Windows XP/ XAMPP, Mandriva/Apache, Ubuntu
Auditing: 300+ Wstns, 20+ Srvrs, Thin clients, Linux boxes, Routers, etc
OS's: Windows XP , W2K Srvr, W2K3 Srvr, W2K8, Vista, Windows 7, Linuxes (and a Mac at home)
LDAP: Active Directory[/size]


Top
 Profile  
Reply with quote  
PostPosted: Mon Dec 03, 2007 9:21 pm 
Offline
Newbie

Joined: Thu Nov 29, 2007 2:51 am
Posts: 10
Location: Germany
the exports are all right - everythings looks fine. at the admin configuration it seems that we lost the german language support for "Benutze https://"

....take a look at the image...

[attachment=1] oa-https.jpg
oa-https.jpg [ 16.35 KiB | Viewed 5719 times ]


in the de_de.inc i changed the line to

$GLOBALS["lang"]["Use https://"]='Benutze https://';

with stronger quotes (' ') and now it looks a bit better...

[attachment=0] oa-https2.jpg
oa-https2.jpg [ 36.72 KiB | Viewed 5719 times ]


Top
 Profile  
Reply with quote  
PostPosted: Mon Dec 03, 2007 11:07 pm 
Offline
Moderator
User avatar

Joined: Tue Jan 25, 2005 3:09 am
Posts: 2140
Location: Scotland
Thanks, looks a lot better now. SVN 904

_________________
Andrew

[size=85]OA Server: Windows XP/ XAMPP, Mandriva/Apache, Ubuntu
Auditing: 300+ Wstns, 20+ Srvrs, Thin clients, Linux boxes, Routers, etc
OS's: Windows XP , W2K Srvr, W2K3 Srvr, W2K8, Vista, Windows 7, Linuxes (and a Mac at home)
LDAP: Active Directory[/size]


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.  [ 8 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:  
cron
Powered by phpBB® Forum Software © phpBB Group