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
When running installer.pl for a new installation the database host is not yet known. Yet the intro page of the Installer calls $Output .= $LayoutObject->Footer(); Within that call there is an attempt to get the list of states from the otobo database. However the Database connect fails when the MySQL database does not run on the local host.
The text was updated successfully, but these errors were encountered:
When running installer.pl for a new installation the database host is not yet known. Yet the intro page of the Installer calls
$Output .= $LayoutObject->Footer();
Within that call there is an attempt to get the list of states from the otobo database. However the Database connect fails when the MySQL database does not run on the local host.The text was updated successfully, but these errors were encountered: