MyBB Community Forums

Full Version: How to fix version check in ACP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
If your version checker is broken (IE: Saying any version is current, not showing the current version, etc) edit the file

MYBB_ROOT/admin/modules/home/version_check.php

Find the following line:

        $contents = fetch_remote_file("http://mybbboard.net/version_check.php");

Replace with:

        $contents = fetch_remote_file("http://mybb.com/version_check.php");
This is the answer for my question on this thread http://community.mybb.com/thread-69704.html

Thank friend..
No problem. I originally submitted it as a bug but it's not a bug in the software itself exactly so I figured I'd post this just to make it easier.
I *believe* this is fixed in the official release. I could be wrong but I installed a fresh copy of 1.4.13 on localhost and the version check worked.
As of when I wrote this I had upgraded to 1.4.13 and it didn't, so ..