MyBB Community Forums

Full Version: Plug-In Updated Problem!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: 1YQ4W.png]

I get this problem when so ever I click at Plugin Updates.
Is there any solution to it?
Bump!
Open ./admin/modules/config/plugins.php and find;
	$url = "http://mods.mybboard.net/version_check.php?";

and Change it to;
	$url = "http://mods.mybb.com/version_check.php?";
It does not matter whether it is mybboard.net or mybb.com, the host does not have cURL or an external URL checker installed.
(2011-05-17, 04:37 AM)Yaldaram Wrote: [ -> ]Open ./admin/modules/config/plugins.php and find;
	$url = "http://mods.mybboard.net/version_check.php?";

and Change it to;
	$url = "http://mods.mybb.com/version_check.php?";

Not working still the same error Sad
Then it sounds like your host does not have the necessary PHP extensions installed to fetch remote files, there's nothing you can do about it.