I've successfully patched Magento but after this update Magmi seems broken. On a dev environment I'm trying to import a correct CSV file with a lot of simple and configurable products. The simple ones are ok, the configurable ones and the images for both are completely broken. The simple SKUs are associated togheter in what it seems to be a completely random way. Do you guys have encountered the same problem or do you have any advice to spare? Thanks!
Asked
Active
Viewed 128 times
-1
-
One of the issues patched was a database sql injection issue. You will need to go contact the Magmi support (github) and ask there if there were any problems created by the 5344 patch. – Fiasco Labs May 04 '15 at 16:05
1 Answers
1
I don't think what this patches is the reason of issue.
PATCH_SUPEE-1533 change next files:
- app/code/core/Mage/Adminhtml/Block/Dashboard/Graph.php
- app/code/core/Mage/Adminhtml/controllers/DashboardController.php
PATCH_SUPEE-5344 change next files:
- app/code/core/Mage/Admin/Model/Observer.php
- app/code/core/Mage/Core/Controller/Request/Http.php
- app/code/core/Mage/Oauth/controllers/Adminhtml/Oauth/AuthorizeController.php
- app/code/core/Mage/XmlConnect/Model/Observer.php
- lib/Varien/Db/Adapter/Pdo/Mysql.php
This changes can't affect on Magmi import process.

ToxaBes
- 1,587
- 8
- 17
-
Mysql injection patch in 5344 could cause an issue on the origin check with Magmi. – Fiasco Labs May 04 '15 at 16:07