sparkyewu
Member
Posted 4 years ago #
After update using svn and trying to just download full app and over write files I still get a message in admin that says a update is avaliable. wp-includes/verson.php shos 2.3.3 and a svn sw to 2.3.3 says i'm at the correct revision. Any sugguestions?
Have you tried clearing your browser cache?
sparkyewu
Member
Posted 4 years ago #
Yep, and different browsers.
Then you didn't upgrade properly. Make sure all the files were uploaded to your site.
sparkyewu
Member
Posted 4 years ago #
Ok, I just did a full download of latest.tar.gz, renamed my blog folder to wordpress and did a tar -xvzf latest.tar.gz, then watched it go into wordpress. Renamed my blog directory back to what it was and guess what, still says 2.3.2. How is that not upgrading properly?
Well view the source of your blog and look for the meta tag called generator and see what it says the version is there.
sparkyewu
Member
Posted 4 years ago #
Is there any other file that dictates version?
sparkyewu
Member
Posted 4 years ago #
2.3.2
But here is a direct copy of wp-includes/version.php, oh and I have disabled all plugins to test as well.
<?php
// This holds the version number in a separate file so we can bump it without cluttering the SVN
$wp_version = '2.3.3';
$wp_db_version = 6124;
?>
Is there any other file that dictates version?
No, just version.php. All the other files get their version numbers from there.
So, perhaps your site isn't actually where you think it is? Or maybe you have a cache interfering?
How about give a link to your blog and we can tell if it is a cache issue.
sparkyewu
Member
Posted 4 years ago #
Both the feed and the main site still say 2.3.2. I'm thinking that you uploaded the files to the wrong place. I can't think of anything else that makes any sense.
sparkyewu
Member
Posted 4 years ago #
Yea i wish that was the case. I've been running wordpress since 1.1 so I've done a update or two. What is weird is that svn sw ..../2.3.3/ says i'm at the right revision, and all the files check out against 2.3.3 with a diff meaning i'm at 2.3.3 for all intents and purposes. I think i'm going to do a backup of the db, and just try to start fresh. Maybe svn got me in some weird state.
Did any of your files have conflicts when you used svn. I've run into this problem with the version.php file before. Check your wp-includes folder and make sure there aren't and files with odd extensions like .R6723 (just an arbitrary number.)
sparkyewu
Member
Posted 4 years ago #
Yep that was the problem, as soon as I cleaned up any svn conflicts the upgrade was fine. Thanks for you help everyone. :) I'm sure the next upgrade will go great