OroCommerce Forums

Covering OroCommerce topics, including community updates and company announcements.

Forums Forums OroCommerce Problem with cache oro:entity-extend:cache:check

This topic contains 4 replies, has 3 voices, and was last updated by  Andrey Yatsenko 4 years, 5 months ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #40443

    Kacper
    Participant

    Hello, I start working on orocommerce. I tried to create custom Bundle and right after that I’ve got an error.

    I didn’t create any custom entity.. Have no idea where to look. I tried to clear the cache with cache:clear, with deleting the cache folder. Tried to remove the vendor and install it again. The only thing that helps is switching to different database, but I have another error there. I would like to know how to fix errors like this one. Can you help me? :) Where to look in db?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Author
    Replies
  • #40462

    Andrey Yatsenko
    Moderator

    It’s hard to say what is wrong without debugging. Try to clear the cache manually with rm -rf var/cache/* and run oro:platform:update command to warm up all the caches again.

    #40627

    max perei
    Participant

    hello, same issue here

    after a silent fail of oro:migration:load command – which created sql columns but without any reflection inside var/cache/oro_entities according class

    tried to follow your instruction but now the app seems broken definitely, everything lead to the same error

    that’s a last stand before doing a fresh install so any kind of help would be greatly appreciated

    ps : find attached oro_entity_config_field for the corresponding reflection

    Attachments:
    1. Capture-du-2019-10-02-15-21-08-128x72
    #40840

    Kacper
    Participant

    Max Peri: Thanks for support I still have the same issue..
    Andreas: Yep, I tried but it is still the same error. I tried to fix it by deleting some records in db, but it is comming back after every deploy. ON my host it is fine, but when I move the code to development server it happends.

    #40871

    Andrey Yatsenko
    Moderator

    After deploy it is required to rebuild all the caches. Usually, we recommend running oro:platform:update command.

Viewing 4 replies - 1 through 4 (of 4 total)

The forum ‘OroCommerce’ is closed to new topics and replies.

Back to top