EmicoEcommerce / Magento2Tweakwise-archived

Magento 2 module for Tweakwise integration
Other
9 stars 25 forks source link

upgrade to 1.0.4 from composer results in server error #14

Closed martijnrmediact closed 6 years ago

martijnrmediact commented 7 years ago

Issue Brief

What is the purpose of this issue? Explain the background context.

Environment

Steps to reproduce

  1. upgrade to 1.0.4 from 1.0.3 with composer and --no-dev
  2. run setup:upgrade and di:compile and compile theme, flush cache
  3. go to a category page, the page will give a server error

We have fix:

after above run composer require emico/tweakwise:1.0.3 then run require emico/tweakwise:1.0.4 and flush cache and it works. The only difference is that dev modules are being installed.

Actual result

  1. the category and product page have a server error Expected result

    the category and product page should show correct

Fgruntjes commented 6 years ago

Could you test again with the latest version, although we could never reproduce the issue is expected to be fixed.

Fgruntjes commented 6 years ago

Any news?

martijnrmediact commented 6 years ago

Thanx for the update, we didnt plan a release this sprint to production, this sprint. I will do a quick check today.

Fgruntjes commented 6 years ago

Can I assume the issue was solved?

martijnrmediact commented 6 years ago

@Fgruntjes we tested the lastest version and this issue has been resolved.