shopware5 / SwagMigration

Shopware 5 Migration (Import from third party systems)
http://store.shopware.com/en/swag00426/migrating-from-other-shop-systems-to-shopware-4.html
MIT License
17 stars 40 forks source link

Bilder-Import funktioniert nicht bei lokalem Pfad #6

Closed ftll closed 8 years ago

ftll commented 8 years ago

Beispiel-Pfad: /var/www/ein-alter-shop

In ImageImporter.php verhindern die Zeilen 93-95, dass lokale Pfadangaben funktionieren:

if (!strpos($image["image"], "http://") && !strpos($image["image"], "https://")) {
    $image["image"] = "http://" . $image["image"];
}

So wird aus /var/www/ein-alter-shop leider http:///var/www/ein-alter-shop

mitelg commented 8 years ago

Hi @ftll, I just created a ticket for this in our issue tracker: https://issues.shopware.com/#/issues/PT-5132 you can follow this issue there

Greetings