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

Error during update from 5.0.9 to 5.0.11 #164

Open
yaroslavbr opened this issue Jul 19, 2023 · 0 comments
Open

Error during update from 5.0.9 to 5.0.11 #164

yaroslavbr opened this issue Jul 19, 2023 · 0 comments

Comments

@yaroslavbr
Copy link
Contributor

Summary
I am trying to update this application to the recent version - orocommerce-enterprise-nocrm-application and getting an error during update command.

Steps to reproduce

  • applied changes from 5.0.9 to 5.0.11
  • cleared cache, removed vendor folder (because I have additional dependencies) and composer.lock
  • run composer install
  • run bin/console oro:platform:update --force --timeout=0 --skip-search-reindexation --skip-translations --skip-download-translations --no-interaction --env=dev --no-debug

Actual Result
During oro:cron:definitions:load I see next error:

Screenshot from 2023-07-19 13-27-52

This is my composer.json:
"require": { "php": "~8.1.0", "oro/commerce-enterprise": "5.0.*", "oro/health-check-bundle": "5.0.*", "oro/multi-host": "5.0.*", "oro/oauth2-server": "5.0.*", "oro/gridfs-config": "5.0.*", "oro/cookie-consent": "5.0.*", "orolab/order-split": "^5.0", "cweagans/composer-patches": "^1.7", "ext-simplexml": "*", "ext-libxml": "*", "litesaml/lightsaml": "^4.1", "gumlet/php-image-resize": "^2.0", "ext-dom": "*" },
This is composer info:
`
oro/api-doc-bundle 2.0.0 Fork of nelmio/NelmioApiDocBundle to make 2.x version compatible with Symfony 5
oro/calendar-bundle 5.0.7 Calendar bundle for OroPlatform-based applications.See https://doc.oroinc.com/user/back-office/activities/calendar-events/ for more information.
oro/commerce 5.0.12 OroCommerce - an open-source Business to Business Commerce application. \nThis package contains bundles and needs to be added as a dependency in an OroCommerce application.
oro/commerce-enterprise 5.0.11 OroCommerce Enterprise.
oro/cookie-consent 5.0.3 Oro Commerce Cookie Consent
oro/customer-portal 5.0.12
oro/doctrine-extensions 2.0.2 Doctrine Extensions for MySQL and PostgreSQL.
oro/gridfs-config 5.0.2 GridFS adapter configuration for Gaufrette
oro/health-check-bundle 5.0.3 Oro Health Check Bundle
oro/marketing 5.0.8 Oro Marketing Bundles
oro/multi-host 5.0.3 Oro Multi-Host deployment support for BAP
oro/oauth2-server 5.0.5 Oro OAuth 2.0 authorization and resource server for BAP
oro/platform 5.0.13 Business Application Platform (BAP)
oro/platform-enterprise 5.0.11 OroPlatform Enterprise
oro/platform-serialised-fields 5.0.2 OroPlatform Serialized Fields
oro/redis-config 5.0.6 OroRedisConfigBundle
oro/twig-inspector 1.0.3 Oro Twig Inspector adds the possibility to find twig templates and blocks used for rendering HTML pages faster during development
orolab/order-split 5.0.0 OroCommerce extension allowing to split one order into multiple orders by sellers (and other conditions)
....
guzzlehttp/guzzle 7.4.5 Guzzle is a PHP HTTP client library
guzzlehttp/promises 1.5.3 Guzzle promises library
guzzlehttp/psr7 1.9.1 PSR-7 message implementation that also provides common utility methods

`

I tried to update guzzlehttp/psr7 according to suggestins, but it is locked in oro/platform.

Details about your environment

  • OroCommerce version: Enterprise 5.0.9
  • PHP version: 8.1
  • Database PostgreSQL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant