|
39 | 39 | !php/const Magento\MagentoCloud\App\Error::BUILD_COMPOSER_MISSED_REQUIRED_AUTOLOAD:
|
40 | 40 | step: validate-config
|
41 | 41 | title: 'Composer.json is missing required autoload section'
|
42 |
| - suggestion: 'Required `autoload` section is missing from the `composer.json` file. Compare the autoload section to the `composer.json` file in the Magento Cloud template, and add the missing configuration.' |
| 42 | + suggestion: 'Required `autoload` section is missing from the `composer.json` file. Compare the autoload section to the `composer.json` file in the Cloud template, and add the missing configuration.' |
43 | 43 | stage: build
|
44 | 44 | type: critical
|
45 | 45 | !php/const Magento\MagentoCloud\App\Error::BUILD_WRONG_CONFIGURATION_MAGENTO_ENV_YAML:
|
|
133 | 133 | type: critical
|
134 | 134 | !php/const Magento\MagentoCloud\App\Error::BUILD_COMPOSER_PACKAGE_NOT_FOUND:
|
135 | 135 | title: 'Cannot find the Composer package'
|
136 |
| - suggestion: 'If you installed the Magento application version directly from the Magento git repository, verify that the `DEPLOYED_MAGENTO_VERSION_FROM_GIT` environment variable is configured.' |
| 136 | + suggestion: 'If you installed the Adobe Commerce application version directly from the GitHub repository, verify that the `DEPLOYED_MAGENTO_VERSION_FROM_GIT` environment variable is configured.' |
137 | 137 | stage: build
|
138 | 138 | type: critical
|
139 | 139 | !php/const Magento\MagentoCloud\App\Error::BUILD_WRONG_BRAINTREE_VARIABLE:
|
140 | 140 | step: validate-config
|
141 |
| - title: 'Remove Magento Braintree module configuration which is no longer supported in Magento 2.4 and later versions.' |
142 |
| - suggestion: 'Support for the Braintree module is no longer included with Magento 2.4.0 and later. Remove the CONFIG__STORES__DEFAULT__PAYMENT__BRAINTREE__CHANNEL variable from the variables section of the .magento.app.yaml file. For Braintree payment support, use an official extension from the Magento Marketplace instead.' |
| 141 | + title: 'Remove Magento Braintree module configuration which is no longer supported in Adobe Commerce and Magento Open Source 2.4 and later versions.' |
| 142 | + suggestion: 'Support for the Braintree module is no longer included with Magento 2.4.0 and later. Remove the CONFIG__STORES__DEFAULT__PAYMENT__BRAINTREE__CHANNEL variable from the variables section of the .magento.app.yaml file. For Braintree payment support, use an official extension from the Commerce Marketplace instead.' |
143 | 143 | stage: build
|
144 | 144 | type: critical
|
145 | 145 | !php/const Magento\MagentoCloud\App\Error::DEPLOY_WRONG_CACHE_CONFIGURATION:
|
|
312 | 312 | !php/const Magento\MagentoCloud\App\Error::DEPLOY_CACHE_ENABLE_FAILED:
|
313 | 313 | step: 'install-update: cache_type'
|
314 | 314 | title: 'Command failed: `php ./bin/magento cache:enable`'
|
315 |
| - suggestion: 'Command `php ./bin/magento cache:enable` runs only when Magento was installed but `./app/etc/env.php` file was absent or empty at the beginning of the deployment. Check the `cloud.log` for more information. Add `VERBOSE_COMMANDS: ''-vvv''` into `.magento.env.yaml` for more detailed command output.' |
| 315 | + suggestion: 'Command `php ./bin/magento cache:enable` runs only when Adobe Commerce was installed but `./app/etc/env.php` file was absent or empty at the beginning of the deployment. Check the `cloud.log` for more information. Add `VERBOSE_COMMANDS: ''-vvv''` into `.magento.env.yaml` for more detailed command output.' |
316 | 316 | stage: deploy
|
317 | 317 | type: critical
|
318 | 318 | !php/const Magento\MagentoCloud\App\Error::DEPLOY_CRYPT_KEY_IS_ABSENT:
|
319 | 319 | step: install-update
|
320 | 320 | title: 'The `crypt/key` key value does not exist in the `./app/etc/env.php` file or the `CRYPT_KEY` cloud environment variable'
|
321 |
| - suggestion: "This error occurs if the `./app/etc/env.php` file is not present when Magento deployment begins, or if the `crypt/key` value is undefined. If you migrated the database from another environment, retrieve the crypt key value from that environment. Then, add the value to the [CRYPT_KEY](https://devdocs.magento.com/cloud/env/variables-deploy.html#crypt_key) cloud environment variable in your current environment. See [Add the Magento encryption key](https://devdocs.magento.com/cloud/setup/first-time-setup-import-import.html#encryption-key). If you accidentally removed the `./app/etc/env.php` file, use the following command to restore it from the backup files created from a previous deployment: `./vendor/bin/ece-tools backup:restore` CLI command .\"" |
| 321 | + suggestion: "This error occurs if the `./app/etc/env.php` file is not present when Adobe Commerce deployment begins, or if the `crypt/key` value is undefined. If you migrated the database from another environment, retrieve the crypt key value from that environment. Then, add the value to the [CRYPT_KEY](https://devdocs.magento.com/cloud/env/variables-deploy.html#crypt_key) cloud environment variable in your current environment. See [Add the Magento encryption key](https://devdocs.magento.com/cloud/setup/first-time-setup-import-import.html#encryption-key). If you accidentally removed the `./app/etc/env.php` file, use the following command to restore it from the backup files created from a previous deployment: `./vendor/bin/ece-tools backup:restore` CLI command .\"" |
322 | 322 | stage: deploy
|
323 | 323 | type: critical
|
324 | 324 | !php/const Magento\MagentoCloud\App\Error::DEPLOY_ES_CANNOT_CONNECT:
|
|
333 | 333 | type: critical
|
334 | 334 | !php/const Magento\MagentoCloud\App\Error::DEPLOY_WRONG_BRAINTREE_VARIABLE:
|
335 | 335 | step: validate-config
|
336 |
| - title: 'Remove Magento Braintree module configuration which is no longer supported in Magento 2.4 and later versions.' |
337 |
| - suggestion: 'Support for the Braintree module is no longer included with Magento 2.4.0 and later. Remove the CONFIG__STORES__DEFAULT__PAYMENT__BRAINTREE__CHANNEL variable from the variables section of the .magento.app.yaml file. For Braintree support, use an official Braintree Payments extension from the Commerce Marketplace instead.' |
| 336 | + title: 'Remove Magento Braintree module configuration which is no longer supported in Adobe Commerce and Magento Open Source 2.4 and later versions.' |
| 337 | + suggestion: 'Support for the Braintree module is no longer included with Adobe Commerce and Magento Open Source 2.4.0 and later. Remove the CONFIG__STORES__DEFAULT__PAYMENT__BRAINTREE__CHANNEL variable from the variables section of the .magento.app.yaml file. For Braintree support, use an official Braintree Payments extension from the Commerce Marketplace instead.' |
338 | 338 | stage: deploy
|
339 | 339 | type: critical
|
340 | 340 | !php/const Magento\MagentoCloud\App\Error::DEPLOY_ES_SERVICE_NOT_INSTALLED:
|
341 | 341 | step: validate-config
|
342 |
| - title: 'Magento 2.4.0 requires Elasticsearch service to be installed' |
| 342 | + title: 'Adobe Commerce and Magento Open Source 2.4.0 require Elasticsearch service to be installed' |
343 | 343 | suggestion: 'Install Elasticsearch service'
|
344 | 344 | stage: deploy
|
345 | 345 | type: critical
|
346 | 346 | !php/const Magento\MagentoCloud\App\Error::DEPLOY_OS_SERVICE_NOT_INSTALLED:
|
347 | 347 | step: validate-config
|
348 |
| - title: 'Magento 2.4.4 requires Opensearch or Elasticsearch service to be installed' |
| 348 | + title: 'Adobe Commerce and Magento Open Source 2.4.4 requires Opensearch or Elasticsearch service to be installed' |
349 | 349 | suggestion: 'Install Opensearch service'
|
350 | 350 | stage: deploy
|
351 | 351 | type: critical
|
352 | 352 | !php/const Magento\MagentoCloud\App\Error::DEPLOY_WRONG_SEARCH_ENGINE:
|
353 | 353 | step: validate-config
|
354 |
| - title: 'The search engine must be set to Elasticsearch for Magento >= 2.4.0' |
| 354 | + title: 'The search engine must be set to Elasticsearch for Adobe Commerce and Magento Open Source >= 2.4.0' |
355 | 355 | suggestion: 'Check the SEARCH_CONFIGURATION variable for the `engine` option. If it is configured, remove the option, or set the value to "elasticsearch".'
|
356 | 356 | stage: deploy
|
357 | 357 | type: critical
|
358 | 358 | !php/const Magento\MagentoCloud\App\Error::DEPLOY_REMOVED_SPLIT_DB:
|
359 | 359 | step: validate-config
|
360 |
| - title: 'Split Database was removed starting from Magento 2.5.0.' |
| 360 | + title: 'Split Database was removed starting from Adobe Commerce and Magento Open Source 2.5.0.' |
361 | 361 | suggestion: 'If you use split database you have to revert to or migrate to a single database or use an alternative approach.'
|
362 | 362 | stage: deploy
|
363 | 363 | type: critical
|
|
0 commit comments