Closed cboelter closed 8 years ago
Gibt es hier schon etwas neues? :(
Dieses Problem tritt auch in SyncCto auf, falls ein Script in initializeSystems einen Benutzer erwartet.
Uncaught exception RuntimeException with message Unknown TL_MODE encountered "'CTO_BE'"
@discordier Können wir hier mal über eine mögliche Lösung diskutieren? Könnte mir vorstellen, dass man eine Map hat, wo der TL_MODE
auf einen User-Typ gemappt wird.
Bei CLI
nicht ganz trivial, da hier der User-Context nicht unbedingt bekannt ist.
Da faellt mir nun auch keine allgemeine Loesung ein. Ich tendiere dazu, im CLI den BE Kontext zu implizieren, in Contao 3 ist dies ebenso im automator, siehe system/bin/automator.
Ich benutze es aktuell mit dem TL_MODE BE, in der CLI ... funktioniert ohne Probleme.
Should be fixed by now
I'm using the console extension and the dependency container. If I'm starting the command I get the following error:
The Problem is the following code: https://github.com/contao-community-alliance/dependency-container/blob/master/src/DependencyInjection/Container/ContainerInitializer.php#L262-L265