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..

There is another issue: ``` Error: Call to undefined method Elastica\Document::setType() in /var/www

UNBSW8S8K
UNBSW8S8K Posts: 128 🧑🏻‍🚀 - Cadet

There is another issue:


Version:

Comments

  • Valerii Trots
    Valerii Trots SRE @ Spryker Sprykee Posts: 1,654 ✨ - Novice
    edited August 2020

    Hi Janis, for me it seems that the problem is in ruflin/elastica:7.0.0.
    For this you need ES v7.
    If you have this already, please check version of spryker/elastica.

    If you are running ES v6 or v5, please downgrade both versions:
    composer require "ruflin/elastica:6.*" "spryker/elastica:5.*" --update-with-dependencies --optimize-autoloader --ignore-platform-reqs.