madeyourday / contao-rocksolid-slider

RockSolid Slider Contao Extension
http://rocksolidthemes.com/de/contao/plugins/responsive-slider
Other
9 stars 7 forks source link

Fehler bei Update im Contao Manager #66

Closed operatorone closed 3 years ago

operatorone commented 4 years ago

Beim Update im Contao Manager erhalte ich folgende Fehlermeldung, mit der das Update abbricht.

Loading composer repositories with package information
Installing dependencies from lock file
Package operations: 0 installs, 10 updates, 0 removals
  - Updating symfony/mime (v5.1.1 => v5.1.2): Loading from cache
  - Updating symfony/string (v5.1.1 => v5.1.2): Loading from cache
  - Updating symfony/property-info (v5.1.1 => v5.1.2): Downloading (100%)
  - Updating symfony/inflector (v5.1.1 => v5.1.2): Loading from cache
  - Updating symfony/property-access (v5.1.1 => v5.1.2): Loading from cache
  - Updating symfony/security-csrf (v5.1.1 => v5.1.2): Loading from cache
  - Updating symfony/var-exporter (v5.1.1 => v5.1.2):  Checking out eabaabfe14
  - Updating symfony/templating (v5.1.1 => v5.1.2):  Checking out d3f0347e70
  - Updating symfony/options-resolver (v5.1.1 => v5.1.2): Loading from cache
  - Updating madeyourday/contao-rocksolid-slider (v2.0.13 => v2.0.15): 

In VcsDownloader.php line 242:                                                                               
  Source directory /www/htdocs/w015b656/contao4/vendor/madeyourday/contao-roc  
  ksolid-slider has uncommitted changes.   

install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [--no-suggest] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--ignore-platform-reqs] [--] [<packages>...]

# Process terminated with exit code 1
# Result: General error

### Der Hintergrundprozess wurde unerwartet beendet ###

Viele Grüße operatorone

ausi commented 4 years ago

Wird der Command der ausgeführt wurde ebenfalls angezeigt? Falls ja, ist darin ein --prefer-dist enthalten?

aschempp commented 4 years ago

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)

operatorone commented 4 years ago

Like this?

"extra": { "contao-component-dir": "assets", "runonce": [ "vendor/madeyourday/contao-rocksolid-slider/src/SliderRunonce.php" ] },

ausi commented 4 years ago

@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.

operatorone commented 4 years ago

Hat geklappt. Vielen Dank.

ausi commented 4 years ago

Note to myself: remove the runonce and use Migrations instead (and sqlCompileCommands for BC)

ausi commented 3 years ago

Fixed in 07a15767caea2f9b4de3774d4d8fdabac0ee5ba6