What are the Slack Archives?

Itโ€™s a history of our time together in the Slack Community! Thereโ€™s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you wonโ€™t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hi all! Currently I'm doing the Spryker update. And the first error after composer install is from t

UKJKAFMMJ
UKJKAFMMJ Posts: 38 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet
edited August 2020 in Help

Hi all! Currently I'm doing the Spryker update. And the first error after composer install is from the image. Do you have any idea how can I fix it? ๐Ÿ™‚ Thanks in advance!

Comments

  • giovanni.piemontese
    giovanni.piemontese Technical Lead @ Lรถffelhardt Spryker Solution Partner Posts: 871 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

    Hi, in the last composer update it was removed silex dependencies..

    Maybe u use still the deprecated service provider or deprecated controller provider..

    Two solutsions:
    1. Migrate everything in the new concept
    2. add silex again in your composer json

  • Andriy Netseplyayev
    Andriy Netseplyayev Domain Lead Solution Architecture Sprykee Posts: 519 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

    Hi Sabin, how outdated your Spryker project is?

  • UKJKAFMMJ
    UKJKAFMMJ Posts: 38 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

    To be honest, I don't know

  • Andriy Netseplyayev
    Andriy Netseplyayev Domain Lead Solution Architecture Sprykee Posts: 519 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

    you can figure this out by running composer outdated command, or (even better) by using the spryker jarvis tool:
    https://github.com/spryker/jarvis

  • UKJKAFMMJ
    UKJKAFMMJ Posts: 38 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

    The problem was: I did not install spryker/silex. Now it works. Thanks @UL65CH0MC
    Thanks @UKJSE6T47 also

  • UKJKAFMMJ
    UKJKAFMMJ Posts: 38 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

    @UL65CH0MC can you give me an url with new concept?

  • giovanni.piemontese
    giovanni.piemontese Technical Lead @ Lรถffelhardt Spryker Solution Partner Posts: 871 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

    Hi @UKJKAFMMJ
    i found only this in spryker documentation -> https://documentation.spryker.com/docs/silex-replacement
    I don't know if up to date.. (21.08.2020 seems yes)

  • UKJKAFMMJ
    UKJKAFMMJ Posts: 38 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

    Thanks