Skip to content

[6.0] Regression on installer execution #45653

@joeforjoomla

Description

@joeforjoomla

Steps to reproduce the issue

Install an extension using a install script and the Installer class:

$instanceInstaller = new Installer ();
if (! $instanceInstaller ->install ( $path )) {

}

Expected result

Works

Actual result

The installer now misses the database

System information (as much as possible)

[6.0] alpha 2

Probably related to:

#43792
#43793

Additional comments

Instead than force the extensions code to update, to avoid b/c break better to ensure the database can always be self referenced by the Installer as up to Joomla 5.4

Image

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions