You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered recently the following problem:
I get this warning and the import is unfinished when executing: php magneto pimgento:import --code=product --file=product.csv
Warning: unlink(...../magento2/pub/media/): Is a directory in .....magento2/vendor/agencednd/module-pimgento/Product/Helper/Media.php on line 251
I suppose that the method deleteMediaFile is called somewhere with a parameter as empty string.
The text was updated successfully, but these errors were encountered:
Hello,
I encountered recently the following problem:
I get this warning and the import is unfinished when executing:
php magneto pimgento:import --code=product --file=product.csv
Warning: unlink(...../magento2/pub/media/): Is a directory in .....magento2/vendor/agencednd/module-pimgento/Product/Helper/Media.php on line 251
I suppose that the method
deleteMediaFile
is called somewhere with a parameter as empty string.The text was updated successfully, but these errors were encountered: