You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A common way to install a site, especially when running the test suite, is to set the database URL in the settings.php or settings.local.php file and run the core/scripts/install.sh script. However, the existence of the URL setting is enough to make the install code think the site has been setup already, and fails.
The installer should check if the database is actually present and populated before failing.
The text was updated successfully, but these errors were encountered:
jlfranklin
changed the title
The install.sh fails to install when the database URL is preset in settings.php or settings.local.php.
The install.sh script fails to install when the database URL is preset in settings.php or settings.local.php.
Sep 18, 2018
A common way to install a site, especially when running the test suite, is to set the database URL in the
settings.php
orsettings.local.php
file and run thecore/scripts/install.sh
script. However, the existence of the URL setting is enough to make the install code think the site has been setup already, and fails.The installer should check if the database is actually present and populated before failing.
The text was updated successfully, but these errors were encountered: