MyBB Community Forums

Full Version: Upgrade problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
I replaced the files for 1.6.2 but it still says on the Version Check page that I'm running 1.6.1 Huh
Did you replace the old ./inc/class_core.php, with the new one? If not, try re-downloading a copy of the 1.6.2 upgrade, and upload a new copy of ./inc/class_core.php.

Or, you can edit the current ./inc/class_core.php you have uploaded, and do the following:

Find:
public $version = "1.6.1";

Replace with:
public $version = "1.6.2";

Find:
public $version_code = 1601;

Replace with:
public $version_code = 1602;
Working now thanks, rep given.
No no no no no, don't just make this change, this is possibly the worst thing you could do considering this is a security release. You need to make sure you've actually got the new files, not just manually change the version number in the file to make the version appear updated.

Go to ACP > Tools & Maintenance > File Verification > run this, does it say any files are changed??
(2011-02-22, 03:31 PM)MattRogowski Wrote: [ -> ]No no no no no, don't just make this change, this is possibly the worst thing you could do considering this is a security release. You need to make sure you've actually got the new files, not just manually change the version number in the file to make the version appear updated.

Go to ACP > Tools & Maintenance > File Verification > run this, does it say any files are changed??

Yes:

images/smilies/angry.gif Changed
images/smilies/blush.gif Changed
images/smilies/rolleyes.gif Changed
images/smilies/huh.gif Changed
images/smilies/sad.gif Changed
images/smilies/cool.gif Changed
images/smilies/wink.gif Changed
images/smilies/smile.gif Changed
images/smilies/biggrin.gif Changed
images/smilies/tongue.gif Changed
inc/init.php Changed
inc/functions.php Changed
inc/languages/english/global.lang.php Changed
inc/languages/english/memberlist.lang.php Changed
admin/modules/config/plugins.php Changed