Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> RN v2.20.00 - Feedback
Author Message
milenko
Regular
Regular



Joined: Apr 22, 2006
Posts: 65

PostPosted: Thu May 01, 2008 11:42 pm Reply with quote

I simply love RN. I guess I have been updating sentinel and phpbb over the past year or so. I just now looked and seen RN v2.20.01 is the latest version Embarassed
I would love to upgrade to the latest from my current version (I think) is RN v2.0.02?

Can anyone let me know the best way to attack this? Can I upgrade to the latest RN v2.20.01 from RN v2.00.02, or do I need to upgrade to 2.10 then to 2.20.01? Thanks so much in advance!

RavensScripts
 
View user's profile Send private message
evaders99
Former Moderator in Good Standing



Joined: Apr 30, 2004
Posts: 3221

PostPosted: Fri May 02, 2008 12:48 am Reply with quote

No need to upgrade in steps. Just use the latest full package.
If you have any mods or customizations, you may need to reinstall them.

_________________
- Star Wars Rebellion Network -

Need help? Nuke Patched Core, Coding Services, Webmaster Services 
View user's profile Send private message Visit poster's website
milenko







PostPosted: Fri May 02, 2008 5:24 am Reply with quote

thank you very much, nothing will mess up since sentinel and phpbb is apready updated right? I hope not...
 
montego
Site Admin



Joined: Aug 29, 2004
Posts: 9457
Location: Arizona

PostPosted: Fri May 02, 2008 6:11 am Reply with quote

milenko, correct on NS and phpBB. Just follow the instructions on Upgrading that are in the provided HowToInstall manual.

HOWEVER, since you are so far behind - Sad - I would also suggest that you perform a test upgrade first using a copy of your site onto XAMPP on your local PC! Also, do not gloss over the part about taking backups of your database and files BEFORE you upgrade. Wink

_________________
Where Do YOU Stand?
HTML Newsletter::ShortLinks::Mailer::Downloads and more... 
View user's profile Send private message Visit poster's website
milenko







PostPosted: Fri May 02, 2008 4:24 pm Reply with quote

thanks montego! Here lies the problem, I have never setup a XAMPP and I just moved to a new server because my last one disapeared 7 months into my hosting. The good news is I have a fresh backup of everything as of right now incase something goes screwy on me.

Would it seem like a good idea to just upload the latest rnuke then just upload my database over it, or are the prefix's different in the latest version?

Nervous now Crying or Very sad

BTW no props for keeping sentinel and phpbb up to date? Wink
 
milenko







PostPosted: Fri May 02, 2008 4:31 pm Reply with quote

I did a quick search on google for XAMPP and found it. Thanks. I have an extra old laptop laying around, and I would like to install Linux on it can you suggest a version of Linux to install as a OS, then I will put XAMPP on it. Thanks again!
 
guidyy
Worker
Worker



Joined: Nov 22, 2004
Posts: 208
Location: Italy

PostPosted: Fri May 02, 2008 10:36 pm Reply with quote

Xampp works perfect on windows. Even on my Vista 64b
Linux has it's own apache + php+ mysql + all the toys you need.....
Ubuntu server edition, or Fedora 8 are good linux choice.
 
View user's profile Send private message Visit poster's website MSN Messenger
Guardian2003
Site Admin



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

PostPosted: Sat May 03, 2008 5:42 am Reply with quote

You don't need *nix to install XAMPP.
XAMPP will run under windows and give you everything you need.
 
View user's profile Send private message Send e-mail
steve_lemaster
Worker
Worker



Joined: Dec 26, 2006
Posts: 178

PostPosted: Thu May 15, 2008 3:13 pm Reply with quote

I'm scared to death about upgrading.

_________________
The urge to save humanity is often a false front for the urge to rule.

- H.L. Mencken 
View user's profile Send private message Send e-mail
montego







PostPosted: Thu May 15, 2008 6:26 pm Reply with quote

steve_lemaster, the only thing to fear is fear itself.... with a local copy of your site running on XAMPP (actually the components of it), you can try and try and try and try all you want until you get it right. Then you have the process down to apply on your live site.

Don't be afraid my friend... step out of the comfort zone... stretch your limits... blah blah blah blah, but do so locally. Wink
 
steve_lemaster







PostPosted: Thu May 15, 2008 6:29 pm Reply with quote

Well, I got XAMPP installed and running. IIRC, don't I have to copy my site into one of the directories in XAMPP?
 
montego







PostPosted: Thu May 15, 2008 6:37 pm Reply with quote

