We are using Magento CE 2.3
When running git apply patch XXX
CLI returns:
error: app/code/Magento/Catalog/Model/Product/ProductFrontendAction/Synchronizer.php: No such file or directory
error: lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php: No such file or directory
I checked these directories and it is correct these do not exist.
Are u sure that it's the good patch for your magento version?
Are u sure to run the patch in the root of your magento directory?
Same issue for me with 2.2.6. Same files not found.
Hi,
Same issue ...
We have not this file on 2.2.5
app/code/Magento/Catalog/Model/Product/ProductFrontendAction/Synchronizer.php
lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php
Your store has been installed with composer, with a composer installed store, the files are saved to the vendor directory and not to the app/code folder.
Download the composer patch and apply with that.
composer patch is still not working for me, magento open source 2.1.5
I was able to apply the patch by using git apply from the ./vendor directory.
git apply ../m2-hotfixes/PRODSECBUG-2198-2.1-CE.composer-2019-03-27-06-11-22.patch