MyBB Community Forums

Full Version: Report: MyBB Update checker is not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Yup since the domain changed (i guess) MyBB update checker is not working =)

Just that Blush
Wrong forum, you should've posted this in the mybb.com forum.
Why? It's a problem that could be fixed on either end.
Works just fine on my end. It tells me "I'm running the latest version" on all my MyBB powered forums.

If you are receiving an error, post it in the support forums.
Mine worked just fine! Smile
To fix just go to /admin/module/home/version_check.php

and find
	$contents = fetch_remote_file("http://mybboard.net/version_check.php");

and change to
	$contents = fetch_remote_file("http://mybb.com/version_check.php");

Thats what i had to do so it would get the Latest Version info
(2010-05-12, 05:27 PM)Alex597 Wrote: [ -> ]To fix just go to /admin/module/home/version_check.php

and find
	$contents = fetch_remote_file("http://mybboard.net/version_check.php");

and change to
	$contents = fetch_remote_file("http://mybb.com/version_check.php");

Thats what i had to do so it would get the Latest Version info

Thanks Alex =)
No problem, i suggest that the mybb staff make the edit and upload the change so the version checker can get the new version info
I'm guessing a bug with a version of file/file_get_contents/curl.
It is just the URL in the code needing change
Pages: 1 2