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

MC-34817: Error in logs after MC-22212 #3167

Merged
merged 1 commit into from Aug 11, 2020
Merged

MC-34817: Error in logs after MC-22212 #3167

merged 1 commit into from Aug 11, 2020

Conversation

dhorytskyi
Copy link
Contributor

@dhorytskyi dhorytskyi commented Aug 11, 2020

The “priceIndexUpdater” plugin has been removed but there is still used in Inventory. It causes a notice error in system.log - "Reference to undeclared plugin with name 'priceIndexUpdater'".

Manual testing scenarios (*)

Install Magento with MSI
Open product page
Check logs

ACTUAL RESULT:
"Reference to undeclared plugin with name 'priceIndexUpdater'"

EXPECTED RESULT:
no errors

Contribution checklist (*)

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • All new or changed code is covered with unit/integration tests (if applicable)
  • All automated tests passed successfully (all builds are green)

@m2-community-project m2-community-project bot added this to Ready for Review in Pull Request Progress Aug 11, 2020
@sidolov
Copy link
Contributor

sidolov commented Aug 11, 2020

@magento run all tests

@m2-community-project m2-community-project bot moved this from Ready for Review to Reviewer Approved in Pull Request Progress Aug 11, 2020
@sidolov sidolov merged commit 1bf80a3 into magento:1.2-develop Aug 11, 2020
@m2-community-project m2-community-project bot moved this from Reviewer Approved to Done in Pull Request Progress Aug 11, 2020
@aurel5542
Copy link

aurel5542 commented Jun 4, 2021

I have the same problem on Magento 2.3.6-p1 and the pull request file change dont work for me

I copied vendor/magento/module-inventory-catalog/etc/di.xml

removed plugin name="priceIndexUpdater" disabled="true" on line 39 and
type name="Magento\InventoryIndexer\Indexer\SourceItem\SourceItemIndexer"
plugin name="priceIndexUpdater" type="Magento\InventoryCatalog\Plugin\InventoryIndexer\Indexer\SourceItem\PriceIndexUpdater" sortOrder="20"/ on line 23 - 25

(my file had priceindexupdater on two lines, the file is a little bit different than in the pull

to app/design/frontend/xx/xx/Magento_InventoryCatalog/etc

did setup:upgrade, setup:di:compile, c:f, c:c

But the system.log still gives this error every 30 sec or so. How can I disable it?

Thank you

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

Successfully merging this pull request may close these issues.

None yet

3 participants