Closed operatorone closed 3 years ago
Wird der Command der ausgeführt wurde ebenfalls angezeigt? Falls ja, ist darin ein --prefer-dist
enthalten?
You should probably rename the runonce.php
and let the composer plugin call it (see https://github.com/isotope/core/blob/master/composer.json#L89)
Like this?
"extra": { "contao-component-dir": "assets", "runonce": [ "vendor/madeyourday/contao-rocksolid-slider/src/SliderRunonce.php" ] },
@operatorone Das Problem in Ihrer Installation lässt sich lösen indem Sie den Ordner vendor/madeyourday/contao-rocksolid-slider löschen und danach das Update im Contao-Manager erneut durchführen.
Die erwähnten Änderungen von @aschempp müssen in der Erweiterung selbst hinzugefügt werden.
Hat geklappt. Vielen Dank.
Note to myself: remove the runonce and use Migrations instead (and sqlCompileCommands
for BC)
Fixed in 07a15767caea2f9b4de3774d4d8fdabac0ee5ba6
Beim Update im Contao Manager erhalte ich folgende Fehlermeldung, mit der das Update abbricht.
Viele Grüße operatorone