Magenerds / BasePrice

37 stars 38 forks source link

ReflectionException, SerializerInterface does not exist #27

Closed hhusen closed 6 years ago

hhusen commented 6 years ago

BasePrice 1.2.0 and 1.2.1 is not installable. Error during install:

php ./bin/magento setup:di:compile

Area configuration aggregation... 5/7 [====================>-------] 71% 34 secs 184.0 MiBMiB

[ReflectionException] Class Magento\Framework\Serialize\SerializerInterface does not exist

Problem exists since trying update from 1.1.1 to 1.2.0 (should fix rendering of duplicate information for empty tier prices)

1.1.1 works, but shows the duplicate rendering error.

Magento version: 2.1.11

sydekumf commented 6 years ago

Hey, the 1.2.0 and 1.2.1 are only compatible to M 2.2, that's why you get the error. So you either upgrade to M 2.2 or you use the duplicate rendering bugfix commits: https://github.com/Magenerds/BasePrice/commit/0237ee98c5bf5ddf74df869196fde166fc632dc2 https://github.com/Magenerds/BasePrice/commit/e7e5a602c5c244eb98cda47973feb0b1d354f29d

Eugenett commented 6 years ago

I have same problem with BasePrice. I was tried to install all of actvie realese. Installing without any problem. But in admin panel in the tab Base Price there is nothing from Front-end besides empty page. What i do wrong? Wait for your feedback.

Eugenett commented 6 years ago

The problem is resolved