-
Notifications
You must be signed in to change notification settings - Fork 111
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
Requested product doesn't exist #67
Comments
@mamreezaa I have many orders where the product does not exist anymore. |
The problem is i did try and catch this statement to make sure not to break the loop. NOte: there are two places we have to do the same fix in order.php |
The commit does not fix this for me. Note: I have many orders (8000+) with products that do not exist anymore. Edit: If i set the data to a couple of months ago it will add new orders again so I am guessing it hits a timeout error when trying to add many orders with the products deleted from it. Please investigate, |
Hi, any fix for this issue? |
I am receiving same on version mc-magento 1.0.26 [2018-02-08 16:20:39] main.CRITICAL: Requested product doesn't exist {"exception":"[object] (Magento\Framework\Exception\NoSuchEntityException(code: 0): Requested product doesn't exist at /home/public_html/vendor/magento/module-catalog/Model/ProductRepository.php:240)"} [] |
Issues exists in version 1.0.29 too. When can we expect a fix for this? |
I have this Issues in version 1.0.28 and 1.0.29 , did you find a solution for this fix ? |
Hi @gonzaloebiz it looks like this issue still persist even after the commit code is implemented. Do we have any patch code to get this fixed in our environment also we are facing this issue? We have migrated a website from Magento 1 to Magento 2. Many orders are with products that do not exist in the new store. So the logs are filled with requested product doesn't exist If you could provide us with a patch or code fix, that is appreciatable. |
@gonzaloebiz Same here for us @GideonBabu. We've been working extensively with Pablo @ ebizmarts customer support on several issues and now that we are updated to 1.0.30, we are seeing our cron table fill with this error as well. We are on Mage 2.2.1, Mailchimp 4 Magento 1.0.30, Mailchimp Lib 3.0.28. |
I am also getting this error "Requested product doesn't exist" with my Magento 2.1.7 & MailChimp 1.0.27. Any update regarding this? Thanks! |
Hi @cjbelo yes sure, update the extension to the current version Best |
@gonzaloebiz I still have this issue with 1.1.32 and Magento 2.1.11 |
@duckchip if you have an issue, please open a new issue with all the corresponding data Best |
I have the following error when cron runs
'[Magento\Framework\Exception\NoSuchEntityException]
Requested product doesn't exist'
i can make sure this comes from Model/Api/Orders.php
Note : i think we need to skip the order if the product does not exist instead if breaking the process.
The text was updated successfully, but these errors were encountered: