Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Converting/Creating General Discussion
Author Message
rapidfire48
New Member
New Member



Joined: Feb 21, 2009
Posts: 3
Location: New York

PostPosted: Sat Feb 21, 2009 9:46 am Reply with quote

I have Php Nuke 7.6 on my site and I want to install Ravens nuke. Is there any tutorials on how to do this without losing any content on my site?

Any help will do. I am having security issues and I need something much more secure than PHP-Nuke
 
View user's profile Send private message Visit poster's website MSN Messenger
Palbin
Site Admin



Joined: Mar 30, 2006
Posts: 2583
Location: Pittsburgh, Pennsylvania

PostPosted: Sat Feb 21, 2009 10:17 am Reply with quote

http://www.ravennuke.com/HowToInstall/

_________________
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." — Brian W. Kernighan. 
View user's profile Send private message
rapidfire48







PostPosted: Sat Feb 21, 2009 10:19 am Reply with quote

Would any one from ravens nuke be willing to do this for a price ? If so pm me how much and we can talk. I do not want to lose any content on my site and I should have went this way long ago.
 
fkelly
Former Moderator in Good Standing



Joined: Aug 30, 2005
Posts: 3312
Location: near Albany NY

PostPosted: Sat Feb 21, 2009 10:33 am Reply with quote

There is a for hire forum that you can post your request in. It is more likely to be seen and responded to there.
 
View user's profile Send private message Visit poster's website
smokeycsq
New Member
New Member



Joined: Nov 04, 2010
Posts: 10

PostPosted: Fri Jan 17, 2014 10:09 am Reply with quote

I run phpnuke 7.5 and want to convert to ravennuke

http://rnwiki.ravennuke.com/wiki/RavenNuke2:Upgrades_and_Migrations , i did al these steps, upgrade my database from 7.5 to 7.6 ..changed the num version field to rn2.02.00 in phpmyadmin
and then i run rndb_upgrade.php ...but got this message.

Error in Configuration Value

The valid values of the configuration field for updating by this program are rn2.02.00, rn76v2.02, rnv2.02.02, rn2.10.00, rn2.10.01, rn2.20.00, rn2.20.01, rn2.30.00, rn2.30.01, rn2.30.02, rn2.40.00, rn2.40.01, and rn2.50.00. Your system does not have one of those values. This program cannot be used to upgrade other versions. The configuration field is stored in the config table in your MYSQL database in a field called Version_Num. Your system is reporting a value of rn2.02.00 .
 
View user's profile Send private message
kguske
Site Admin



Joined: Jun 04, 2004
Posts: 6437

PostPosted: Fri Jan 17, 2014 12:15 pm Reply with quote

Not sure, but maybe remove the space at the end via phpMyAdmin?

_________________
I search, therefore I exist...
Only registered users can see links on this board! Get registered or login!
 
View user's profile Send private message
smokeycsq







PostPosted: Fri Jan 17, 2014 1:26 pm Reply with quote

thank you for reply.

but remove a space ? dont know what you mean.
I was thinking maby its because i have 7.5 patched ?.

I want to move my users (nuke_users) to ravennuke users database... i tried export and import etc.. i dont have any luck yet.
 
smokeycsq







PostPosted: Fri Jan 17, 2014 3:45 pm Reply with quote

Your Sentinel configuration value was detected as
(This is the value that is in the "config_value" field of your nsnst_config table.)

This is not a legitimate configuration value for this update... please correct it or post the issue in our forums... execution is being terminated to avoid further issues.

The valid values for the configuration setting of Nukesentinel™ for this update are:•2.4.2pl5
•2.4.2pl6
•2.4.2pl7
•2.4.2pl8
•2.4.2pl9
•2.5.00
•2.5.01
•2.5.02
•2.5.03
•2.5.04
•2.5.05
•2.5.06
•2.5.07
•2.5.08
•2.5.09
•2.5.10
•2.5.11
•2.5.12
•2.5.13
•2.5.14
•2.5.15
•2.5.16
•2.5.17
•2.5.18
•2.6.00
•2.6.01
•2.6.02
These are the only versions that we are able to upgrade from. If you have a much older version, it might be best to get the latest full install from Ravenphpscripts and perform a re-installation of the tables and files.

If you have already upgraded to 2.6.03 then you do not need to run this.

If you are ABSOLUTELY SURE of your version number, you may correct it using phpMyAdmin or another tool and rerun this script. Just BE SURE of yourself before you take this approach.
 
Guardian2003
Site Admin



Joined: Aug 28, 2003
Posts: 6799
Location: Ha Noi, Viet Nam

PostPosted: Sat Jan 18, 2014 5:34 am Reply with quote

smokeycsq is it only your user and admin table data you need to transfer or is it all of the information like news posts, forum posts etc?
If it's just the user/admin data I can make a simple script to do that but if it's all of the data, it might take me a couple of days, with my limited time to write a custom migration script, especially if you have forum or module modifications.
 
View user's profile Send private message Send e-mail
smokeycsq







PostPosted: Sun Jan 19, 2014 6:30 am Reply with quote

its working now Smile

there was indeed a weird "space" rn2.02.00 . i copied and paste..after fixing that the installer (upgrade) went on.
Sentinel i fixed by running rndb_upgrade_nukesentinel...after that i run the installer (rndb_upgrade) again....
it gave allot errors but it update my database also Smile

Removing the installation map...to check if everything works...it give me a white page.... Mad
then i thought lets try something else..... i took a clean working ravennuke database.... and replaced the tables ,nuke_users, nuke_bb.....etc with the tables out the database i run the upgrade script on.
phpmyadmin dont overwrite a table, so i first had to remove the tables i want to replace, and now it works.
So i have my users back and a working forum running on ravennuke Smile

I dont think this is the way to do it, but it worked for me ...after testing i didnt found any errors so far Wink
Srry for my english writing its not that good.
 
kguske







PostPosted: Sun Jan 19, 2014 7:43 am Reply with quote

If you previously added mods to your installation, that could have caused errors in the upgrade scripts. It could be things like a new index that already exists, but it's good to know if there are real issues.

You can use Guardian's compare_tables.php utility that came with your distribution to see if the tables were updated correctly. When I upgrade sites, I use compare_tables.php to clear all database issues, and haven't had any database-related issues after upgrading.
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Converting/Creating General Discussion

View next topic
View previous topic
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 vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©