dreamfactorysoftware / df-core

The DreamFactory Core services and resources.
Apache License 2.0
14 stars 32 forks source link

commented out environment functions break install #81

Open bdanchilla opened 3 years ago

bdanchilla commented 3 years ago

https://github.com/dreamfactorysoftware/df-core/commit/04146c5ff5cec54e84bc743b94e66b3b962e6420

Breaks install

local.ERROR: Call to undefined method DreamFactory\Core\Utility\Environment::getProductCode() {"exception":"[object] 
(Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to undefined method 
DreamFactory\\Core\\Utility\\Environment::getProductCode() at /opt/dreamfactory/vendor/dreamfactory/df-
system/src/Resources/Environment.php:39
asetbp commented 3 years ago

Commenting out these lines in dreamfactory\df-system\src\Resources\Environment.php seems to resolve the issue

//'aws_product_code' => EnvUtilities::getProductCode(), //'aws_instance_id' => EnvUtilities::getInstanceId(),