-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.1.3
-
Fix Version/s: 3.1.4-RC1
-
Component/s: ACP
-
Labels:None
-
Environment:PHP 5.4.19
-
GitHub Pull Request URL:
It only displays the language variable FSOCK_DISABLED instead of the text:
"'FSOCK_DISABLED' => 'The operation could not be completed because the <var>fsockopen</var> function has been disabled or the server being queried could not be found.',"
Should be fix with:
\phpBB3\phpbb\file_downloader.php:
Find:
throw new \RuntimeException('FSOCK_DISABLED');
Replace with:
throw new \phpbb\exception\runtime_exception('FSOCK_DISABLED');