?
avatar PhilETaylor
PhilETaylor
15 Jul 2020

Steps to reproduce the issue

add public $root_user ='admin'; to /configuration.php in Joomla 3

got to http://example.com/administrator/index.php?option=com_media

Expected result

one error message not two

Actual result

Screenshot 2020-07-15 at 12 53 15

avatar PhilETaylor PhilETaylor - open - 15 Jul 2020
avatar joomla-cms-bot joomla-cms-bot - change - 15 Jul 2020
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 15 Jul 2020
avatar ReLater
ReLater - comment - 15 Jul 2020

Confirmed.
3.9.21-dev nightly

avatar infograf768
infograf768 - comment - 15 Jul 2020

is’nt that related to the use of iframes? (not on desktop to check for now)

avatar PhilETaylor
PhilETaylor - comment - 15 Jul 2020

yes probably

avatar brianteeman
brianteeman - comment - 15 Jul 2020

For me this is a won't fix. If the user followed the instructions in the message then they will never get to a page like this.

avatar PhilETaylor
PhilETaylor - comment - 15 Jul 2020

The root problem is that Joomla has no concept of "This is a partial view" (even though tmpl=component) and so things get rendered twice. This is just another example like #29652

Plugins should respect the &tmpl=component part of the url and not load in a modal - UNLESS they are needed for functionality inside that modal.

avatar PhilETaylor
PhilETaylor - comment - 15 Jul 2020

This one can be "fixed" easily though. It could load like the Post Installation Message warning, and only load on the admin home page.

Thinking about it the "stats gathering" message could also be restricted to the admin homepage too, as that gets annoying

avatar PhilETaylor PhilETaylor - change - 15 Jul 2020
Status New Closed
Closed_Date 0000-00-00 00:00:00 2020-07-15 16:28:27
Closed_By PhilETaylor
avatar PhilETaylor PhilETaylor - close - 15 Jul 2020

Add a Comment

Login with GitHub to post a comment