Closed
Description
Preconditions
- Magento cloud build
- php 7.1.13
- mariadb 10.0.35
- Magento CLI version 2.2.3
Steps to reproduce
- SSH to magento-cloud enviornment
- Change directory to Bin
- Run ./magento config:show
Expected result
1.) A list of the configuration values in the following format:
web@4rlomlxl3j6y4a2hrpu2goapcq:~/bin$ ./magento config:show
web/unsecure/base_url - http://development2-avfnyoi-33idfz6fzbmmy.us-3.magentosite.cloud/
web/secure/base_url - https://development2-avfnyoi-33idfz6fzbmmy.us-3.magentosite.cloud/
web/secure/use_in_adminhtml - 1
general/locale/code - en_US
general/locale/timezone - America/Los_Angeles
general/region/display_all - 1
general/region/state_required - AT,BR,CA,CH,EE,ES,FI,HR,LT,LV,RO,US
currency/options/base - USD
currency/options/default - USD
Actual result
- A truncated list of the values and error as follows:
carriers/tablerate/condition_name - package_value
connector_automation/review_settings/allow_non_subscribers - 1
connector_configuration/abandoned_carts/allow_non_subscribers - 1
wishlist/general/multiple_enabled - 1
PHP Fatal error: Uncaught Error: Call to undefined method Magento\Config\Model\Config\Structure\Element\Group::hasBackendModel() in /app/vendor/magento/module-config/Console/Command/ConfigShow/ValueProcessor.php:100