Installing Wordpress2.6.3 in newbietalk

Jerrylee

Member
Nov 16, 2008
13
0
51
Hi,
I have hosting with BlueVoda.com, and have deleted Wordpress2.3.1 from Fantastico in cPanel in preparation for installing Wordpress2.6.3.
I have the unzipped files on my hardrive ready to upload.
I'm using cPanel 11.23.6, I need click by click, page by page help to upload the files because of my lack of knowledge of even the basics of these steps in the install.
I don't know the advantages or disadvantages of installing in the root or a sub directory.
Well I guess that's about it, anybody?? Pretty Please
Thanks,
Jerry
 

Infopro

Well-Known Member
May 20, 2003
17,075
524
613
Pennsylvania
cPanel Access Level
Root Administrator
Twitter

Sean.barron

Active Member
Aug 16, 2008
33
0
56
Steps to upgrade Wordpress version manually:-

1. Download and extract the WordPress upgrade to your hard drive.

2. If plugins are important to you, make sure your plugins are compatible with the version of WordPress that you are upgrading to. You can do this be searching google on WordPress and the name of the plugin.

3. Backup your database. You can do this through cpanel or via the WordPress databases backup plugin. You are already backing up your database, right?

4. Test the backup. It should look like a big text file of running together gibberish. If you don’t have that, then stop the upgrade

5. Backup your WordPress files - all of them. Backup the wp-admin, wp-content, wp-includes, and all of the files in your blog directory. You can do this via cpanel or via ftp. I use ftp and copy them all over to my hard drive so I have them while upgrading. You should be backing up these files on a regular basis as well. Thinkdave has a great guide to using ftp with Filezilla.

6. Test the backup. Spot check and make sure the files are there - especially wp-config.php and your wp-content folder.

7. Install and activate the Maintenance Mode plugin. One note here - if you are backing up from a much older version of WordPress, skip this step. I find it can cause unnecessary problems and it’s better for your site to simply be down temporarily then to have to struggle to bring it backup later.

8. Deactivate ALL of your plugins, except for Maintenance Mode. Please don’t skip this step

9. Logout of WordPress

10. Ok - back to FTP or your cpanel file manager.

11. Delete WP-Admin - yes, the entire folder

12. Delete WP-Includes - if you have language files, keep those. I haven’t upgraded a site that had them so most of you are safe in deleting the entire folder. And remember, we already made backups.

13. Delete all of the files in the blog directory such as wp-cron.php, wp-login.php, etc except for wp-config.php (that contains your database information). But if you get delete happy, you already have a backup.

14. DO NOT delete wp-content. Some upgrade instructions say to keep some of the files but not all of them. 98% of the time leaving that directory alone is just fine.

15. Now we are ready to upload the new WordPress files

16. Upload the wp-admin directory

17. Upload the wp-includes directory

18. Upload the main blog directory files such as wp-cron.php and wp-login.php The upgrade files should not have wp-config.php but, if it does, don’t overwrite yours.

19. In your web browser, go to your site http://www.yoursite.com/blog/wp-admin/upgrade.php

20. You may be asked to login. Login.

21. If it was more than a .1 version upgrade, you may get a message saying your database needs to be upgraded. Click the button and upgrade.

22. Activate and upgrade your plugins.

23. If all is well, you are done and are now enjoying your freshly upgraded WordPress
 

Jerrylee

Member
Nov 16, 2008
13
0
51
Thanks guys,
I think I'm getting the idea.
I do know something about blogging(I have two free ones cashblog-n.com on Blogger, and ebizinfosite.com at Wordpress.com), and believe me I have been doing alot of reading on the subject.
I don't have a blog on my server now so this will be just a clean install, no content to mess with.
The Wordpress files should be uploaded to the public_html folder in File Manager in cpanel right?
Now if uploaded in to that folder that would be in the root correct?
If I create a new folder in there that would be in a sub directory right?
I also have made a few websites weluvbabies.com to sell some products from clickbank that I had some success with AdWords.
I guess my problem is a lack of understanding of some of the very basics.
I can build websites(with WYSIWYG of course) ect. but don't know how to upload a file from my computer, whats up with that!
Anyway thanks again for your help,
Jerry
 
Last edited by a moderator:

Infopro

Well-Known Member
May 20, 2003
17,075
524
613
Pennsylvania
cPanel Access Level
Root Administrator
Twitter
Your host should be better equiped to help you with this sort of thing. These are forums are not for this.

All files you want to share with the world should be placed inside the public_html directory. The links above should answer the rest of your questions.