| Author |
Message |
wizardks New Member


Joined: Aug 01, 2008 Posts: 12
|
Posted:
Wed Oct 14, 2009 5:07 am |
|
How do I find out which version of RN is installed.
I think I have lost my ability to effectively do a search. I know the answer is here some where, an hour of searching and nothing. Must be getting old, big thank you in advance. |
|
|
|
 |
fkelly Moderator

Joined: Aug 30, 2005 Posts: 3136 Location: near Albany NY
|
Posted:
Wed Oct 14, 2009 8:04 am |
|
If you have phpmyadmin browse the nuke_config table. There is a version field that contains the version value. |
|
|
|
 |
luckson New Member


Joined: Aug 02, 2008 Posts: 22 Location: NaGaLim
|
Posted:
Wed Jul 21, 2010 9:18 pm |
|
I wish there are more options to see the installed version of RN without having to check through PhpMyAdmin. I checked through my phpmyadmin and found out the version to be rn 2.40.00 which is different from the one I have it installed. I installed 2.30.01 last year and have never upgraded till then... My site was down for some months and now I am totally lost about versions. |
|
|
|
 |
fkelly Moderator

Joined: Aug 30, 2005 Posts: 3136 Location: near Albany NY
|
Posted:
Thu Jul 22, 2010 6:38 am |
|
There is no simple answer because it is a complex question. The version number in the config table is put there by the upgrade script so what you found implies that you ran the upgrade script to 2.40.00. If you did this and FTP'd the 2.40 distribution correctly then you should be at 2.40. In the utility files directory of the distribution there is also a database comparison utility you can use to compare your tables with the "official" tables as of 2.40. Or you could bite the bullet and just upgrade everything to 2.40.01. There were some important fixes in this "point" release. |
|
|
|
 |
spasticdonkey RavenNuke(tm) Development Team

Joined: Dec 02, 2006 Posts: 1251 Location: Texas, USA
|
Posted:
Thu Jul 22, 2010 7:05 am |
|
you can also check your rnconfig file to see if it matches what you found in the db
define('RAVENNUKE_VERSION', '024000');
I also added the ability for admins to view the current RN version in this block
|
|
|
|
 |
|
|
|
|