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 Tue Mar 19, 2024 1:01 pm

All times are UTC + 10 hours




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
PostPosted: Fri Oct 02, 2009 5:07 pm 
Offline
Newbie

Joined: Wed Sep 05, 2007 1:20 am
Posts: 23
Hi,

The upgrade.php script's modify_config function has not been updated for the last three sql version changes making open-audit believe the sql database is always outdated and failing to update it every time. It is cosmetical but at the same time won't confuse users. Here's the simple fix and the updated upgrade.php attached in a zip file:

[code]
$ svn diff upgrade.php
Index: upgrade.php
===================================================================
--- upgrade.php (revision 1188)
+++ upgrade.php (working copy)
@@ -582,8 +582,6 @@
`ldap_connections_password` = AES_ENCRYPT(AES_DECRYPT(`ldap_connections_password`,'".$old_aes_key."'),'".$aes_key."')";
$result = mysql_query($sql);

-modify_config("version", "09.03.17");
-
// ************* Version 09.05.05 *******************************************************************
$sql = "ALTER TABLE `ldap_connections` ADD COLUMN `ldap_connections_use_ssl` tinyint(1) NOT NULL default '0';";
upgrade ($version,"09.05.05", $sql);
@@ -603,6 +601,8 @@

// ************************************************************************************************

+modify_config("version", "09.09.03");
+
set_time_limit (30);

?>
[/code]


Attachments:
File comment: upgrade.php
upgrade.php.zip [6.25 KiB]
Downloaded 458 times
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.  [ 1 post ] 

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