Trustedshops modul Installation klappt nicht

Hi, ich versuche hier aktuell das trustedshop module zu installieren.
manuelles kopieren geht nicht, das schaltet er immer sofort wieder aus.

Module class DigideskMediaSolutions\TrustedShops\Core\ViewConfig not found. Module ID dd_trustedshops_features disabled

Wenn ich nun also der readme folge, und den Inhalt der zip in das unterverzeichnis “source/packages/digideskt/trustedshops/” Hier ist dann also der modules ordner composer und package json drinne.
Wenn ich dann wie beschrieben folgendes ausführe.

composer config repositories.digidesk ‘{“type”:“path”, “url”: “./packages/digidesk/*”}’
composer require digidesk/dd_trustedshops_features

bekomme ich im ssh folgenden response

vagrant@oxideshop:/vagrant/oxideshop/source$ composer require digidesk/dd_trustedshops_features
Using version ^2.0 for digidesk/dd_trustedshops_features
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Prefetch start: total: 0
Finished: success:0, skipped:0, failure:0, total: 0
Nothing to install or update
Generating autoload files

Da hatt er mir am Anfang einmal success:1 angezeigt, seitdem aber immer wie oben. Jetzt ist das Modul allerdings nicht unter “source/module/digidesk” zu finde und natürlich nicht im backend.

Kann mir jemand eine Tipp geben was da falsch ist?

Führen Sie anschließend folgende Befehle aus dem Hauptverzeichnis des Shopsystems aus:

Wo rufst du die composer Befehle auf ?

ja im hauptverzeichnis findet er nichts, also

[InvalidArgumentException]
Could not find a matching version of package digidesk/dd_trustedshops_features. Check the package spelling, your version constraint and that the package is available in a stability which ma
tches your minimum-stability (stable).

require [–dev] [–prefer-source] [–prefer-dist] [–no-progress] [–no-suggest] [–no-update] [–no-scripts] [–update-no-dev] [–update-with-dependencies] [–update-with-all-dependencies] [–ignore-platform-reqs] [–prefer-stable] [–prefer-lowest] [–sort-packages] [-o|–optimize-autoloader] [-a|–classmap-authoritative] [–apcu-autoloader] [–] []…

Ich kenn dein Pfad nicht aber source/packages/digideskt/trustedshops/ ist ggf. falsch.
Der package Ordner kommt auf die gleiche Ebene wie source und vendor.

2 Likes

aha, das wars.
Wer lesen kann ist klar im Vorteil… -.-

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.