Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

commented out environment functions break install #81

Open
bdanchilla opened this issue Feb 23, 2021 · 1 comment
Open

commented out environment functions break install #81

bdanchilla opened this issue Feb 23, 2021 · 1 comment

Comments

@bdanchilla
Copy link

bdanchilla commented Feb 23, 2021

04146c5

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
Copy link

asetbp commented Feb 25, 2021

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(),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants