Update a J4 - in this case from RC2 to RC4 on a webspace where allow_url_fopen = 0
If allow_url_fopen = 0 the update starts with a warning:
If this is an error, then the pre_check should show it, otherwise no warning
Warning: get_headers(): https:// wrapper is disabled in the server configuration by allow_url_fopen=0 in
administrator/components/com_joomlaupdate/Model/UpdateModel.php on line 300
After setting allo_url_fopen to 1:
Labels |
Added:
?
|
You should. However that string is unused by core :D
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-07-13 20:46:55 |
Closed_By | ⇒ | chmst |
With the newest code from github I cannot reproduce the issue. So closing this now.
You should have received a nice warning
JLIB_UPDATER_ERROR_COLLECTION_FOPEN="The PHP allow_url_fopen setting is disabled. This setting must be enabled for the updater to work."