User tests: Successful: Unsuccessful:
replaces #42023 for J4.4-dev
update innerHTML of #descText1 element (translation)
produce an error page are open any static error page (html) directly
eg. domain.tl/includes/incompatible.html
switch language
description text is always english
Please select:
Status | New | ⇒ | Pending |
Category | ⇒ | JavaScript Repository Front End Templates (site) |
I have tested this item ✅ successfully on 865a901
Status | Pending | ⇒ | Ready to Commit |
Labels |
Added:
bug
PR-4.4-dev
|
RTC
Labels |
Added:
?
|
Labels |
Added:
?
Removed: ? |
Labels |
Added:
?
Removed: ? |
Labels |
Added:
?
?
Removed: ? |
Labels |
Added:
?
Removed: ? ? |
Labels |
Added:
?
Removed: ? |
Can you fix the conflicts and respond to my question? Would love to see this one in 4.4.1.
Labels |
Added:
?
Removed: ? |
Can you fix the conflicts and respond to my question?
Done
Labels |
Added:
?
Removed: ? |
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-11-15 07:03:04 |
Closed_By | ⇒ | laoneo | |
Labels |
Added:
?
Removed: ? |
Thanks!
I have tested this item ✅ successfully on 865a901
I've used the following methods to get the different html error pages and then changed the language a few times to different values.
build_incomplete.html
On a clean branch without having run
composer install
andnpm ci
, go to the site's URL.incompatible.html
After having run
composer install
andnpm ci
but before installing Joomla, edit fileinstallation/index.php
file and changedefine('JOOMLA_MINIMUM_PHP', '7.2.5');
to e.g.define('JOOMLA_MINIMUM_PHP', '9.2.5');
.Then go to the site's URL.
fatal-error.html
After successful installation, delete all Joomla tables in the database of this site e.g. with phpMyAdmin and then go to the site's URL.
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/42030.