|
1 | 1 | # Critical errors
|
2 | 2 | !php/const Magento\MagentoCloud\App\Error::BUILD_ENV_PHP_IS_NOT_WRITABLE:
|
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.' |
| 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.' |
5 | 5 | stage: build
|
6 | 6 | type: critical
|
7 | 7 | !php/const Magento\MagentoCloud\App\Error::BUILD_CONFIG_NOT_DEFINED:
|
|
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: '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.' |
| 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.' |
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: 'Can not read the `composer.json` file' |
| 35 | + title: 'Cannot 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
|
|
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: 'Can not write to the file `/pub/errors/local.xml`' |
| 65 | + title: 'Cannot write to the file `/pub/errors/local.xml`' |
66 | 66 | suggestion: ''
|
67 | 67 | stage: build
|
68 | 68 | type: critical
|
|
86 | 86 | type: critical
|
87 | 87 | !php/const Magento\MagentoCloud\App\Error::BUILD_BALER_NOT_FOUND:
|
88 | 88 | step: run-baler
|
89 |
| - title: 'The command to run `Baler` for Javascript bundling failed' |
| 89 | + title: 'The command to run `Baler` for JavaScript bundling failed' |
90 | 90 | suggestion: 'Check the `SCD_USE_BALER` environment variable to verify that the Baler module is configured and enabled for JS bundling. If you do not need the Baler module, set `SCD_USE_BALER: false`.'
|
91 | 91 | stage: build
|
92 | 92 | type: critical
|
|
99 | 99 | !php/const Magento\MagentoCloud\App\Error::BUILD_SCD_FAILED:
|
100 | 100 | step: deploy-static-content
|
101 | 101 | title: 'Command `/bin/magento setup:static-content:deploy` failed'
|
102 |
| - suggestion: 'Check the `cloud.log` for more information. For more detailed command output, add the `VERBOSE_COMMANDS: ''-vvv''` option to the `.magento.env.yaml` file.' |
| 102 | + suggestion: 'Check the `cloud.log` for more information. For more detailed command output, add the `VERBOSE_COMMANDS: ''-vvv''` option to the `.magento.env.yaml` file.' |
103 | 103 | stage: build
|
104 | 104 | type: critical
|
105 | 105 | !php/const Magento\MagentoCloud\App\Error::BUILD_SCD_COMPRESSION_FAILED:
|
|
132 | 132 | stage: build
|
133 | 133 | type: critical
|
134 | 134 | !php/const Magento\MagentoCloud\App\Error::BUILD_COMPOSER_PACKAGE_NOT_FOUND:
|
135 |
| - title: 'Can not find the Composer package' |
| 135 | + title: 'Cannot 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: '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.' |
| 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.' |
154 | 154 | stage: deploy
|
155 | 155 | type: critical
|
156 | 156 | !php/const Magento\MagentoCloud\App\Error::DEPLOY_CONFIG_NOT_DEFINED:
|
|
263 | 263 | type: critical
|
264 | 264 | !php/const Magento\MagentoCloud\App\Error::DEPLOY_SCD_CANNOT_UPDATE_VERSION:
|
265 | 265 | step: 'deploy-static-content:generate'
|
266 |
| - title: 'Can not update the deployed version' |
267 |
| - suggestion: 'Can not update the `./pub/static/deployed_version.txt` file. Check your filesystem permissions.' |
| 266 | + title: 'Cannot update the deployed version' |
| 267 | + suggestion: 'Cannot update the `./pub/static/deployed_version.txt` file. Check your filesystem permissions.' |
268 | 268 | stage: deploy
|
269 | 269 | type: critical
|
270 | 270 | !php/const Magento\MagentoCloud\App\Error::DEPLOY_SCD_CLEAN_FAILED:
|
|
324 | 324 | !php/const Magento\MagentoCloud\App\Error::DEPLOY_CRYPT_KEY_IS_ABSENT:
|
325 | 325 | step: install-update
|
326 | 326 | title: 'The `crypt/key` key value does not exist in the `./app/etc/env.php` file or the `CRYPT_KEY` cloud environment variable'
|
327 |
| - 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 .\"" |
| 327 | + 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.\"" |
328 | 328 | stage: deploy
|
329 | 329 | type: critical
|
330 | 330 | !php/const Magento\MagentoCloud\App\Error::DEPLOY_ES_CANNOT_CONNECT:
|
331 |
| - title: 'Can not connect to the Elasticsearch service' |
| 331 | + title: 'Cannot connect to the Elasticsearch service' |
332 | 332 | suggestion: 'Check for valid Elasticsearch credentials and verify that the service is running'
|
333 | 333 | stage: deploy
|
334 | 334 | type: critical
|
335 | 335 | !php/const Magento\MagentoCloud\App\Error::DEPLOY_OS_CANNOT_CONNECT:
|
336 |
| - title: 'Can not connect to the OpenSearch service' |
| 336 | + title: 'Cannot connect to the OpenSearch service' |
337 | 337 | suggestion: 'Check for valid OpenSearch credentials and verify that the service is running'
|
338 | 338 | stage: deploy
|
339 | 339 | type: critical
|
|
364 | 364 | !php/const Magento\MagentoCloud\App\Error::DEPLOY_REMOVED_SPLIT_DB:
|
365 | 365 | step: validate-config
|
366 | 366 | title: 'Split Database was removed starting from Adobe Commerce and Magento Open Source 2.5.0.'
|
367 |
| - suggestion: 'If you use split database you have to revert to or migrate to a single database or use an alternative approach.' |
| 367 | + suggestion: 'If you use a split database you have to revert to or migrate to a single database or use an alternative approach.' |
368 | 368 | stage: deploy
|
369 | 369 | type: critical
|
370 | 370 | !php/const Magento\MagentoCloud\App\Error::PD_DEPLOY_IS_FAILED:
|
|
375 | 375 | type: critical
|
376 | 376 | !php/const Magento\MagentoCloud\App\Error::PD_ENV_PHP_IS_NOT_WRITABLE:
|
377 | 377 | title: 'The `./app/etc/env.php` file is not writable'
|
378 |
| - suggestion: 'Deployment script can not make required changes to the `/app/etc/env.php` file. Check your filesystem permissions.' |
| 378 | + suggestion: 'Deployment script cannot make required changes to the `/app/etc/env.php` file. Check your filesystem permissions.' |
379 | 379 | stage: post-deploy
|
380 | 380 | type: critical
|
381 | 381 | !php/const Magento\MagentoCloud\App\Error::PD_CONFIG_NOT_DEFINED:
|
|
488 | 488 | step: validate-config
|
489 | 489 | type: warning
|
490 | 490 | !php/const Magento\MagentoCloud\App\Error::WARN_BALER_CANNOT_BE_USED:
|
491 |
| - title: 'Baler JS bundling can not be used' |
| 491 | + title: 'Baler JS bundling cannot be used' |
492 | 492 | stage: build
|
493 | 493 | step: run-baler
|
494 | 494 | type: warning
|
495 | 495 | !php/const Magento\MagentoCloud\App\Error::WARN_REDIS_SERVICE_NOT_AVAILABLE:
|
496 |
| - title: 'Cache is configured for a Redis service that is not available. Configuration will be ignored.' |
| 496 | + title: 'Cache is configured for a Redis service that is not available. Configuration is ignored.' |
497 | 497 | stage: deploy
|
498 | 498 | step: 'pre-deploy:cache'
|
499 | 499 | type: warning
|
500 | 500 | !php/const Magento\MagentoCloud\App\Error::WARN_VALKEY_SERVICE_NOT_AVAILABLE:
|
501 |
| - title: 'Cache is configured for a Valkey service that is not available. Configuration will be ignored.' |
| 501 | + title: 'Cache is configured for a Valkey service that is not available. Configuration is ignored.' |
502 | 502 | stage: deploy
|
503 | 503 | step: 'pre-deploy:cache'
|
504 | 504 | type: warning
|
|
525 | 525 | type: warning
|
526 | 526 | !php/const Magento\MagentoCloud\App\Error::WARN_ADMIN_EMAIL_NOT_SET:
|
527 | 527 | title: 'Admin user was not created as admin email was not set'
|
528 |
| - suggestion: 'After installation, you can create an admin user manually: Use ssh to connect to your environment. Then, run the `bin/magento admin:user:create` command.' |
| 528 | + suggestion: 'After installation, you can create an admin user manually: Use ssh to connect to your environment. Then, run the `bin/magento admin:user:create` command.' |
529 | 529 | stage: deploy
|
530 | 530 | step: validate-config
|
531 | 531 | type: warning
|
|
545 | 545 | step: validate-config
|
546 | 546 | type: warning
|
547 | 547 | !php/const Magento\MagentoCloud\App\Error::WARN_ES_INSTALLED_BUT_NOT_USED:
|
548 |
| - title: 'Elasticsearch service is installed at infrastructure layer, but it is not used as a search engine.' |
| 548 | + title: 'Elasticsearch service is installed at the infrastructure layer, but it is not used as a search engine.' |
549 | 549 | suggestion: 'Consider removing the Elasticsearch service from the infrastructure layer to optimize resource usage.'
|
550 | 550 | stage: deploy
|
551 | 551 | step: validate-config
|
552 | 552 | type: warning
|
553 | 553 | !php/const Magento\MagentoCloud\App\Error::WARN_ES_VERSION_MISMATCH:
|
554 |
| - title: 'Elasticsearch service version on infrastructure layer is not compatible with current version of the elasticsearch/elasticsearch module, used by your Adobe Commerce application.' |
| 554 | + title: 'Elasticsearch service version on infrastructure layer is not compatible with the current version of the elasticsearch/elasticsearch module, used by your Adobe Commerce application.' |
555 | 555 | stage: deploy
|
556 | 556 | step: validate-config
|
557 | 557 | type: warning
|
|
576 | 576 | step: validate-config
|
577 | 577 | type: warning
|
578 | 578 | !php/const Magento\MagentoCloud\App\Error::WARN_CONFIG_WRONG_JSON_FORMAT:
|
579 |
| - title: 'JSON type configuration can not be decoded' |
| 579 | + title: 'JSON type configuration cannot be decoded' |
580 | 580 | stage: deploy
|
581 | 581 | step: validate-config
|
582 | 582 | type: warning
|
|
599 | 599 | !php/const Magento\MagentoCloud\App\Error::WARN_DEPRECATED_SPLIT_DB:
|
600 | 600 | title: 'Split Database was deprecated in the Adobe Commerce and Magento Open Source 2.4.2 and will be removed in 2.5.'
|
601 | 601 | stage: deploy
|
602 |
| - suggestion: 'If you use split database you should start planning to revert to or migrate to a single database or use an alternative approach.' |
| 602 | + suggestion: 'If you use a split database you should start planning to revert to or migrate to a single database or use an alternative approach.' |
603 | 603 | step: validate-config
|
604 | 604 | type: warning
|
605 | 605 | !php/const Magento\MagentoCloud\App\Error::WARN_ENV_PHP_MISSED:
|
606 | 606 | title: 'Adobe Commerce installation completed, but the `app/etc/env.php` configuration file was missing or empty.'
|
607 |
| - suggestion: 'Required data will be restored from environment configurations and from the .magento.env.yaml file.' |
| 607 | + suggestion: 'Required data is restored from environment configurations and from the .magento.env.yaml file.' |
608 | 608 | stage: deploy
|
609 | 609 | step: install-update
|
610 | 610 | type: warning
|
|
619 | 619 | step: 'install-update:db-connection'
|
620 | 620 | type: warning
|
621 | 621 | !php/const Magento\MagentoCloud\App\Error::WARN_SPLIT_DB_ENABLING_SKIPPED:
|
622 |
| - title: 'Enabling a split database will be skipped.' |
| 622 | + title: 'Enabling a split database is skipped.' |
623 | 623 | stage: deploy
|
624 | 624 | step: 'install-update:split-db'
|
625 | 625 | type: warning
|
|
658 | 658 | step: validate-config
|
659 | 659 | type: warning
|
660 | 660 | !php/const Magento\MagentoCloud\App\Error::WARN_CANNOT_FETCH_STORE_URLS:
|
661 |
| - title: 'Can not fetch store urls' |
| 661 | + title: 'Cannot fetch store urls' |
662 | 662 | stage: post-deploy
|
663 | 663 | step: warm-up
|
664 | 664 | type: warning
|
665 | 665 | !php/const Magento\MagentoCloud\App\Error::WARN_CANNOT_FETCH_STORE_URL:
|
666 |
| - title: 'Can not fetch store url' |
| 666 | + title: 'Cannot fetch store url' |
667 | 667 | stage: post-deploy
|
668 | 668 | step: warm-up
|
669 | 669 | type: warning
|
670 | 670 | !php/const Magento\MagentoCloud\App\Error::WARN_CREATE_CONFIG_BACKUP_FAILED:
|
671 |
| - title: 'Can not create backup files' |
| 671 | + title: 'Cannot create backup files' |
672 | 672 | stage: post-deploy
|
673 | 673 | step: backup
|
674 | 674 | type: warning
|
675 | 675 | !php/const Magento\MagentoCloud\App\Error::WARN_CANNOT_GET_PROC_COUNT:
|
676 |
| - title: 'Can not get system processor count:' |
| 676 | + title: 'Cannot get system processor count:' |
677 | 677 | type: warning
|
678 | 678 | stage: general
|
679 | 679 | !php/const Magento\MagentoCloud\App\Error::WARN_OS_ES_SERVICES_BOTH_INSTALLED:
|
|
685 | 685 | !php/const Magento\MagentoCloud\App\Error::DEPLOY_MAGENTO_VERSION_DOES_NOT_SUPPORT_OS:
|
686 | 686 | step: validate-config
|
687 | 687 | title: 'Incorrect search engine'
|
688 |
| - 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' |
| 688 | + suggestion: 'This Adobe Commerce or Magento Open Source version does not support OpenSearch. Use versions 2.3.7-p3, 2.4.3-p2, or later' |
689 | 689 | stage: deploy
|
690 | 690 | type: critical
|
0 commit comments