XAMPP's Apache is "homed" under xampp/htdocs. You can build off of that directory as many sites as you wish. Just give each one a different directory name. I would at least set it up with way even if you currently have only ONE site as you will quickly find a need for more... Wink
 
steve_lemaster







PostPosted: Thu May 15, 2008 6:43 pm Reply with quote

Ok. Did that.

Now, I get a MySQL error and that was the issue I have always had, because I don't know how to fix it.
 
montego







PostPosted: Thu May 15, 2008 6:46 pm Reply with quote

Well, can't really help you if you are not going to post the error.... Sad
 
steve_lemaster







PostPosted: Thu May 15, 2008 6:53 pm Reply with quote

It's the standard error that reoprts not being able to connect to the MySQL database.

I think I may have to make some changes to the confog.php file.

Closing up shop and will get you more accurate description when I get home.
 
Gremmie
Former Moderator in Good Standing



Joined: Apr 06, 2006
Posts: 2415
Location: Iowa, USA

PostPosted: Thu May 15, 2008 8:19 pm Reply with quote

Yes, you'll likely have to change the config.php file. By default the database user under XAMPP is root with no password.

_________________
GCalendar - An Event Calendar for PHP-Nuke
Member_Map - A Google Maps Nuke Module 
View user's profile Send private message
steve_lemaster







PostPosted: Thu May 15, 2008 10:49 pm Reply with quote

config.php file found!
I was unable to reach your MySQL server using the MySQL connection settings in your nuke config.php file. The exact error message that your MySQL server reported is Access denied for user 'global_nuke1'@'localhost' (using password: YES).


This is the part that I could never get right. Here is what I have in config.php

Code:
$dbhost = "localhost";

$dbuname = "xampp_nuke1";
$dbpass = "";
$dbname = "xampp_nuke1";
$prefix = "xampp";
$user_prefix = "xampp";
$dbtype = "MySQL";
$sitekey = "SwSDsyrrOQu3k7oOkKB2Df/%(-0394ยท$%/";
$gfx_chk = 0;
$subscription_url = "";
$admin_file = "admin";
$tipath = "images/topics/";
 
steve_lemaster







PostPosted: Thu May 15, 2008 11:32 pm Reply with quote

I don't know how to make it connect to the database.

Where is it? Where do I put it? How do I install it?

This part of XAMPP has always caused me to walk away from it.
 
montego







PostPosted: Fri May 16, 2008 5:45 am Reply with quote

As per the HowToInstall manual's instructions, you must first have created a database and user, and then given that user permissions to that database.

With XAMPP, you can use phpMyAdmin to do this. I think you can access it via the following URL:
[ Only registered users can see links on this board! Get registered or login! ]

You should see an option to create a database and then you go to Permissions to create your user.
 
steve_lemaster







PostPosted: Fri May 16, 2008 9:55 am Reply with quote

Did that.

It's the tables that I am having issues with.

When I modify the config.php, I can never get it to connect even though the set up sees it.

So, obviously, I am missing something in the database setup in phpMyAdmin.
 
steve_lemaster







PostPosted: Fri May 16, 2008 10:28 am Reply with quote

WOOT!

See, what did I tell you montego!

Monkeys can learn!
 
steve_lemaster







PostPosted: Fri May 16, 2008 10:34 am Reply with quote

Uh oh.

What does this mean:

Quote:
Unable to Update nuke1_config table. MySQL reported: Table 'nuke1.nuke1_config' doesn't exist
 
steve_lemaster







PostPosted: Fri May 16, 2008 11:09 am Reply with quote

I finally got it up and running, however, I receive this line at the top of the page:

Warning: include_once(modules/RWH_WhoIsWhere/includes/RWH_wiw.inc.php) [function.include-once]: failed to open stream: No such file or directory in C:\xampp\htdocs\index.php on line 41

Warning: include_once() [function.include]: Failed opening 'modules/RWH_WhoIsWhere/includes/RWH_wiw.inc.php' for inclusion (include_path='.;C:\xampp\php\pear\') in C:\xampp\htdocs\index.php on line 41


I removed that line and I still receive it.

How do I remove it?
 
steve_lemaster







PostPosted: Fri May 16, 2008 12:09 pm Reply with quote

Fixed it.

I love Nuke. I only wish I could code it.
 
montego







PostPosted: Sat May 17, 2008 11:12 am Reply with quote

Wow, I step away for awhile and look at the progress! Lesson for me: step away more often. Laughing

Good job steve_lemaster! :clap:
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> RN v2.20.00 - Feedback

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 ©