Free Web Hosting Forum
Go Back   Free Web Hosting Forum > Website Building > Content Managament Systems
Reload this Page Updating WordPress: Manual WordPress Upgrade Guide
Reply
 
Thread Tools Display Modes
(#1 (permalink))
Old
Samnwb's Avatar
Member
Samnwb is on a distinguished road
 
Posts: 49
Join Date: Mar 2011
Location: UK
Exclamation Updating WordPress: Manual WordPress Upgrade Guide - 03-20-2011, 07:51 PM

Manual Update

These are the short instructions, if you want more check out the extended upgrade instructions. If you experience problems with the Three Step Update, you may want to review the more detailed upgrade instructions

For these instructions, it is assumed that your blog's URL is http://example.com/wordpress/.

Step 1: Replace WordPress files

1. Get the latest WordPress zip (or tar.gz) file.
2. Unpack the zip file that you downloaded.
3. Delete the old wp-includes and wp-admin directories on your web host (through your FTP or shell access).
4. Using FTP or your shell access, upload the new wp-includes and wp-admin directories to your web host, overwriting old files.
5. Upload the individual files from the new wp-content folder to your existing wp-content folder, overwriting existing files. Do NOT delete your existing wp-content folder. Do NOT delete any files or folders in your existing wp-content directory (except for the one being overwritten by new files).
6. Upload all new loose files from the root directory of the new version to your existing wordpress root directory.

NOTE - you should replace all the old WordPress files with the new ones in the wp-includes and wp-admin directories and sub-directories, and in the root directory (such as index.php, wp-login.php and so on). Don't worry - your wp-config.php will be safe.

Be careful when you come to copying the wp-content directory. You should make sure that you only copy the files from inside this directory, rather than replacing your entire wp-content directory. This is where your themes and plugins live, so you will want to keep them. If you have customized the default or classic themes without renaming them, make sure not to overwrite those files, otherwise you will lose your changes. (Though you might want to compare them for new features or fixes..)

Lastly you should take a look at the wp-config-sample.php file, to see if any new settings have been introduced that you might want to add to your own wp-config.php.

Step 1.5: Remove .maintenance file
(This step shouldn't be necessary with www.000webhost.com)

If you're upgrading manually after a failed auto-upgrade, delete the file .maintenance from your WordPress directory using FTP. This will remove the "failed update" nag message.

Step 2: Update your installation

Visit your main WordPress admin page at /wp-admin. You may be asked to login again. If a database upgrade is necessary at this point, WordPress will detect it and give you a link to a URL like http://example.com/wordpress/wp-admin/upgrade.php. Follow that link and follow the instructions. This will update your database to be compatible with the latest code. You should do this as soon as possible after step 1.

Step 3: Do something nice for yourself

If you have caching enabled, your changes will appear to users more immediately if you clear the cache at this point (and if you don't, you may get confused when you see the old version number in page footers when you check to see if the upgrade worked).

Your WordPress installation is successfully updated. That's as simple as we can make it without Updating WordPress Using Subversion.

Consider rewarding yourself with a blog post about the update, reading that book or article you've been putting off, or simply sitting back for a few moments and letting the world pass you by.

Step 4: Final Steps

Your update is now complete, so you can go in and enable your Plugins again. If you have issues with logging in, try clearing cookies in your browser.

Troubleshooting

If anything has gone wrong, then the first thing to do is go through all the steps in our extended upgrade instructions. That page also has information about some of the most common problems we see.

If you experience problems after the upgrade, you can always restore your backup and replace the files with ones from your previous version from the release archive.

Source: Updating WordPress

Last edited by Samnwb; 03-20-2011 at 08:02 PM.
Reply With Quote
Sponsored Links
(#2 (permalink))
Old
lobrc's Avatar
Administrator
lobrc is on a distinguished road
 
Posts: 5,046
Join Date: Jan 2010
Location: http://www.lobrc.net
Default 03-20-2011, 07:53 PM

Moved > Content Managament Systems


FREE SCRIPT INSTALLATION SERVICE | PREMIUM HOSTING* | LOBRC.NET

*All packages include Quality Support, Website Builder, Free Site Migration, 30 Day Money Back Guarantee, Official cPanel and Fantastico Autoinstaller.

Plus get 20% off with promo code 000WH20. Contact sales for more information.
Reply With Quote
(#3 (permalink))
Old
CSS_Man's Avatar
Senior Member
CSS_Man is on a distinguished road
 
Posts: 2,912
Join Date: Jun 2010
Location: Earth
Default 03-20-2011, 07:59 PM

Thanks for the nice guide. I might have to refer to this when wordpress 3.2 is officially released, hopefully it will just work the first time though
Reply With Quote
(#4 (permalink))
Old
Samnwb's Avatar
Member
Samnwb is on a distinguished road
 
Posts: 49
Join Date: Mar 2011
Location: UK
Default 03-20-2011, 08:12 PM

Quote:
Originally Posted by lobrc View Post
Moved > Content Managament Systems
Oops, im sincerely sorry for posting this in the wrong forum section (silly me).

Quote:
Originally Posted by CSS_Man View Post
Thanks for the nice guide. I might have to refer to this when wordpress 3.2 is officially released, hopefully it will just work the first time though
Well, I just upgraded my WordPress from 3.0.1 to 3.1, which was well overdue, it had been so long since my last WordPress upgrade that I had completely forgotten about what I had did about this upgrade issue the last time, because as we all know www.000webhost.com doesn't like the WordPress Automatic Update feature, and after searching through these forums for a possible solution, it quickly became apparent that many others would benefit from having this guide posted here.

Last edited by Samnwb; 03-20-2011 at 08:18 PM.
Reply With Quote
(#5 (permalink))
Old
CSS_Man's Avatar
Senior Member
CSS_Man is on a distinguished road
 
Posts: 2,912
Join Date: Jun 2010
Location: Earth
Default 03-20-2011, 08:16 PM

I haven't experienced the pleasure of trying to upgrade yet, but I'll gladly take your word for it that it won't go as planned.
Reply With Quote
(#6 (permalink))
Old
Samnwb's Avatar
Member
Samnwb is on a distinguished road
 
Posts: 49
Join Date: Mar 2011
Location: UK
Default 03-20-2011, 08:21 PM

Quote:
Originally Posted by CSS_Man View Post
I haven't experienced the pleasure of trying to upgrade yet, but I'll gladly take your word for it that it won't go as planned.
From what I have previously read on here, the main catalyst for causing the WordPress Automatic Update feature to fail is the .zip size, I think that its because the upgrade file exceeds 2MB, and hence it fails to automatically download/unpack ect.

Last edited by Samnwb; 03-20-2011 at 08:24 PM.
Reply With Quote
(#7 (permalink))
Old
CSS_Man's Avatar
Senior Member
CSS_Man is on a distinguished road
 
Posts: 2,912
Join Date: Jun 2010
Location: Earth
Default 03-20-2011, 08:23 PM

I know when I installed the first time the ftp timed out several times and I had to upload in several different portions. I'm not sure if the file size limit is 2mb, but that could be true. I personally think that it fails because it times out, but what do I know.
Reply With Quote
(#8 (permalink))
Old
Samnwb's Avatar
Member
Samnwb is on a distinguished road
 
Posts: 49
Join Date: Mar 2011
Location: UK
Default 03-20-2011, 08:30 PM

Quote:
Originally Posted by CSS_Man View Post
I know when I installed the first time the ftp timed out several times and I had to upload in several different portions. I'm not sure if the file size limit is 2mb, but that could be true. I personally think that it fails because it times out, but what do I know.
Oh well, whatever the cause, im sure that this thread will come to be very useful one day, as i've never previously got the WordPress Automatic Update feature to work with www.000webhost.com, but this guide is worth its weight in gold, as it works perfectly, the manual upgrade procedure is only a minor inconvenience when you follow the above simple steps.

Last edited by Samnwb; 03-20-2011 at 08:34 PM.
Reply With Quote
(#9 (permalink))
Old
lobrc's Avatar
Administrator
lobrc is on a distinguished road
 
Posts: 5,046
Join Date: Jan 2010
Location: http://www.lobrc.net
Default 03-20-2011, 09:52 PM

Quote:
Originally Posted by Samnwb View Post
Oh well, whatever the cause, im sure that this thread will come to be very useful one day, as i've never previously got the WordPress Automatic Update feature to work with www.000webhost.com, but this guide is worth its weight in gold, as it works perfectly, the manual upgrade procedure is only a minor inconvenience when you follow the above simple steps.
Thread temporarily stuck


FREE SCRIPT INSTALLATION SERVICE | PREMIUM HOSTING* | LOBRC.NET

*All packages include Quality Support, Website Builder, Free Site Migration, 30 Day Money Back Guarantee, Official cPanel and Fantastico Autoinstaller.

Plus get 20% off with promo code 000WH20. Contact sales for more information.
Reply With Quote
(#10 (permalink))
Old
Junior Member
affweb is on a distinguished road
 
Posts: 6
Join Date: Nov 2011
Question wordpress installation error - 11-03-2011, 02:22 PM

Hi!
I'm new around here and I'm trying to make a site to A Fine Frenzy, so I kinda needed to install wordpress on my site. But when I try to install it after updating the personal fields (database, user, server...) it gives a error message.



Does anyone have any idea how can I solve this problem?

Thank you so much

By the way, I love all these free features, thank you so much

Ok the message it's pretty clear but the problem is I have my php working and it tells it doesn't...
Reply With Quote
Reply

Tags
guide, manual, update, upgrade, wordpress

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Forum Jump



Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.5.2
vBulletin Skin developed by: vBStyles.com