diff --git a/Core/Frameworks/Flake/Framework.php b/Core/Frameworks/Flake/Framework.php index 98781f5..46c1ad1 100644 --- a/Core/Frameworks/Flake/Framework.php +++ b/Core/Frameworks/Flake/Framework.php @@ -257,6 +257,9 @@ class Framework extends \Flake\Core\Framework { } protected static function initDbMysql() { + if(defined("BAIKAL_CONTEXT_INSTALL")){ + return TRUE; + } if(!defined("PROJECT_DB_MYSQL_HOST")) { die("

The constant PROJECT_DB_MYSQL_HOST, containing the MySQL host name, is not set.
You should set it in Specific/config.system.php

");