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 Sat Apr 20, 2024 1:13 am

All times are UTC + 10 hours




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 9 posts ] 
Author Message
 Post subject: prob with svn 681
PostPosted: Fri Dec 22, 2006 4:26 am 
Offline
Newbie

Joined: Tue Mar 08, 2005 9:05 am
Posts: 34
dang it! so, i finally went into production with oa. and of course, i can't get it to work at all. if i'm not mistaken, the problem is with the latest setup.php. so...

i run xampp. i run tortoise. i reboot. i get the files via tortoise. i run setup.php and i get a page full of junk. [url=http://www.cheshirecousin.com/shmeg/svn681.jpg]here's[/url] a screenie.

i'm gonna go bang my head against the wall now...

thx!


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Fri Dec 22, 2006 4:36 am 
The issue is that you are running the php file as a local file. Therefore it is not being processed by php, so you get junk. Try browsing using http:// instead of file:// and make sure you get the web server ip right :)


Top
  
Reply with quote  
 Post subject:
PostPosted: Fri Dec 22, 2006 4:52 am 
Offline
Newbie

Joined: Tue Mar 08, 2005 9:05 am
Posts: 34
oh, okay, i see. thx! (i know i used to be able to browse to the file. but now that i know...)

so, [url=http://www.cheshirecousin.com/shmeg/oa681.JPG]here's[/url] my new problem. i guess all this would be easier if i knew php, huh?


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Fri Dec 22, 2006 5:42 am 
Paste your include_config.php here, block out passwords, etc.


Top
  
Reply with quote  
 Post subject:
PostPosted: Fri Dec 22, 2006 5:57 am 
Offline
Newbie

Joined: Tue Mar 08, 2005 9:05 am
Posts: 34
thx, mikey!

[code]<?php
$mysql_server = 'localhost';
$mysql_database = 'openaudit';
$mysql_user = 'shmengie';
$mysql_password = 'XXXXX';

$use_https = 'n';
// An array of allowed users and their passwords
// Make sure to set use_pass = "n" if you do not wish to use passwords
$use_pass = 'n';
$users = array(
'admin' => 'Open-AudIT'
);


// Config options for index.php
$show_other_discovered = 'y';
$other_detected = '3';

$show_system_discovered = 'y';
$system_detected = '3';

$show_systems_not_audited = 'y';
$days_systems_not_audited = '3';

$show_partition_usage = 'y';
$partition_free_space = '1000';

$show_software_detected = 'y';
$days_software_detected = '1';

$show_patches_not_detected = 'y';
$number_patches_not_detected = '5';

$show_detected_servers = 'y';
$show_detected_xp_av = 'y';
$show_detected_rdp = 'y';

$show_os = 'y';
$show_date_audited = 'y';
$show_type = 'y';
$show_description = 'n';
$show_domain = 'n';
$show_service_pack = 'n';

$count_system = '30';

$vnc_type = 'real';

$round_to_decimal_places = '2';

$management_domain_suffix = 'local';

$use_ldap_integration= 'n';

$ldap_base_dn= 'dc=domain,dc=local';

$ldap_server = 'myserver.local';

$ldap_user = 'unknown@domain.local';

$ldap_secret = 'password';

$full_details = '';

$language = 'en';

?>[/code]


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Fri Dec 22, 2006 6:26 am 
Odd. Maybe someone will have a bright idea, I don't atm.


Top
  
Reply with quote  
 Post subject:
PostPosted: Fri Dec 22, 2006 7:01 pm 
Offline
Moderator
User avatar

Joined: Tue Jan 25, 2005 3:09 am
Posts: 2140
Location: Scotland
Hmmm... seems to be a problem with the setup, it doesn't seem to have created the database. Watch the bugs forum for a fix.

see http://www.open-audit.org/phpbb2/viewtopic.php?t=1881

I will ask Mark to change this release asap.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Fri Dec 22, 2006 11:57 pm 
Offline
Newbie

Joined: Tue Mar 08, 2005 9:05 am
Posts: 34
thx, will do.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Sat Dec 23, 2006 2:55 am 
Offline
Newbie

Joined: Tue Mar 08, 2005 9:05 am
Posts: 34
thx, worked (mostly) like a champ. i did get an error about user creation, but i don't really care, so long as it's auditing and generating pages.

thx to you and everyone for putting up with us php-diots!


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.  [ 9 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