you delete old files, you upload new files, . you run upgrade.php
thats the barebones (without going into what you dont delete). whats the problem?
It says you havent upgraded because the version number is taken out a file that you have changed. You ONLY chnaged xmlrpc.php
Thread Starter
hibees
(@hibees)
so all i have to do is take the full downloaded unzipped 2.3.3 version and then upload it using filezilla and overwrite every file?
another thing i’m not too sure on, i used the guide online to back up my database with phpmyadmin but im not sure what to do with backing up the actual site? i know what i’ve to do with copying it all over from the ftp but i’m not exactly sure what files i should be copying. should i just click on the “…” folder and copy everything in there?
sorry if these are all really straight forward things but i’m not sure that even what i’ve done so far is right and i don’t want to make a complete mess of it all.
do you have cpanel? If so, just do a home directory backup. You can also download everything via ftp also, if you like.
as for what files, grab everything, you can never be too safe.
And about the uploading, overwriting .. Yes, thats pretty much it. The trick is to make sure that you actually OVERWRITE — Lots of ftp clients miss files since they compare file sizes and not content. The safe thing to do is to delete, then upload —
Dont delete wp-config.php, and dont delete your plugins or your themes, (basically).
Then run upgrade.php
Piece of cake 🙂
Disable your plugins, btw, first.
The instructions on the codex, if followed, wont do you wrong.
Thread Starter
hibees
(@hibees)
thanks mate, managed to upgrade it properly.