Author |
Message |
chatserv
Member Emeritus
![](modules/Forums/images/avatars/Risque/fhf215.jpg)
Joined: May 02, 2003
Posts: 1389
Location: Puerto Rico
|
Posted:
Wed Jan 19, 2005 11:15 pm |
|
Found this on the one for Nuke 7.6, not sure if it applies to the UNI version.
On upgrading the version number is set correctly on the config db table but on a new install it gets listed as 2.1.2
File: nsnst.php
Find:
Code:$result = $db->sql_query("INSERT INTO ".$prefix."_nsnst_config VALUES ('version_number', '2.1.2')");
|
Change to:
Code:$result = $db->sql_query("INSERT INTO ".$prefix."_nsnst_config VALUES ('version_number', '2.1.3')");
|
|
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
chatserv
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Jan 19, 2005 11:26 pm |
|
If you have done a fresh install correct the version number with the following, save to a file, name something like nsnstvn.php upload to where mainfile.php is located and point your browser to it, delete once done.
Code:<?php
include("mainfile.php");
$db->sql_query("UPDATE ".$prefix."_nsnst_config SET config_value='2.1.3' where config_name='version_number'");
echo "NukeSentinel version number updated, <b>Delete This File Now</b><br><br>Go to <a href=\"admin.php?op=ABMain\">NukeSentinel™ Admin</a>";
?>
|
|
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
hitwalker
Sells PC To Pay For Divorce
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined:
Posts: 5661
|
Posted:
Thu Jan 20, 2005 8:28 am |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Muffin
Client
![](modules/Forums/images/avatars/acb9e660413114ce222fd.jpg)
Joined: Apr 10, 2004
Posts: 649
Location: UK
|
Posted:
Thu Jan 20, 2005 6:10 pm |
|
Thanks Chat |
_________________ Classic Mini rules the bends & bends the rules!
[img] |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
64bitguy
The Mouse Is Extension Of Arm
![](modules/Forums/images/avatars/183ecd6a404a3683445de.gif)
Joined: Mar 06, 2004
Posts: 1164
|
Posted:
Thu Jan 20, 2005 8:24 pm |
|
Yeah, that was identified quite a while ago, but it's still not updated either here or at NSN. Not sure why as Bob pointed out the fix a few weeks ago.
The easiest phpmyadmin fix is simply running this below query after a fresh install.
Code:UPDATE nuke_nsnst_config SET config_value='2.1.3' WHERE config_name='version_number';
|
|
_________________ Steph Benoit
100% Section 508 and W3C HTML5 and CSS Compliant (Truly) Code, because I love compliance. |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Raven
Site Admin/Owner
![](modules/Forums/images/avatars/45030c033f18773153cd2.gif)
Joined: Aug 27, 2002
Posts: 17088
|
Posted:
Thu Jan 20, 2005 11:27 pm |
|
What a bunch of whiners. It's fixed here. ![Smack](modules/Forums/images/smiles/smack.gif) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
chatserv
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Jan 21, 2005 10:55 am |
|
lol i posted it because it was not fixed at nukescripts when i downloaded it :p |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
64bitguy
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Jan 21, 2005 11:00 am |
|
Speaking for the rest of the whiners (or is that Winers? or possibly Winners) I can only say, TY
![Smile](modules/Forums/images/smiles/icon_smile.gif) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
|