|
1 | 1 | # Critical errors
|
2 | 2 | !php/const Magento\MagentoCloud\App\Error::BUILD_ENV_PHP_IS_NOT_WRITABLE:
|
3 |
| - title: 'Cannot write to the `./app/etc/env.php` file' |
4 |
| - suggestion: 'Deployment script cannot make required changes to the `/app/etc/env.php` file. Check your filesystem permissions.' |
| 3 | + title: 'Can not write to the `./app/etc/env.php` file' |
| 4 | + suggestion: 'Deployment script can not make required changes to the `/app/etc/env.php` file. Check your filesystem permissions.' |
5 | 5 | stage: build
|
6 | 6 | type: critical
|
7 | 7 | !php/const Magento\MagentoCloud\App\Error::BUILD_CONFIG_NOT_DEFINED:
|
8 |
| - title: 'Configuration isn''t defined in the `schema.yaml` file' |
9 |
| - suggestion: 'Configuration is not defined in the `./vendor/magento/ece-tools/config/schema.yaml` file. Check that the config variable name is correct, and that it is defined.' |
| 8 | + title: 'Configuration is not defined in the `schema.yaml` file' |
| 9 | + suggestion: 'Configuration is not defined in the `./vendor/magento/ece-tools/config/schema.yaml` file. Check that the config variable name is correct and defined.' |
10 | 10 | stage: build
|
11 | 11 | type: critical
|
12 | 12 | !php/const Magento\MagentoCloud\App\Error::BUILD_CONFIG_PARSE_FAILED:
|
|
26 | 26 | type: critical
|
27 | 27 | !php/const Magento\MagentoCloud\App\Error::BUILD_CONFIG_PHP_IS_NOT_WRITABLE:
|
28 | 28 | step: refresh-modules
|
29 |
| - title: 'Cannot write to the `./app/etc/config.php` file' |
30 |
| - suggestion: 'The deployment script cannot make required changes to the `/app/etc/config.php` file. Check your filesystem permissions.' |
| 29 | + title: 'Can not write to the `./app/etc/config.php` file' |
| 30 | + suggestion: 'The deployment script can not make required changes to the `/app/etc/config.php` file. Check your filesystem permissions.' |
31 | 31 | stage: build
|
32 | 32 | type: critical
|
33 | 33 | !php/const Magento\MagentoCloud\App\Error::BUILD_CANT_READ_COMPOSER_JSON:
|
34 | 34 | step: validate-config
|
35 |
| - title: 'Cannot read the `composer.json` file' |
| 35 | + title: 'Can not read the `composer.json` file' |
36 | 36 | suggestion: 'Unable to read the `./composer.json` file. Check file permissions.'
|
37 | 37 | stage: build
|
38 | 38 | type: critical
|
39 | 39 | !php/const Magento\MagentoCloud\App\Error::BUILD_COMPOSER_MISSED_REQUIRED_AUTOLOAD:
|
40 | 40 | step: validate-config
|
41 |
| - title: 'Composer.json is missing required autoload section' |
| 41 | + title: 'The `composer.json` file is missing required autoload section' |
42 | 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:
|
46 | 46 | step: validate-config
|
47 |
| - title: 'The file `.magento.env.yaml` contains an option that is not declared in the schema, or an option configured with an invalid value or stage' |
| 47 | + title: 'The `.magento.env.yaml` file contains an option that is not declared in the schema, or an option configured with an invalid value or stage' |
48 | 48 | suggestion: 'The `./.magento.env.yaml` file contains invalid configuration. Check the error log for detailed info.'
|
49 | 49 | stage: build
|
50 | 50 | type: critical
|
51 | 51 | !php/const Magento\MagentoCloud\App\Error::BUILD_MODULE_ENABLE_COMMAND_FAILED:
|
52 | 52 | step: refresh-modules
|
53 | 53 | title: 'Command failed: `/bin/magento module:enable --all`'
|
54 |
| - suggestion: 'Try to run `composer update` locally. Then, commit and push the updated `composer.lock` file. Also check the `cloud.log` for more information. For more detailed command output, add the `VERBOSE_COMMANDS: ''-vvv''` option to the `.magento.env.yaml` file.' |
| 54 | + suggestion: 'Try to run `composer update` locally. Then, commit and push the updated `composer.lock` file. Also, check the `cloud.log` for more information. For more detailed command output, add the `VERBOSE_COMMANDS: ''-vvv''` option to the `.magento.env.yaml` file.' |
55 | 55 | stage: build
|
56 | 56 | type: critical
|
57 | 57 | !php/const Magento\MagentoCloud\App\Error::BUILD_PATCH_APPLYING_FAILED:
|
|
62 | 62 | type: critical
|
63 | 63 | !php/const Magento\MagentoCloud\App\Error::BUILD_FILE_LOCAL_XML_IS_NOT_WRITABLE:
|
64 | 64 | step: set-report-dir-nesting-level
|
65 |
| - title: 'Cannot write to the file `/pub/errors/local.xml`' |
| 65 | + title: 'Can not write to the file `/pub/errors/local.xml`' |
66 | 66 | suggestion: ''
|
67 | 67 | stage: build
|
68 | 68 | type: critical
|
|
92 | 92 | type: critical
|
93 | 93 | !php/const Magento\MagentoCloud\App\Error::BUILD_UTILITY_NOT_FOUND:
|
94 | 94 | step: compress-static-content
|
95 |
| - title: 'Required utility wasn''t found (timeout, bash)' |
| 95 | + title: 'Required utility was not found (timeout, bash)' |
96 | 96 | suggestion: ''
|
97 | 97 | stage: build
|
98 | 98 | type: critical
|
|
132 | 132 | stage: build
|
133 | 133 | type: critical
|
134 | 134 | !php/const Magento\MagentoCloud\App\Error::BUILD_COMPOSER_PACKAGE_NOT_FOUND:
|
135 |
| - title: 'Cannot find the Composer package' |
| 135 | + title: 'Can not find the Composer package' |
136 | 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
|
|
149 | 149 | stage: deploy
|
150 | 150 | type: critical
|
151 | 151 | !php/const Magento\MagentoCloud\App\Error::DEPLOY_ENV_PHP_IS_NOT_WRITABLE:
|
152 |
| - title: 'Cannot write to the `./app/etc/env.php` file' |
153 |
| - suggestion: 'Deployment script cannot make required changes to the `/app/etc/env.php` file. Check your filesystem permissions.' |
| 152 | + title: 'Can not write to the `./app/etc/env.php` file' |
| 153 | + suggestion: 'Deployment script can not make required changes to the `/app/etc/env.php` file. Check your filesystem permissions.' |
154 | 154 | stage: deploy
|
155 | 155 | type: critical
|
156 | 156 | !php/const Magento\MagentoCloud\App\Error::DEPLOY_CONFIG_NOT_DEFINED:
|
157 |
| - title: 'Configuration isn''t defined in the `schema.yaml` file' |
| 157 | + title: 'Configuration is not defined in the `schema.yaml` file' |
158 | 158 | suggestion: 'Configuration is not defined in the `./vendor/magento/ece-tools/config/schema.yaml` file. Check that the config variable name is correct, and that it is defined.'
|
159 | 159 | stage: deploy
|
160 | 160 | type: critical
|
|
175 | 175 | type: critical
|
176 | 176 | !php/const Magento\MagentoCloud\App\Error::DEPLOY_REDIS_CACHE_CLEAN_FAILED:
|
177 | 177 | title: 'Failed to clean the Redis cache'
|
178 |
| - suggestion: 'Failed to clean the Redis cache. Check that the Redis cache configuration is correct and that the Redis service is available. See [Setup Redis service](https://devdocs.magento.com/cloud/project/services-redis.html).' |
| 178 | + suggestion: 'Failed to clean the Redis cache. Check that the Redis cache configuration is correct and that the Redis service is available. See [Setup Redis service](https://experienceleague.adobe.com/docs/commerce-cloud-service/user-guide/configure/service/redis.html).' |
179 | 179 | step: 'pre-deploy: clean-redis-cache'
|
180 | 180 | stage: deploy
|
181 | 181 | type: critical
|
|
239 | 239 | stage: deploy
|
240 | 240 | type: critical
|
241 | 241 | !php/const Magento\MagentoCloud\App\Error::DEPLOY_UTILITY_NOT_FOUND:
|
242 |
| - title: 'Required utility wasn''t found (timeout, bash)' |
| 242 | + title: 'Required utility was not found (timeout, bash)' |
243 | 243 | suggestion: ''
|
244 | 244 | stage: deploy
|
245 | 245 | type: critical
|
|
257 | 257 | type: critical
|
258 | 258 | !php/const Magento\MagentoCloud\App\Error::DEPLOY_SCD_CANNOT_UPDATE_VERSION:
|
259 | 259 | step: 'deploy-static-content:generate'
|
260 |
| - title: 'Cannot update the deployed version' |
261 |
| - suggestion: 'Cannot update the `./pub/static/deployed_version.txt` file. Check your filesystem permissions.' |
| 260 | + title: 'Can not update the deployed version' |
| 261 | + suggestion: 'Can not update the `./pub/static/deployed_version.txt` file. Check your filesystem permissions.' |
262 | 262 | stage: deploy
|
263 | 263 | type: critical
|
264 | 264 | !php/const Magento\MagentoCloud\App\Error::DEPLOY_SCD_CLEAN_FAILED:
|
|
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 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 .\"" |
| 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://experienceleague.adobe.com/docs/commerce-cloud-service/user-guide/configure/env/stage/variables-deploy.html#crypt_key) cloud environment variable in your current environment. See [Adobe Commerce encryption key](https://experienceleague.adobe.com/docs/commerce-cloud-service/user-guide/develop/overview.html#gather-credentials). 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:
|
|
327 | 327 | stage: deploy
|
328 | 328 | type: critical
|
329 | 329 | !php/const Magento\MagentoCloud\App\Error::DEPLOY_OS_CANNOT_CONNECT:
|
330 |
| - title: 'Can not connect to the Opensearch service' |
331 |
| - suggestion: 'Check for valid Opensearch credentials and verify that the service is running' |
| 330 | + title: 'Can not connect to the OpenSearch service' |
| 331 | + suggestion: 'Check for valid OpenSearch credentials and verify that the service is running' |
332 | 332 | stage: deploy
|
333 | 333 | type: critical
|
334 | 334 | !php/const Magento\MagentoCloud\App\Error::DEPLOY_WRONG_BRAINTREE_VARIABLE:
|
|
345 | 345 | type: critical
|
346 | 346 | !php/const Magento\MagentoCloud\App\Error::DEPLOY_OS_SERVICE_NOT_INSTALLED:
|
347 | 347 | step: validate-config
|
348 |
| - title: 'Adobe Commerce and Magento Open Source 2.4.4 requires Opensearch or Elasticsearch service to be installed' |
349 |
| - suggestion: 'Install Opensearch service' |
| 348 | + title: 'Adobe Commerce and Magento Open Source 2.4.4 requires OpenSearch or Elasticsearch service to be installed' |
| 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:
|
|
369 | 369 | type: critical
|
370 | 370 | !php/const Magento\MagentoCloud\App\Error::PD_ENV_PHP_IS_NOT_WRITABLE:
|
371 | 371 | title: 'The `./app/etc/env.php` file is not writable'
|
372 |
| - suggestion: 'Deployment script cannot make required changes to the `/app/etc/env.php` file. Check your filesystem permissions.' |
| 372 | + suggestion: 'Deployment script can not make required changes to the `/app/etc/env.php` file. Check your filesystem permissions.' |
373 | 373 | stage: post-deploy
|
374 | 374 | type: critical
|
375 | 375 | !php/const Magento\MagentoCloud\App\Error::PD_CONFIG_NOT_DEFINED:
|
376 |
| - title: 'Configuration isn''t defined in the `schema.yaml` file' |
| 376 | + title: 'Configuration is not defined in the `schema.yaml` file' |
377 | 377 | suggestion: 'Configuration is not defined in the `./vendor/magento/ece-tools/config/schema.yaml` file. Check that the config variable name is correct, and that it is defined.'
|
378 | 378 | stage: post-deploy
|
379 | 379 | type: critical
|
|
394 | 394 | type: critical
|
395 | 395 | !php/const Magento\MagentoCloud\App\Error::PD_DURING_PAGE_WARM_UP:
|
396 | 396 | step: warm-up
|
397 |
| - title: 'Failed to warm-up some pages' |
| 397 | + title: 'Failed to preload some warm-up pages' |
398 | 398 | suggestion: ''
|
399 | 399 | stage: post-deploy
|
400 | 400 | type: critical
|
|
472 | 472 | step: validate-config
|
473 | 473 | type: warning
|
474 | 474 | !php/const Magento\MagentoCloud\App\Error::WARN_BALER_CANNOT_BE_USED:
|
475 |
| - title: 'Baler JS bundling cannot be used' |
| 475 | + title: 'Baler JS bundling can not be used' |
476 | 476 | stage: build
|
477 | 477 | step: run-baler
|
478 | 478 | type: warning
|
|
583 | 583 | type: warning
|
584 | 584 | !php/const Magento\MagentoCloud\App\Error::WARN_ENV_PHP_MISSED:
|
585 | 585 | title: 'Adobe Commerce installation completed, but the `app/etc/env.php` configuration file was missing or empty.'
|
586 |
| - suggestion: 'Required data will be restored from environment configurations and from .magento.env.yaml file.' |
| 586 | + suggestion: 'Required data will be restored from environment configurations and from the .magento.env.yaml file.' |
587 | 587 | stage: deploy
|
588 | 588 | step: install-update
|
589 | 589 | type: warning
|
|
647 | 647 | step: warm-up
|
648 | 648 | type: warning
|
649 | 649 | !php/const Magento\MagentoCloud\App\Error::WARN_CREATE_CONFIG_BACKUP_FAILED:
|
650 |
| - title: 'Cannot create backup files' |
| 650 | + title: 'Can not create backup files' |
651 | 651 | stage: post-deploy
|
652 | 652 | step: backup
|
653 | 653 | type: warning
|
|
656 | 656 | type: warning
|
657 | 657 | stage: general
|
658 | 658 | !php/const Magento\MagentoCloud\App\Error::WARN_OS_ES_SERVICES_BOTH_INSTALLED:
|
659 |
| - title: 'Elasticsearch and Opensearch services are both installed at infrastructure layer. Adobe Commerce and Magento Open Source 2.4.4 and higher use Opensearch by default' |
660 |
| - suggestion: 'Consider removing the Elasticsearch or Opensearch service from the infrastructure layer to optimize resource usage.' |
| 659 | + title: 'Elasticsearch and OpenSearch services are both installed at infrastructure layer. Adobe Commerce and Magento Open Source 2.4.4 and later use OpenSearch by default' |
| 660 | + suggestion: 'Consider removing the Elasticsearch or OpenSearch service from the infrastructure layer to optimize resource usage.' |
661 | 661 | stage: deploy
|
662 | 662 | step: validate-config
|
663 | 663 | type: warning
|
664 | 664 | !php/const Magento\MagentoCloud\App\Error::DEPLOY_MAGENTO_VERSION_DOES_NOT_SUPPORT_OS:
|
665 | 665 | step: validate-config
|
666 | 666 | title: 'Incorrect search engine'
|
667 |
| - suggestion: 'This Adobe Commerce or Magento Open Source version does not support Opensearch. You must use versions 2.3.7-p3, 2.4.3-p2, or higher' |
| 667 | + suggestion: 'This Adobe Commerce or Magento Open Source version does not support OpenSearch. You must use versions 2.3.7-p3, 2.4.3-p2, or later' |
668 | 668 | stage: deploy
|
669 | 669 | type: critical
|
0 commit comments