User tests: Successful: Unsuccessful:
Pull Request for Issue #18764 .
All index.php fallback to the same error page in case of unsupported PHP version. This should cover the cases @brianteeman mentioned in the issue:
You need to edit each of the index.php files (root, installation, administrator) and change the line
if (version_compare(PHP_VERSION, JOOMLA_MINIMUM_PHP, '<'))
to
if (version_compare(PHP_VERSION, JOOMLA_MINIMUM_PHP, '>'))
and then navigate to
/
/installation/
/administrator/
or any other URI pointing in your server. All cases should respond with the nice html page.
Same as before, the js file for the translation is created through the gruntfile and the installation folder, so maintainers need to run the grunt installation
to refresh that file if there are some changes in the languages files.
Status | New | ⇒ | Pending |
Category | ⇒ | JavaScript Repository Administration Installation Language & Strings Front End Templates (site) |
Title |
|
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-11-22 13:09:05 |
Closed_By | ⇒ | wilsonge | |
Labels |
Added:
?
?
|