Maha
1
Hallo,
ich deploye shopware update und vor sw:plugin:refresh und sw:plugin:update kommt diese Exception und lässt nicht die Plugin updatet …
In MappingException.php line 762:
The target-entity Shopware\Models\Attribute\Shop cannot be found in ‘Shopware\Models\Shop\Shop#attribute’.
ich habe auch sw:generate:attributes vor sw:plugin:refresh geschrieben und hat nicht funktioniert.
hat Jemand eine Idee?
Danke
Cache vorher mal gelöscht und Models neu generiert?
Maha
3
[@Moritz Naczenski](http://forum.shopware.com/profile/14574/Moritz Naczenski “Moritz Naczenski”) ja habe ich :
/var/www/shopware/bin/console --no-ansi sw:cache:clear /var/www/shopware/bin/console --no-ansi sw:theme:cache:generate /var/www/shopware/bin/console --no-ansi sw:generate:attributes /var/www/shopware/bin/console --no-ansi sw:plugin:refresh /var/www/shopware/bin/console --no-ansi sw:plugin:update --batch=active
error at plugin update
In MappingException.php line 762:
The target-entity Shopware\Models\Attribute\Shop cannot be found in ‘Shopwa
re\Models\Shop\Shop#attribute’.
Maha
4
[@Moritz Naczenski](http://forum.shopware.com/profile/14574/Moritz Naczenski „Moritz Naczenski“) es hat funktioniert… Man muss cache vorher und nachher generate attributes machen. Danke.