Ergebnis 1 bis 10 von 10

Thema: Erweiterungen nicht mehr sichtbar im Backend und Forntend

  1. #1
    Contao-Nutzer Avatar von rennXF
    Registriert seit
    05.08.2013.
    Beiträge
    114

    Standard Erweiterungen nicht mehr sichtbar im Backend und Forntend

    Hallo Composer-User,
    gerade habe ich auf einer Testinstallation (klon unserer Website) Composer über die Erweiterungsverwaltung installiert. Mein System ist Contao 3.3.0 mit dem Bigbusiness Theme v1. Hosting ist bei Domainfactory.
    Die Installation schien auch fehlerfrei zu funktionieren. Ich habe alle angeforderten Datenbanktabellen aktualisiert und die sicheren Einstellungen für die Migration gewählt.
    Allerdings gab Contao mir beim ersten Laden des Composer-Backends folgende Meldung in so einem Konsolenfenster aus:

    Loading composer repositories with package information
    Installing dependencies
    Your requirements could not be resolved to an installable set of packages.

    Problem 1
    - contao/core 3.3.6 requires contao/idna dev-master -> no matching package found.
    - contao/core 3.3.5 requires contao/idna dev-master -> no matching package found.
    - contao/core 3.3.4 requires contao/idna dev-master -> no matching package found.
    - contao/core 3.3.3 requires contao/idna dev-master -> no matching package found.
    - contao/core 3.3.2 requires contao/idna dev-master -> no matching package found.
    - contao/core 3.3.1 requires contao/idna dev-master -> no matching package found.
    - contao/core 3.3.0 requires contao/idna dev-master -> no matching package found.
    - contao-legacy/tinymce_legacy 1.0.0.9026 requires contao/core >=3.3.0,<4.0.0-dev -> satisfiable by contao/core[3.3.0, 3.3.1, 3.3.2, 3.3.3, 3.3.4, 3.3.5, 3.3.6].
    - Installation request for contao-legacy/tinymce_legacy ~1.0 -> satisfiable by contao-legacy/tinymce_legacy[1.0.0.9026].

    Potential causes:
    - A typo in the package name
    - The package is not available in a stable-enough version according to your minimum-stability setting
    see <https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion> for more details.

    Read <http://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.
    Diese Meldung kann ich gerade nicht wirklich zuordnen und sie scheint mit meinem eigentlichen Problem auch nichts zu tun zu haben. Und zwar sind folgende Erweiterungen im Einsatz:
    - changelanguage
    - dk_caroufredsel

    Bei changelanguage wird das Auswahlmenü für die Sprachen im Frontend nicht mehr angezeigt und im Backend ist das Modul „Sprachenwechsler“ ist auch nicht mehr verfügbar.
    Die Slider von dk_caroufredsel werden im Frontend nicht mehr angezeigt. Hier ist ebenfalls das Modul nicht mehr verfügbar und der komplette Einstellungsbereich unter „Inhalte“ ist nicht mehr da.
    Weitere Inhalte-Elemente wie galleria, Googe Maps und Platzhalter sind ebenfalls weg. Gibt es irgendeinen schnellen Kniff das wiederherzustellen?

    Edit: tabcontrol läuft auch nicht.
    Edit2: Alle Extensions versgen ihren Dienst.

    Danke

    T
    Geändert von rennXF (15.12.2014 um 09:54 Uhr)

  2. #2
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.166
    Partner-ID
    10107

    Standard

    Hm, interessant. In der composer.json von Contao 3.3.x ist ein require von
    Code:
    "contao/idna": "dev-master",
    drin, contao/idna ist aber abandoned: https://packagist.org/packages/contao/idna

  3. #3
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.166
    Partner-ID
    10107

    Standard

    Poste mal den Inhalt deiner composer/composer.json

  4. #4
    Contao-Nutzer Avatar von rennXF
    Registriert seit
    05.08.2013.
    Beiträge
    114

    Standard

    Here you are…

    Code:
    {
        "name": "local/website",
        "description": "A local website project",
        "type": "project",
        "license": "proprietary",
        "require": {
            "contao-community-alliance/composer-client": "~0.12",
            "contao-legacy/ajax": "~1.1",
            "contao-legacy/backend_user_online": "~3.2",
            "contao-legacy/backupdb": "~3.2",
            "contao-legacy/botdetection": "~3.3",
            "contao-legacy/changelanguage": "~2.2",
            "contao-legacy/checkedemail": "~1.1",
            "contao-legacy/countryselect": "~1.2",
            "contao-legacy/dk_caroufredsel": "~1.3",
            "contao-legacy/dlh_geocode": "~1.0",
            "contao-legacy/dlh_googlemaps": "~2.0",
            "contao-legacy/galerie": "~2.1",
            "contao-legacy/geoprotection": "~1.1",
            "contao-legacy/grid_16_columns": "~3.2",
            "contao-legacy/httprequestextended": "~1.0",
            "contao-legacy/imagemap": "~1.0-beta",
            "contao-legacy/inserttag_download": "~3.2",
            "contao-legacy/inserttags": "~1.9",
            "contao-legacy/lastlogin": "~3.1",
            "contao-legacy/memberlist": "~1.3",
            "contao-legacy/multicolumnwizard": "~3.2-RC",
            "contao-legacy/newslanguage": "~2.1",
            "contao-legacy/replacelanguage": "~3.0",
            "contao-legacy/tabcontrol": "~3.0",
            "contao-legacy/tinymce_legacy": "~1.0",
            "contao-legacy/usemap": "~3.0",
            "contao-legacy/wrapper": "~3.0",
            "mrtool/contao-google-custom-search": "dev-master"
        },
        "prefer-stable": true,
        "minimum-stability": "stable",
        "config": {
            "preferred-install": "dist",
            "cache-dir": "cache",
            "component-dir": "../assets/components"
        },
        "repositories": [
            {
                "type": "composer",
                "url": "http://legacy-packages-via.contao-community-alliance.org/"
            }
        ],
        "extra": {
            "contao": {
                "migrated": "done"
            }
        }
    }
    Dankeschön!

  5. #5
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.166
    Partner-ID
    10107

    Standard

    Ändere die Zeile
    Code:
        "minimum-stability": "stable",
    auf
    Code:
        "minimum-stability": "dev",
    und dann gehe nochmal in die Paketverwaltung (und mach ggf. ein Update der Pakete).

  6. #6
    Contao-Nutzer Avatar von rennXF
    Registriert seit
    05.08.2013.
    Beiträge
    114

    Standard

    Ok, habe ich gemacht. In der Paketverwaltung wird wieder ein Konsolenfenster mit folgendem Inhalt ausgegeben:

    Code:
    Loading composer repositories with package information
    Installing dependencies
    Your requirements could not be resolved to an installable set of packages.
    
      Problem 1
        - Installation request for contao-legacy/tinymce_legacy ~1.0 -> satisfiable by contao-legacy/tinymce_legacy[1.0.0.9026].
        - Conclusion: don't install contao/core 3.3.6
        - Conclusion: don't install contao/core 3.3.5
        - Conclusion: don't install contao/core 3.3.4
        - Conclusion: don't install contao/core 3.3.3
        - Conclusion: don't install contao/core 3.3.2
        - Conclusion: don't install contao/core 3.3.1
        - Installation request for contao-legacy/imagemap ~1.0-beta -> satisfiable by contao-legacy/imagemap[1.0.0.3008-beta].
        - Conclusion: don't install contao/core 3.3.0
        - contao-legacy/imagemap 1.0.0.3008-beta requires contao/core >=2.9.5,<3.0.0-dev -> satisfiable by contao/core[2.10.0, 2.10.1, 2.10.2, 2.10.3, 2.10.4, 2.10.RC1, 2.10.beta1, 2.11.0, 2.11.1, 2.11.10, 2.11.11, 2.11.12, 2.11.13, 2.11.14, 2.11.15, 2.11.16, 2.11.17, 2.11.2, 2.11.3, 2.11.4, 2.11.5, 2.11.6, 2.11.7, 2.11.8, 2.11.9, 2.11.RC1, 2.11.RC2, 2.11.beta1, 2.9.5].
        - Can only install one of: contao/core[3.4.0-beta1, 2.11.0].
        - Can only install one of: contao/core[3.4.0-beta1, 2.11.1].
        - Can only install one of: contao/core[3.4.0-beta1, 2.11.10].
        - Can only install one of: contao/core[3.4.0-beta1, 2.11.11].
        - Can only install one of: contao/core[3.4.0-beta1, 2.11.12].
        - Can only install one of: contao/core[3.4.0-beta1, 2.11.13].
        - Can only install one of: contao/core[3.4.0-beta1, 2.11.14].
        - Can only install one of: contao/core[3.4.0-beta1, 2.11.15].
        - Can only install one of: contao/core[3.4.0-beta1, 2.11.16].
        - Can only install one of: contao/core[3.4.0-beta1, 2.11.17].
        - Can only install one of: contao/core[3.4.0-beta1, 2.11.2].
        - Can only install one of: contao/core[3.4.0-beta1, 2.11.3].
        - Can only install one of: contao/core[3.4.0-beta1, 2.11.4].
        - Can only install one of: contao/core[3.4.0-beta1, 2.11.5].
        - Can only install one of: contao/core[3.4.0-beta1, 2.11.6].
        - Can only install one of: contao/core[3.4.0-beta1, 2.11.7].
        - Can only install one of: contao/core[3.4.0-beta1, 2.11.8].
        - Can only install one of: contao/core[3.4.0-beta1, 2.11.9].
        - Can only install one of: contao/core[3.4.0-beta1, 2.10.0].
        - Can only install one of: contao/core[3.4.0-beta1, 2.10.1].
        - Can only install one of: contao/core[3.4.0-beta1, 2.10.2].
        - Can only install one of: contao/core[3.4.0-beta1, 2.10.3].
        - Can only install one of: contao/core[3.4.0-beta1, 2.10.4].
        - Can only install one of: contao/core[3.4.0-beta1, 2.10.RC1].
        - Can only install one of: contao/core[3.4.0-beta1, 2.10.beta1].
        - Can only install one of: contao/core[3.4.0-beta1, 2.11.RC1].
        - Can only install one of: contao/core[3.4.0-beta1, 2.11.RC2].
        - Can only install one of: contao/core[3.4.0-beta1, 2.11.beta1].
        - Can only install one of: contao/core[3.4.0-beta1, 2.9.5].
        - contao-legacy/tinymce_legacy 1.0.0.9026 requires contao/core >=3.3.0,<4.0.0-dev -> satisfiable by contao/core[3.3.0, 3.3.1, 3.3.2, 3.3.3, 3.3.4, 3.3.5, 3.3.6, 3.4.0-RC1, 3.4.0-beta1].
        - Conclusion: don't install contao/core 3.4.0-RC1
    
    			contao-community-alliance
    Die Paketaktualisierung habe ich auch ausgeführt. Es scheint keine Wirkung zu zeigen :-(

    Was nun?

    Danke

    T

  7. #7
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.166
    Partner-ID
    10107

    Standard

    Hm, aus den Fehlern kann man zumindest erkennen, dass die Extension contao-legacy/imagemap nicht für Contao 3 freigegeben ist. Die müsstest du aus der composer.json entfernen und manuell installieren (falls du diese Extension tatsächlich noch weiter verwenden willst).

  8. #8
    Contao-Nutzer Avatar von rennXF
    Registriert seit
    05.08.2013.
    Beiträge
    114

    Standard

    Ok, soll ich sie einfach mal rausschmeißen und schauen ob es dann funktioniert?

  9. #9
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.166
    Partner-ID
    10107

    Standard

    Ja probier mal... ansonsten muss dir einer der contao composer devs weiterhelfen.

  10. #10
    Contao-Nutzer Avatar von rennXF
    Registriert seit
    05.08.2013.
    Beiträge
    114

    Standard

    Ok, es hat sich etwas verändert. Und zwar erscheint nun der contao-core in der Paketliste ganz oben. Den hatte ich vorher nicht.
    Leider hat sich in Sachen Erweiterungen/Module nichts getan. Weder bei den alten Erweiterungen gab es eine Verbesserung noch bei der mrtool/contao-google-custom-search hat sich etwas verbessert. Diese wurde ja nachträglich installiert und hier fehlt das notwendige Modul auch in der Auswahlliste.

    Die Konsole gibt nun folgendes aus.
    Code:
    Loading composer repositories with package information
    Installing dependencies
      - Installing contao-community-alliance/composer-plugin (2.3.3)
        Downloading
    
      - Installing leafo/lessphp (v0.4.0)
        Downloading
    
      - Installing leafo/scssphp (dev-master b65729d)
        Downloading
    
      - Installing leafo/scssphp-compass (dev-master f1631dd)
        Downloading
    
      - Installing michelf/php-markdown (1.4.1)
        Downloading
    
      - Installing swiftmailer/swiftmailer (v5.3.1)
        Downloading
    
      - Installing simplepie/simplepie (1.3.1)
        Downloading
    
      - Installing tecnick.com/tcpdf (dev-master 40662da)
        Downloading
    
      - Installing contao/php-diff (dev-master f84024e)
        Downloading
    
      - Installing contao/idna (dev-master 176e754)
        Downloading
    Hat noch jemand eine Idee dazu?

Aktive Benutzer

Aktive Benutzer

Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1)

Lesezeichen

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •