Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem bei Installation 6.3 #3

Open
web-grips opened this issue Nov 25, 2021 · 0 comments
Open

Problem bei Installation 6.3 #3

web-grips opened this issue Nov 25, 2021 · 0 comments

Comments

@web-grips
Copy link

das Modul ließ sich nicht so einfach installieren
Folgende Anpassungen waren bei mir notwendig:

  • Version in /oxid-module-gtm-master/composer.json setzen
    "version": "0.5.0",

  • Application/Extend/ViewConfig
    Anpassung: public function getGtmContainerId()
    {
    // DWA Config Parameter war hier falsch geholt, war immer der Standardwert und nicht der aus der Datenbank
    $oConfig = Registry::getConfig();
    $this->sContainerId = $oConfig->getConfigParam('vt_gtm_containerid');
    return $this->sContainerId;
    }

  • dann alles (auf Ebene metadata.php) nach /packages/vt/oxid-module-gtm-master

  • composer config repositories.vt '{"type":"path", "url": "./packages/vt/*"}'

  • composer require --update-no-dev vanilla-thunder/oxid-module-gtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant