Search code examples
typo3typo3-extensions

The integration of installed TYPO3 extensions is not possible


Some of the installed extensions (e.g. wacon cookie manengment) are not available in the backend (site definition). If I include them in my site package via config.yaml, I get the error message that the link to the extension cannot be found.

I can access various functions - for wacon cookie menengment: assign coocies and integrate the dialogue for consent. Unfortunately, the CSS file is not loaded.

Composer installation via Plesk I have activated the extension with extention:setup

It is a TYPO3 v13.4, also with a Composer installation via Plesk

If I try to include in the Template, I get an Error massage. The Path doesn't exist. If I use the command

vendor/bin/typo3 site:sets:list

the extension wacon-cookie-manengment ist not listed.

Also I try to include in config.yaml

dependencies:

  • waconcookiemanagement/wacon-cookie-management

I get an Error Massage - that the extension doesen't exist. This is the Error Massage in the Backend:

Diese Site hängt von ungültigen Site-Sets ab Site-Set 'waconcookiemanagement/wacon-cookie-management' nicht gefunden (referenziert von 'site:home')

Maybe something didn't work with the installation in Composer via Plesk?


Solution

  • To integrate many TYPO3 extensions you need to integrate the TypoScript settings. Mostly done in the "Template" module, from v13 on you can add TypoScript per site in the Site Sets.

    Documentation:

    You need to look if the extension has the Site Set feature integrated. If yes, include it in your Site Set, otherwise you need to use the Template module.