Closed bytehead closed 6 years ago
Before you have set all DB parameters in the install tool, $name is null and you get following error:
$name
null
Type error: Argument 1 passed to Contao\InstallationBundle\InstallTool::canConnectToDatabase() must be of the type string, null given
Thank you @bytehead.
You're welcome 👍
Before you have set all DB parameters in the install tool,
$name
isnull
and you get following error:Type error: Argument 1 passed to Contao\InstallationBundle\InstallTool::canConnectToDatabase() must be of the type string, null given