?
avatar adad20
adad20
12 Feb 2020

Steps to reproduce the issue

Simply go to templates/system/incompatible.html

Expected result

Screenshot (61)

Actual result

Screenshot (59)

avatar adad20 adad20 - open - 12 Feb 2020
avatar joomla-cms-bot joomla-cms-bot - change - 12 Feb 2020
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 12 Feb 2020
avatar SharkyKZ
SharkyKZ - comment - 12 Feb 2020

This is expected. The file is not meant to be accessed directly. When Joomla! renders the page placeholder tag is replaced by minimum PHP version.

joomla-cms/index.php

Lines 18 to 27 in 07bc37b

if (version_compare(PHP_VERSION, JOOMLA_MINIMUM_PHP, '<'))
{
die(
str_replace(
'{{PHP_VERSION}}',
JOOMLA_MINIMUM_PHP,
file_get_contents(dirname(__FILE__) . '/templates/system/incompatible.html')
)
);
}

avatar adad20
adad20 - comment - 12 Feb 2020

Okay I am closing this issue then.

avatar adad20 adad20 - change - 12 Feb 2020
Status New Closed
Closed_Date 0000-00-00 00:00:00 2020-02-12 12:01:26
Closed_By adad20
avatar adad20 adad20 - close - 12 Feb 2020

Add a Comment

Login with GitHub to post a comment