der-On / Contao-MetaModels-OpenImmo

This is a module for the cms contao (www.contao.org) wich allows import of OpenImmo-Data (www.openimmo.de) into the cms with the use of the MetaModels-module.
9 stars 5 forks source link

[1.1.0] Error bei Installation per Composer #6

Closed zonky2 closed 8 years ago

zonky2 commented 8 years ago

Contao 3.5.12 OS: Windows 7

Version 1.1.0

Ich habe die Composer-Datei in Contao wie folgt angepasst

    "repositories": [
        {
            "type": "composer",
            "url": "https://legacy-packages-via.contao-community-alliance.org/"
        },
        {
            "type": "composer",
            "url": "https?://legacy-packages-via.contao-community-alliance.org",
            "allow_ssl_downgrade": false
        },
        {
            "type": "artifact",
            "url": "packages"
        },
        {
            "type": "vcs",
            "url": "https://github.com/der-On/Contao-MetaModels-OpenImmo.git"
        }
    ],

und das Paket "anzui/metamodels_openimmo" zur Installation angewählt...

Bei "Pakete aktualisieren" ist die Fehlermeldung erschienen

Failed to execute git checkout "990e382a9b7861dbd785e29687dd358e2b865e78" -- && git reset --hard "990e382a9b7861dbd785e29687dd358e2b865e78" -- HEAD is now at 990e382... automagically adding file meta titles added language field to metamodels_openimmo table to be able to set file meta in correct language error: unable to create file contao/sql_templates/versions/2.0.*.sql: Invalid argument fatal: Could not reset index file to revision '990e382a9b7861dbd785e29687dd358e2b865e78'.

sowie die folgende Composer-Ausgabe

Loading composer repositories with package information
Updating dependencies
  - Installing anzui/metamodels_openimmo (v1.1.0)
    Downloading
    Failed to download anzui/metamodels_openimmo from dist: There was an error extracting the ZIP file, it is either corrupted or using an invalid format.
    Now trying to download from source
  - Installing anzui/metamodels_openimmo (v1.1.0)
    Cloning 990e382a9b7861dbd785e29687dd358e2b865e78
    990e382a9b7861dbd785e29687dd358e2b865e78 is gone (history was rewritten?)

:-(

zonky2 commented 8 years ago

works fine after PR