-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
Description
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:
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