Fehler: Fehler nach Contao Update 5.1.*
Produkt: Custom Elements Contao
Hallo zusammen,
nach einem Update auf Contao 5.1.* spuckt folgende Zeile einen fehler aus:
'extensions' => \Config::get('validImageTypes'),
ClassNotFoundError: "Attempted to load class "Config" from the global namespace. Did you forget a "use" statement for "League\Flysystem\Config"?" at
hat sich hier die Schreibweise geändert?
Mit freundlichen Grüßen
M. Maier
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by RockSolid Theme... on 19 Jul, 2023 02:26 PM
Vielen Dank für Ihre Frage.
Bitte ersetzen Sie die Zeile
mit folgendem Code:
Danach sollte der Fehler nicht mehr auftreten.
2 Posted by Matthias Maier on 22 Jul, 2023 11:57 AM
Super, hat funktioniert. Vielen Dank.