?
avatar chmst
chmst
17 May 2021

Steps to reproduce the issue

Install a new joomla on a webspace with servername "localhost". The message contains an external link and the "external link" icon should be added

grafik

avatar chmst chmst - open - 17 May 2021
avatar joomla-cms-bot joomla-cms-bot - change - 17 May 2021
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 17 May 2021
avatar brianteeman
brianteeman - comment - 17 May 2021

The external link icon is only applied to _blank links

avatar richard67
richard67 - comment - 17 May 2021

@chmst Your description is wrong.

You wrote:

Install a new joomla on a webspace with servername "localhost".

But to get that message it should be:

Install a new joomla on a webspace with servername not equal to "localhost" or "127.0.01" or "::1".

avatar chmst
chmst - comment - 17 May 2021

I don't understand?
I installed in my webspace and entered servername = 127.0.01 and got the message.

avatar richard67
richard67 - comment - 17 May 2021

The check is here: https://github.com/joomla/joomla-cms/blob/4.0-dev/installation/src/Helper/DatabaseHelper.php#L381

The PR which added it back in J4 is here: #27360

No idea why you see that message if you had used "localhost" or "127.0.0.1".

avatar richard67
richard67 - comment - 17 May 2021

But normally on a webspace from a provider, the database server is not localhost or 127.0.0.1.

avatar richard67
richard67 - comment - 17 May 2021

Maybe you mix up the webserver name and the database server name?

avatar richard67
richard67 - comment - 17 May 2021

The database server name entered in the installation form is relevant for this check, not the webserver's host name.

avatar chmst
chmst - comment - 17 May 2021

Hosting is not my field of experience ;) As a user I can enter only one servername during installation - it is the name of the database server.
127.0.01 is always an option - but probably depends on the server configuration.
The issue was the link in the message, and it is resolved with #33933.

avatar richard67 richard67 - change - 17 May 2021
Status New Closed
Closed_Date 0000-00-00 00:00:00 2021-05-17 22:54:19
Closed_By richard67
avatar richard67 richard67 - close - 17 May 2021
avatar richard67
richard67 - comment - 17 May 2021

Closing as having a pull request.

Add a Comment

Login with GitHub to post a comment