2011-05-16, 11:55 PM
2011-05-17, 04:37 AM
Open ./admin/modules/config/plugins.php and find;
and Change it to;
$url = "http://mods.mybboard.net/version_check.php?";
and Change it to;
$url = "http://mods.mybb.com/version_check.php?";
2011-05-17, 07:30 AM
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-21, 05:27 PM
(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
2011-05-21, 06:08 PM
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.