Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing the page-cache-warmer modules #3

Open
Alex7Lem opened this issue Jan 10, 2021 · 0 comments
Open

Removing the page-cache-warmer modules #3

Alex7Lem opened this issue Jan 10, 2021 · 0 comments

Comments

@Alex7Lem
Copy link

Alex7Lem commented Jan 10, 2021

After installing and removing the page-cache-warmer modules, errors occur when opening pages in the admin panel:
Catalog / Products / Action / Edit
Catalog / Categories

1 exception(s):
Exception #0 (ReflectionException): Class MageSuite\PageCacheWarmer\Model\Config\Source\Attribute\WarmupPriority does not exist

Exception #0 (ReflectionException): Class MageSuite\PageCacheWarmer\Model\Config\Source\Attribute\WarmupPriority does not exist

#1 Magento\Framework\Code\Reader\ClassReader->getConstructor() called at [vendor/magento/framework/ObjectManager/Definition/Runtime.php:54]
#2 Magento\Framework\ObjectManager\Definition\Runtime->getParameters() called at [vendor/magento/framework/ObjectManager/Factory/Dynamic/Developer.php:48]
#3 Magento\Framework\ObjectManager\Factory\Dynamic\Developer->create() called at [vendor/magento/framework/ObjectManager/ObjectManager.php:56]
#4 Magento\Framework\ObjectManager\ObjectManager->create() called at [vendor/magento/framework/Validator/UniversalFactory.php:36]
#5 Magento\Framework\Validator\UniversalFactory->create() called at [vendor/magento/module-eav/Model/Entity/Attribute/AbstractAttribute.php:642]
#6 Magento\Eav\Model\Entity\Attribute\AbstractAttribute->getSource() called at [generated/code/Magento/Catalog/Model/ResourceModel/Eav/Attribute/Interceptor.php:1181]
#7 Magento\Catalog\Model\ResourceModel\Eav\Attribute\Interceptor->getSource() called at [vendor/magento/module-catalog/Model/Category/DataProvider.php:384]
#8 Magento\Catalog\Model\Category\DataProvider->getAttributesMeta() called at [vendor/magento/framework/Interception/Interceptor.php:58]
#9 Magento\Catalog\Model\Category\DataProvider\Interceptor->___callParent() called at [vendor/magento/framework/Interception/Interceptor.php:138]
#10 Magento\Catalog\Model\Category\DataProvider\Interceptor->Magento\Framework\Interception\{closure}() called at [vendor/magento/framework/Interception/Interceptor.php:153]

Install:
composer require creativestyle/magesuite-page-cache-warmer
bin/magento setup:upgrade
bin/magento setup:di:compile

Remove:
composer remove creativestyle/magesuite-page-cache-warmer creativestyle/magesuite-page-cache-warmer-crawler creativestyle/magesuite-page-cache-warmer-crawl-worker doctrine/event-manager doctrine/dbal

PS
If you remove the “warmup_priority” attribute, then the error in the “Catalog / Products / Action / Edit” admin panel disappears, but the error remains in the “Catalog / Categories” admin panel.

Magento ver. 2.3.5-p1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant