? ? ? Pending

User tests: Successful: Unsuccessful:

avatar Kostelano
Kostelano
25 Nov 2020

Summary of Changes

When installing Joomla 4, select the PostgreSQL type and enter the database name that starts with a number.

We get an error.

Screenshot_1

The constant appears two times in the files below.

Screenshot_2

PR fixes the problem.

avatar Kostelano Kostelano - open - 25 Nov 2020
avatar Kostelano Kostelano - change - 25 Nov 2020
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 25 Nov 2020
Category Installation Language & Strings
avatar Quy Quy - test_item - 25 Nov 2020 - Tested successfully
avatar Quy
Quy - comment - 25 Nov 2020

I have tested this item successfully on fb32c79


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/31487.

avatar brianteeman
brianteeman - comment - 25 Nov 2020

An alternative that would avoid all the translations to be updated would be to update the constant in the two places it is used in the code

avatar gostn gostn - test_item - 26 Nov 2020 - Tested successfully
avatar gostn
gostn - comment - 26 Nov 2020

I have tested this item successfully on fb32c79


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/31487.

avatar infograf768
infograf768 - comment - 26 Nov 2020

Agree with @brianteeman
please rather modify

/Applications/MAMP/htdocs/newfolder/joomla40/installation/src/Helper/DatabaseHelper.php:238: 			return Text::_('INSTL_DATABASE_NAME_MSG_POSTGRESQL');
/Applications/MAMP/htdocs/newfolder/joomla40/libraries/src/Console/SetConfigurationCommand.php:314: 			$this->ioStyle->error(Text::_('INSTL_DATABASE_NAME_MSG_POSTGRESQL'));

to use INSTL_DATABASE_NAME_MSG_POSTGRES

avatar Kostelano Kostelano - change - 26 Nov 2020
Labels Added: ? ?
avatar joomla-cms-bot joomla-cms-bot - change - 26 Nov 2020
Category Installation Language & Strings Installation Libraries
avatar Kostelano
Kostelano - comment - 26 Nov 2020

DONE.

avatar infograf768 infograf768 - test_item - 26 Nov 2020 - Tested successfully
avatar infograf768
infograf768 - comment - 26 Nov 2020

I have tested this item successfully on be2d3b2


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/31487.

avatar brianteeman brianteeman - test_item - 26 Nov 2020 - Tested successfully
avatar brianteeman
brianteeman - comment - 26 Nov 2020

I have tested this item successfully on be2d3b2


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/31487.

avatar infograf768 infograf768 - change - 26 Nov 2020
Status Pending Ready to Commit
avatar infograf768
infograf768 - comment - 26 Nov 2020

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/31487.

avatar wilsonge wilsonge - change - 26 Nov 2020
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2020-11-26 14:36:27
Closed_By wilsonge
Labels Added: ?
avatar wilsonge wilsonge - close - 26 Nov 2020
avatar wilsonge wilsonge - merge - 26 Nov 2020
avatar wilsonge
wilsonge - comment - 26 Nov 2020

Thanks!

Add a Comment

Login with GitHub to post a comment