Ergebnis 1 bis 7 von 7

Thema: Contao-Manager: Warning: Ambiguous class resolution

  1. #1
    Contao-Nutzer Avatar von Nelly
    Registriert seit
    16.10.2009.
    Beiträge
    41

    Standard Contao-Manager: Warning: Ambiguous class resolution

    Hallo Zusammen!

    beim Versuch eine Extension zu deinstallieren (cfg_instagram) erhalte ich folgende Fehler beim Konsolentask:
    Code:
    $ /usr/local/bin/php_cli '-q' '/html/contao-corsicana/web/contao-manager.phar.php' 'composer' 'remove' 'codefog/contao-instagram' '--no-update' '--no-scripts' '--no-ansi' '--no-interaction' 2>&1
    
    
    # Process terminated with exit code 0
    # Result: OK
    
    
    > Resolving dependencies using Composer Cloud v1.3.9
    
    # Job ID 5c4f3e868bcde0.79484585 completed in 69 seconds
    
    
    $ /usr/local/bin/php_cli '-q' '/html/contao-corsicana/web/contao-manager.phar.php' 'composer' 'install' '--prefer-dist' '--no-dev' '--no-progress' '--no-suggest' '--no-ansi' '--no-interaction' '--optimize-autoloader' 2>&1
    
    Loading composer repositories with package information
    Installing dependencies from lock file
    Nothing to install or update
    Generating optimized autoload files
    Warning: Ambiguous class resolution, "UAParser\DeviceParser" was found in both "/html/contao-corsicana/vendor/ua-parser/uap-php/src/DeviceParser.php" and "/html/contao-corsicana/vendor/ua-parser/uap-php/src/src/DeviceParser.php", the first will be used.
    Warning: Ambiguous class resolution, "UAParser\AbstractParser" was found in both "/html/contao-corsicana/vendor/ua-parser/uap-php/src/AbstractParser.php" and "/html/contao-corsicana/vendor/ua-parser/uap-php/src/src/AbstractParser.php", the first will be used.
    Warning: Ambiguous class resolution, "UAParser\Util\Fetcher" was found in both "/html/contao-corsicana/vendor/ua-parser/uap-php/src/Util/Fetcher.php" and "/html/contao-corsicana/vendor/ua-parser/uap-php/src/src/Util/Fetcher.php", the first will be used.
    Warning: Ambiguous class resolution, "UAParser\Util\Logfile\AbstractReader" was found in both "/html/contao-corsicana/vendor/ua-parser/uap-php/src/Util/Logfile/AbstractReader.php" and "/html/contao-corsicana/vendor/ua-parser/uap-php/src/src/Util/Logfile/AbstractReader.php", the first will be used.
    Warning: Ambiguous class resolution, "UAParser\Util\Logfile\ApacheCommonLogFormatReader" was found in both "/html/contao-corsicana/vendor/ua-parser/uap-php/src/Util/Logfile/ApacheCommonLogFormatReader.php" and "/html/contao-corsicana/vendor/ua-parser/uap-php/src/src/Util/Logfile/ApacheCommonLogFormatReader.php", the first will be used.
    Warning: Ambiguous class resolution, "UAParser\Util\Logfile\ReaderInterface" was found in both "/html/contao-corsicana/vendor/ua-parser/uap-php/src/Util/Logfile/ReaderInterface.php" and "/html/contao-corsicana/vendor/ua-parser/uap-php/src/src/Util/Logfile/ReaderInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "UAParser\Util\Converter" was found in both "/html/contao-corsicana/vendor/ua-parser/uap-php/src/Util/Converter.php" and "/html/contao-corsicana/vendor/ua-parser/uap-php/src/src/Util/Converter.php", the first will be used.
    Warning: Ambiguous class resolution, "UAParser\OperatingSystemParser" was found in both "/html/contao-corsicana/vendor/ua-parser/uap-php/src/OperatingSystemParser.php" and "/html/contao-corsicana/vendor/ua-parser/uap-php/src/src/OperatingSystemParser.php", the first will be used.
    Warning: Ambiguous class resolution, "UAParser\Result\OperatingSystem" was found in both "/html/contao-corsicana/vendor/ua-parser/uap-php/src/src/Result/OperatingSystem.php" and "/html/contao-corsicana/vendor/ua-parser/uap-php/src/Result/OperatingSystem.php", the first will be used.
    Warning: Ambiguous class resolution, "UAParser\Result\AbstractSoftware" was found in both "/html/contao-corsicana/vendor/ua-parser/uap-php/src/src/Result/AbstractSoftware.php" and "/html/contao-corsicana/vendor/ua-parser/uap-php/src/Result/AbstractSoftware.php", the first will be used.
    Warning: Ambiguous class resolution, "UAParser\Result\Client" was found in both "/html/contao-corsicana/vendor/ua-parser/uap-php/src/src/Result/Client.php" and "/html/contao-corsicana/vendor/ua-parser/uap-php/src/Result/Client.php", the first will be used.
    Warning: Ambiguous class resolution, "UAParser\Result\UserAgent" was found in both "/html/contao-corsicana/vendor/ua-parser/uap-php/src/src/Result/UserAgent.php" and "/html/contao-corsicana/vendor/ua-parser/uap-php/src/Result/UserAgent.php", the first will be used.
    Warning: Ambiguous class resolution, "UAParser\Result\Device" was found in both "/html/contao-corsicana/vendor/ua-parser/uap-php/src/src/Result/Device.php" and "/html/contao-corsicana/vendor/ua-parser/uap-php/src/Result/Device.php", the first will be used.
    Warning: Ambiguous class resolution, "UAParser\Result\AbstractClient" was found in both "/html/contao-corsicana/vendor/ua-parser/uap-php/src/src/Result/AbstractClient.php" and "/html/contao-corsicana/vendor/ua-parser/uap-php/src/Result/AbstractClient.php", the first will be used.
    Warning: Ambiguous class resolution, "UAParser\Result\AbstractVersionedSoftware" was found in both "/html/contao-corsicana/vendor/ua-parser/uap-php/src/src/Result/AbstractVersionedSoftware.php" and "/html/contao-corsicana/vendor/ua-parser/uap-php/src/Result/AbstractVersionedSoftware.php", the first will be used.
    Warning: Ambiguous class resolution, "UAParser\Command\ConvertCommand" was found in both "/html/contao-corsicana/vendor/ua-parser/uap-php/src/src/Command/ConvertCommand.php" and "/html/contao-corsicana/vendor/ua-parser/uap-php/src/Command/ConvertCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "UAParser\Command\ParserCommand" was found in both "/html/contao-corsicana/vendor/ua-parser/uap-php/src/src/Command/ParserCommand.php" and "/html/contao-corsicana/vendor/ua-parser/uap-php/src/Command/ParserCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "UAParser\Command\LogfileCommand" was found in both "/html/contao-corsicana/vendor/ua-parser/uap-php/src/src/Command/LogfileCommand.php" and "/html/contao-corsicana/vendor/ua-parser/uap-php/src/Command/LogfileCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "UAParser\Command\UpdateCommand" was found in both "/html/contao-corsicana/vendor/ua-parser/uap-php/src/src/Command/UpdateCommand.php" and "/html/contao-corsicana/vendor/ua-parser/uap-php/src/Command/UpdateCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "UAParser\Command\FetchCommand" was found in both "/html/contao-corsicana/vendor/ua-parser/uap-php/src/src/Command/FetchCommand.php" and "/html/contao-corsicana/vendor/ua-parser/uap-php/src/Command/FetchCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "UAParser\Exception\FetcherException" was found in both "/html/contao-corsicana/vendor/ua-parser/uap-php/src/src/Exception/FetcherException.php" and "/html/contao-corsicana/vendor/ua-parser/uap-php/src/Exception/FetcherException.php", the first will be used.
    Warning: Ambiguous class resolution, "UAParser\Exception\FileNotFoundException" was found in both "/html/contao-corsicana/vendor/ua-parser/uap-php/src/src/Exception/FileNotFoundException.php" and "/html/contao-corsicana/vendor/ua-parser/uap-php/src/Exception/FileNotFoundException.php", the first will be used.
    Warning: Ambiguous class resolution, "UAParser\Exception\DomainException" was found in both "/html/contao-corsicana/vendor/ua-parser/uap-php/src/src/Exception/DomainException.php" and "/html/contao-corsicana/vendor/ua-parser/uap-php/src/Exception/DomainException.php", the first will be used.
    Warning: Ambiguous class resolution, "UAParser\Exception\ReaderException" was found in both "/html/contao-corsicana/vendor/ua-parser/uap-php/src/src/Exception/ReaderException.php" and "/html/contao-corsicana/vendor/ua-parser/uap-php/src/Exception/ReaderException.php", the first will be used.
    Warning: Ambiguous class resolution, "UAParser\Exception\InvalidArgumentException" was found in both "/html/contao-corsicana/vendor/ua-parser/uap-php/src/src/Exception/InvalidArgumentException.php" and "/html/contao-corsicana/vendor/ua-parser/uap-php/src/Exception/InvalidArgumentException.php", the first will be used.
    Warning: Ambiguous class resolution, "UAParser\UserAgentParser" was found in both "/html/contao-corsicana/vendor/ua-parser/uap-php/src/src/UserAgentParser.php" and "/html/contao-corsicana/vendor/ua-parser/uap-php/src/UserAgentParser.php", the first will be used.
    Warning: Ambiguous class resolution, "UAParser\Parser" was found in both "/html/contao-corsicana/vendor/ua-parser/uap-php/src/src/Parser.php" and "/html/contao-corsicana/vendor/ua-parser/uap-php/src/Parser.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\LinkStub" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/LinkStub.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/LinkStub.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\DateCaster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/DateCaster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/DateCaster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\ArgsStub" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/ArgsStub.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/ArgsStub.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\StubCaster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/StubCaster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/StubCaster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\CutArrayStub" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/CutArrayStub.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/CutArrayStub.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\ClassStub" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/ClassStub.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/ClassStub.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\ConstStub" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/ConstStub.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/ConstStub.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\XmlResourceCaster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/XmlResourceCaster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/XmlResourceCaster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\XmlReaderCaster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/XmlReaderCaster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/XmlReaderCaster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\ResourceCaster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/ResourceCaster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/ResourceCaster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\ProxyManagerCaster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/ProxyManagerCaster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/ProxyManagerCaster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\FrameStub" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/FrameStub.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/FrameStub.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\DoctrineCaster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/DoctrineCaster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/DoctrineCaster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\PgSqlCaster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/PgSqlCaster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/PgSqlCaster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\DOMCaster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/DOMCaster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/DOMCaster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\TraceStub" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/TraceStub.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/TraceStub.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\ExceptionCaster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/ExceptionCaster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/ExceptionCaster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\EnumStub" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/EnumStub.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/EnumStub.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\AmqpCaster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/AmqpCaster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/AmqpCaster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\MemcachedCaster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/MemcachedCaster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/MemcachedCaster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\IntlCaster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/IntlCaster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/IntlCaster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\RedisCaster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/RedisCaster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/RedisCaster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\PdoCaster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/PdoCaster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/PdoCaster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\ReflectionCaster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/ReflectionCaster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/ReflectionCaster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\GmpCaster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/GmpCaster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/GmpCaster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\CutStub" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/CutStub.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/CutStub.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\SymfonyCaster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/SymfonyCaster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/SymfonyCaster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\Caster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/Caster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\SplCaster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/SplCaster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/SplCaster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Command\ServerDumpCommand" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Command/ServerDumpCommand.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Command/Command/ServerDumpCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Command\Descriptor\CliDescriptor" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Command/Command/Descriptor/CliDescriptor.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Command\Descriptor\DumpDescriptorInterface" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Command/Command/Descriptor/DumpDescriptorInterface.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Command\Descriptor\HtmlDescriptor" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Command/Command/Descriptor/HtmlDescriptor.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Exception\ThrowingCasterException" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Exception/Exception/ThrowingCasterException.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Exception/ThrowingCasterException.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Dumper\HtmlDumper" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Dumper/HtmlDumper.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Dumper/Dumper/HtmlDumper.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Dumper/Dumper/ContextProvider/SourceContextProvider.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Dumper/Dumper/ContextProvider/CliContextProvider.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Dumper/Dumper/ContextProvider/RequestContextProvider.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Dumper\ContextProvider\ContextProviderInterface" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Dumper/Dumper/ContextProvider/ContextProviderInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Dumper\DataDumperInterface" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Dumper/Dumper/DataDumperInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Dumper\CliDumper" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Dumper/CliDumper.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Dumper/Dumper/CliDumper.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Dumper\ServerDumper" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Dumper/ServerDumper.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Dumper/Dumper/ServerDumper.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Dumper\AbstractDumper" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Dumper/AbstractDumper.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Dumper/Dumper/AbstractDumper.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Server\DumpServer" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Server/DumpServer.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Server/Server/DumpServer.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Server\Connection" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Server/Connection.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Server/Server/Connection.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Cloner\AbstractCloner" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Cloner/AbstractCloner.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Cloner/Cloner/AbstractCloner.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Cloner\VarCloner" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Cloner/VarCloner.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Cloner/Cloner/VarCloner.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Cloner\Data" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Cloner/Data.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Cloner/Cloner/Data.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Cloner\DumperInterface" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Cloner/DumperInterface.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Cloner/Cloner/DumperInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Cloner\Stub" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Cloner/Stub.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Cloner/Cloner/Stub.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Cloner\Cursor" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Cloner/Cursor.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Cloner/Cloner/Cursor.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Cloner\ClonerInterface" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Cloner/ClonerInterface.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Cloner/Cloner/ClonerInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator" was found in both "/html/contao-corsicana/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php" and "/html/contao-corsicana/vendor/symfony/web-profiler-bundle/Csp/Csp/NonceGenerator.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler" was found in both "/html/contao-corsicana/vendor/symfony/web-profiler-bundle/Csp/Csp/ContentSecurityPolicyHandler.php" and "/html/contao-corsicana/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener" was found in both "/html/contao-corsicana/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php" and "/html/contao-corsicana/vendor/symfony/web-profiler-bundle/EventListener/EventListener/WebDebugToolbarListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController" was found in both "/html/contao-corsicana/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php" and "/html/contao-corsicana/vendor/symfony/web-profiler-bundle/Controller/Controller/ProfilerController.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bundle\WebProfilerBundle\Controller\RouterController" was found in both "/html/contao-corsicana/vendor/symfony/web-profiler-bundle/Controller/RouterController.php" and "/html/contao-corsicana/vendor/symfony/web-profiler-bundle/Controller/Controller/RouterController.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController" was found in both "/html/contao-corsicana/vendor/symfony/web-profiler-bundle/Controller/Controller/ExceptionController.php" and "/html/contao-corsicana/vendor/symfony/web-profiler-bundle/Controller/ExceptionController.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension" was found in both "/html/contao-corsicana/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php" and "/html/contao-corsicana/vendor/symfony/web-profiler-bundle/Twig/Twig/WebProfilerExtension.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bundle\WebProfilerBundle\Profiler\TemplateManager" was found in both "/html/contao-corsicana/vendor/symfony/web-profiler-bundle/Profiler/Profiler/TemplateManager.php" and "/html/contao-corsicana/vendor/symfony/web-profiler-bundle/Profiler/TemplateManager.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bundle\WebProfilerBundle\DependencyInjection\WebProfilerExtension" was found in both "/html/contao-corsicana/vendor/symfony/web-profiler-bundle/DependencyInjection/WebProfilerExtension.php" and "/html/contao-corsicana/vendor/symfony/web-profiler-bundle/DependencyInjection/DependencyInjection/WebProfilerExtension.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bundle\WebProfilerBundle\DependencyInjection\Configuration" was found in both "/html/contao-corsicana/vendor/symfony/web-profiler-bundle/DependencyInjection/DependencyInjection/Configuration.php" and "/html/contao-corsicana/vendor/symfony/web-profiler-bundle/DependencyInjection/Configuration.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bundle\DebugBundle\Command\ServerDumpPlaceholderCommand" was found in both "/html/contao-corsicana/vendor/symfony/debug-bundle/Command/Command/ServerDumpPlaceholderCommand.php" and "/html/contao-corsicana/vendor/symfony/debug-bundle/Command/ServerDumpPlaceholderCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bundle\DebugBundle\DependencyInjection\DebugExtension" was found in both "/html/contao-corsicana/vendor/symfony/debug-bundle/DependencyInjection/DebugExtension.php" and "/html/contao-corsicana/vendor/symfony/debug-bundle/DependencyInjection/DependencyInjection/DebugExtension.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bundle\DebugBundle\DependencyInjection\Compiler\DumpDataCollectorPass" was found in both "/html/contao-corsicana/vendor/symfony/debug-bundle/DependencyInjection/Compiler/DumpDataCollectorPass.php" and "/html/contao-corsicana/vendor/symfony/debug-bundle/DependencyInjection/DependencyInjection/Compiler/DumpDataCollectorPass.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bundle\DebugBundle\DependencyInjection\Configuration" was found in both "/html/contao-corsicana/vendor/symfony/debug-bundle/DependencyInjection/DependencyInjection/Configuration.php" and "/html/contao-corsicana/vendor/symfony/debug-bundle/DependencyInjection/Configuration.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bridge\ProxyManager\LazyProxy\Instantiator\RuntimeInstantiator" was found in both "/html/contao-corsicana/vendor/symfony/proxy-manager-bridge/LazyProxy/Instantiator/RuntimeInstantiator.php" and "/html/contao-corsicana/vendor/symfony/proxy-manager-bridge/LazyProxy/LazyProxy/Instantiator/RuntimeInstantiator.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bridge\ProxyManager\LazyProxy\Instantiator\LazyLoadingValueHolderFactoryV2" was found in both "/html/contao-corsicana/vendor/symfony/proxy-manager-bridge/LazyProxy/Instantiator/LazyLoadingValueHolderFactoryV2.php" and "/html/contao-corsicana/vendor/symfony/proxy-manager-bridge/LazyProxy/LazyProxy/Instantiator/LazyLoadingValueHolderFactoryV2.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bridge\ProxyManager\LazyProxy\Instantiator\LazyLoadingValueHolderFactoryV1" was found in both "/html/contao-corsicana/vendor/symfony/proxy-manager-bridge/LazyProxy/Instantiator/LazyLoadingValueHolderFactoryV1.php" and "/html/contao-corsicana/vendor/symfony/proxy-manager-bridge/LazyProxy/LazyProxy/Instantiator/LazyLoadingValueHolderFactoryV1.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bridge\ProxyManager\LazyProxy\PhpDumper\ProxyDumper" was found in both "/html/contao-corsicana/vendor/symfony/proxy-manager-bridge/LazyProxy/LazyProxy/PhpDumper/ProxyDumper.php" and "/html/contao-corsicana/vendor/symfony/proxy-manager-bridge/LazyProxy/PhpDumper/ProxyDumper.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bridge\ProxyManager\LazyProxy\PhpDumper\LazyLoadingValueHolderGenerator" was found in both "/html/contao-corsicana/vendor/symfony/proxy-manager-bridge/LazyProxy/LazyProxy/PhpDumper/LazyLoadingValueHolderGenerator.php" and "/html/contao-corsicana/vendor/symfony/proxy-manager-bridge/LazyProxy/PhpDumper/LazyLoadingValueHolderGenerator.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bridge\Monolog\Formatter\VarDumperFormatter" was found in both "/html/contao-corsicana/vendor/symfony/monolog-bridge/Formatter/VarDumperFormatter.php" and "/html/contao-corsicana/vendor/symfony/monolog-bridge/Formatter/Formatter/VarDumperFormatter.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bridge\Monolog\Formatter\ConsoleFormatter" was found in both "/html/contao-corsicana/vendor/symfony/monolog-bridge/Formatter/ConsoleFormatter.php" and "/html/contao-corsicana/vendor/symfony/monolog-bridge/Formatter/Formatter/ConsoleFormatter.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bridge\Monolog\Processor\TokenProcessor" was found in both "/html/contao-corsicana/vendor/symfony/monolog-bridge/Processor/TokenProcessor.php" and "/html/contao-corsicana/vendor/symfony/monolog-bridge/Processor/Processor/TokenProcessor.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bridge\Monolog\Processor\DebugProcessor" was found in both "/html/contao-corsicana/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php" and "/html/contao-corsicana/vendor/symfony/monolog-bridge/Processor/Processor/DebugProcessor.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bridge\Monolog\Processor\WebProcessor" was found in both "/html/contao-corsicana/vendor/symfony/monolog-bridge/Processor/WebProcessor.php" and "/html/contao-corsicana/vendor/symfony/monolog-bridge/Processor/Processor/WebProcessor.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bridge\Monolog\Handler\ConsoleHandler" was found in both "/html/contao-corsicana/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php" and "/html/contao-corsicana/vendor/symfony/monolog-bridge/Handler/Handler/ConsoleHandler.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bridge\Monolog\Handler\SwiftMailerHandler" was found in both "/html/contao-corsicana/vendor/symfony/monolog-bridge/Handler/SwiftMailerHandler.php" and "/html/contao-corsicana/vendor/symfony/monolog-bridge/Handler/Handler/SwiftMailerHandler.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bridge\Monolog\Handler\FirePHPHandler" was found in both "/html/contao-corsicana/vendor/symfony/monolog-bridge/Handler/FirePHPHandler.php" and "/html/contao-corsicana/vendor/symfony/monolog-bridge/Handler/Handler/FirePHPHandler.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bridge\Monolog\Handler\FingersCrossed\HttpCodeActivationStrategy" was found in both "/html/contao-corsicana/vendor/symfony/monolog-bridge/Handler/FingersCrossed/HttpCodeActivationStrategy.php" and "/html/contao-corsicana/vendor/symfony/monolog-bridge/Handler/Handler/FingersCrossed/HttpCodeActivationStrategy.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bridge\Monolog\Handler\FingersCrossed\NotFoundActivationStrategy" was found in both "/html/contao-corsicana/vendor/symfony/monolog-bridge/Handler/FingersCrossed/NotFoundActivationStrategy.php" and "/html/contao-corsicana/vendor/symfony/monolog-bridge/Handler/Handler/FingersCrossed/NotFoundActivationStrategy.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bridge\Monolog\Handler\ServerLogHandler" was found in both "/html/contao-corsicana/vendor/symfony/monolog-bridge/Handler/ServerLogHandler.php" and "/html/contao-corsicana/vendor/symfony/monolog-bridge/Handler/Handler/ServerLogHandler.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bridge\Monolog\Handler\ChromePhpHandler" was found in both "/html/contao-corsicana/vendor/symfony/monolog-bridge/Handler/Handler/ChromePhpHandler.php" and "/html/contao-corsicana/vendor/symfony/monolog-bridge/Handler/ChromePhpHandler.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\NewsletterBundle\ContaoManager\Plugin" was found in both "/html/contao-corsicana/vendor/contao/newsletter-bundle/src/src/ContaoManager/Plugin.php" and "/html/contao-corsicana/vendor/contao/newsletter-bundle/src/ContaoManager/Plugin.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\NewsletterBundle\ContaoNewsletterBundle" was found in both "/html/contao-corsicana/vendor/contao/newsletter-bundle/src/src/ContaoNewsletterBundle.php" and "/html/contao-corsicana/vendor/contao/newsletter-bundle/src/ContaoNewsletterBundle.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\NewsBundle\EventListener\GeneratePageListener" was found in both "/html/contao-corsicana/vendor/contao/news-bundle/src/src/EventListener/GeneratePageListener.php" and "/html/contao-corsicana/vendor/contao/news-bundle/src/EventListener/GeneratePageListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\NewsBundle\EventListener\PreviewUrlCreateListener" was found in both "/html/contao-corsicana/vendor/contao/news-bundle/src/src/EventListener/PreviewUrlCreateListener.php" and "/html/contao-corsicana/vendor/contao/news-bundle/src/EventListener/PreviewUrlCreateListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\NewsBundle\EventListener\PreviewUrlConvertListener" was found in both "/html/contao-corsicana/vendor/contao/news-bundle/src/src/EventListener/PreviewUrlConvertListener.php" and "/html/contao-corsicana/vendor/contao/news-bundle/src/EventListener/PreviewUrlConvertListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\NewsBundle\EventListener\InsertTagsListener" was found in both "/html/contao-corsicana/vendor/contao/news-bundle/src/src/EventListener/InsertTagsListener.php" and "/html/contao-corsicana/vendor/contao/news-bundle/src/EventListener/InsertTagsListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\NewsBundle\ContaoNewsBundle" was found in both "/html/contao-corsicana/vendor/contao/news-bundle/src/src/ContaoNewsBundle.php" and "/html/contao-corsicana/vendor/contao/news-bundle/src/ContaoNewsBundle.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\NewsBundle\ContaoManager\Plugin" was found in both "/html/contao-corsicana/vendor/contao/news-bundle/src/src/ContaoManager/Plugin.php" and "/html/contao-corsicana/vendor/contao/news-bundle/src/ContaoManager/Plugin.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\NewsBundle\Picker\NewsPickerProvider" was found in both "/html/contao-corsicana/vendor/contao/news-bundle/src/src/Picker/NewsPickerProvider.php" and "/html/contao-corsicana/vendor/contao/news-bundle/src/Picker/NewsPickerProvider.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\NewsBundle\DependencyInjection\ContaoNewsExtension" was found in both "/html/contao-corsicana/vendor/contao/news-bundle/src/src/DependencyInjection/ContaoNewsExtension.php" and "/html/contao-corsicana/vendor/contao/news-bundle/src/DependencyInjection/ContaoNewsExtension.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\EventListener\InstallCommandListener" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/EventListener/InstallCommandListener.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/EventListener/InstallCommandListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\EventListener\InitializeApplicationListener" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/EventListener/InitializeApplicationListener.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/EventListener/InitializeApplicationListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\Composer\ScriptHandler" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/Composer/ScriptHandler.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/Composer/ScriptHandler.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\Command\InstallWebDirCommand" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/Command/InstallWebDirCommand.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/Command/InstallWebDirCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\Api\Command\VersionCommand" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/Api/Command/VersionCommand.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/Api/Command/VersionCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\Api\ManagerConfig" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/Api/ManagerConfig.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/Api/ManagerConfig.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\Api\Application" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/Api/Application.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/Api/Application.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\Cache\BundleCacheClearer" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/Cache/BundleCacheClearer.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/Cache/BundleCacheClearer.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\ContaoManager\ApiCommand\SetConfigCommand" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/ContaoManager/ApiCommand/SetConfigCommand.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/ContaoManager/ApiCommand/SetConfigCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\ContaoManager\ApiCommand\SetDotEnvCommand" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/ContaoManager/ApiCommand/SetDotEnvCommand.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/ContaoManager/ApiCommand/SetDotEnvCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\ContaoManager\ApiCommand\GetDotEnvCommand" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/ContaoManager/ApiCommand/GetDotEnvCommand.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/ContaoManager/ApiCommand/GetDotEnvCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\ContaoManager\ApiCommand\RemoveDotEnvCommand" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/ContaoManager/ApiCommand/RemoveDotEnvCommand.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/ContaoManager/ApiCommand/RemoveDotEnvCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\ContaoManager\ApiCommand\GetConfigCommand" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/ContaoManager/ApiCommand/GetConfigCommand.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/ContaoManager/ApiCommand/GetConfigCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\ContaoManager\Plugin" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/ContaoManager/Plugin.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/ContaoManager/Plugin.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\HttpKernel\ContaoKernel" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/HttpKernel/ContaoKernel.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/HttpKernel/ContaoKernel.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\HttpKernel\ContaoCache" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/HttpKernel/ContaoCache.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/HttpKernel/ContaoCache.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\DependencyInjection\Compiler\SwiftMailerPass" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/DependencyInjection/Compiler/SwiftMailerPass.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/DependencyInjection/Compiler/SwiftMailerPass.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\DependencyInjection\ContaoManagerExtension" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/DependencyInjection/ContaoManagerExtension.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/DependencyInjection/ContaoManagerExtension.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\Routing\RouteLoader" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/Routing/RouteLoader.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/Routing/RouteLoader.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\ContaoManagerBundle" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/ContaoManagerBundle.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/ContaoManagerBundle.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Event\InitializeApplicationEvent" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/Event/InitializeApplicationEvent.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/Event/InitializeApplicationEvent.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Event\ContaoInstallationEvents" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/Event/ContaoInstallationEvents.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/Event/ContaoInstallationEvents.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\InstallTool" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/InstallTool.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/InstallTool.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\EventListener\InitializeApplicationListener" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/EventListener/InitializeApplicationListener.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/EventListener/InitializeApplicationListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Command\LockCommand" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/Command/LockCommand.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/Command/LockCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Command\UnlockCommand" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/Command/UnlockCommand.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/Command/UnlockCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Controller\InstallationController" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/Controller/InstallationController.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/Controller/InstallationController.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\ContaoInstallationBundle" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/ContaoInstallationBundle.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/ContaoInstallationBundle.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Translation\LanguageResolver" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/Translation/LanguageResolver.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/Translation/LanguageResolver.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\ContaoManager\Plugin" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/ContaoManager/Plugin.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/ContaoManager/Plugin.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\InstallToolUser" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/InstallToolUser.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/InstallToolUser.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Database\Version447Update" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/Database/Version447Update.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/Database/Version447Update.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Database\AbstractVersionUpdate" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/Database/AbstractVersionUpdate.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/Database/AbstractVersionUpdate.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Database\Installer" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/Database/Installer.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/Database/Installer.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Database\Version410Update" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/Database/Version410Update.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/Database/Version410Update.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Database\Version400Update" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/Database/Version400Update.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/Database/Version400Update.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Database\Version460Update" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/Database/Version460Update.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/Database/Version460Update.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Database\Version330Update" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/Database/Version330Update.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/Database/Version330Update.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Database\Version350Update" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/Database/Version350Update.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/Database/Version350Update.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Database\Version450Update" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/Database/Version450Update.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/Database/Version450Update.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Database\ConnectionFactory" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/Database/ConnectionFactory.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/Database/ConnectionFactory.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Database\Version430Update" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/Database/Version430Update.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/Database/Version430Update.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Database\Version440Update" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/Database/Version440Update.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/Database/Version440Update.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\DependencyInjection\ContaoInstallationExtension" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/DependencyInjection/ContaoInstallationExtension.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/DependencyInjection/ContaoInstallationExtension.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Config\ParameterDumper" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/Config/ParameterDumper.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/Config/ParameterDumper.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Util\PackageUtil" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/Util/PackageUtil.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Util/PackageUtil.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Util\SymlinkUtil" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/Util/SymlinkUtil.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Util/SymlinkUtil.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Event\PreviewUrlCreateEvent" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/Event/PreviewUrlCreateEvent.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Event/PreviewUrlCreateEvent.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Event\ContaoCoreEvents" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/Event/ContaoCoreEvents.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Event/ContaoCoreEvents.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Event\SlugValidCharactersEvent" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/Event/SlugValidCharactersEvent.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Event/SlugValidCharactersEvent.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Event\PreviewUrlConvertEvent" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/Event/PreviewUrlConvertEvent.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Event/PreviewUrlConvertEvent.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Event\ImageSizesEvent" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/Event/ImageSizesEvent.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Event/ImageSizesEvent.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Event\MenuEvent" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/Event/MenuEvent.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Event/MenuEvent.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Response\InitializeControllerResponse" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/Response/InitializeControllerResponse.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Response/InitializeControllerResponse.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Csrf\MemoryTokenStorage" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/Csrf/MemoryTokenStorage.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Csrf/MemoryTokenStorage.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\DataCollector\ContaoDataCollector" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/DataCollector/ContaoDataCollector.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/src/DataCollector/ContaoDataCollector.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Menu\BackendMenuBuilder" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Menu/BackendMenuBuilder.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Menu/BackendMenuBuilder.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Menu\BackendMenuRenderer" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Menu/BackendMenuRenderer.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Menu/BackendMenuRenderer.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\RefererIdListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/RefererIdListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/RefererIdListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\DoctrineSchemaListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/DoctrineSchemaListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/DoctrineSchemaListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\BackendMenuListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/BackendMenuListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/BackendMenuListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\PrettyErrorScreenListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/PrettyErrorScreenListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/PrettyErrorScreenListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\ClearSessionDataListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/ClearSessionDataListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/ClearSessionDataListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\GlobalsMapListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/GlobalsMapListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/GlobalsMapListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\AddToSearchIndexListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/AddToSearchIndexListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/AddToSearchIndexListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\InsecureInstallationListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/InsecureInstallationListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/InsecureInstallationListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\BackendLocaleListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/BackendLocaleListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/BackendLocaleListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\CommandSchedulerListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/CommandSchedulerListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/CommandSchedulerListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\SwitchUserListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/SwitchUserListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/SwitchUserListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\MergeHttpHeadersListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/MergeHttpHeadersListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/MergeHttpHeadersListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\ToggleViewListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/ToggleViewListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/ToggleViewListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\ResponseExceptionListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/ResponseExceptionListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/ResponseExceptionListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\ExceptionConverterListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/ExceptionConverterListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\InsertTags\TranslationListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/InsertTags/TranslationListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/InsertTags/TranslationListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\InsertTags\AssetListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/InsertTags/AssetListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/InsertTags/AssetListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\UserSessionListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/UserSessionListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/UserSessionListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\BypassMaintenanceListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/BypassMaintenanceListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/BypassMaintenanceListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\StoreRefererListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/StoreRefererListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/StoreRefererListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\LocaleListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/LocaleListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/LocaleListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\UserAwareTrait" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/UserAwareTrait.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/UserAwareTrait.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\HeaderReplay\PageLayoutListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/HeaderReplay/PageLayoutListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/HeaderReplay/PageLayoutListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\HeaderReplay\UserSessionListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/HeaderReplay/UserSessionListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/HeaderReplay/UserSessionListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\CsrfTokenCookieListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/CsrfTokenCookieListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/CsrfTokenCookieListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Composer\ScriptHandler" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Composer/ScriptHandler.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Composer/ScriptHandler.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Command\InstallCommand" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Command/InstallCommand.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Command/InstallCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Command\AbstractLockedCommand" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Command/AbstractLockedCommand.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Command/AbstractLockedCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Command\FilesyncCommand" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Command/FilesyncCommand.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Command/FilesyncCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Command\VersionCommand" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Command/VersionCommand.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Command/VersionCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Command\UserPasswordCommand" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Command/UserPasswordCommand.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Command/UserPasswordCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Command\AutomatorCommand" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Command/AutomatorCommand.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Command/AutomatorCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Command\SymlinksCommand" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Command/SymlinksCommand.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Command/SymlinksCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Command\DoctrineMigrationsDiffCommand" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Command/DoctrineMigrationsDiffCommand.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Command/DoctrineMigrationsDiffCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\InvalidRequestTokenException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/InvalidRequestTokenException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/InvalidRequestTokenException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\PageNotFoundException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/PageNotFoundException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/PageNotFoundException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\UserNotFoundException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/UserNotFoundException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/UserNotFoundException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\InsufficientAuthenticationException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/InsufficientAuthenticationException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/InsufficientAuthenticationException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\ForwardPageNotFoundException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/ForwardPageNotFoundException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/ForwardPageNotFoundException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\PaletteNotFoundException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/PaletteNotFoundException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/PaletteNotFoundException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\NoActivePageFoundException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/NoActivePageFoundException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/NoActivePageFoundException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\InternalServerErrorException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/InternalServerErrorException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/InternalServerErrorException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\PalettePositionException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/PalettePositionException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/PalettePositionException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\NoContentResponseException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/NoContentResponseException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/NoContentResponseException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\NoLayoutSpecifiedException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/NoLayoutSpecifiedException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/NoLayoutSpecifiedException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\InsecureInstallationException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/InsecureInstallationException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/InsecureInstallationException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\ServiceUnavailableException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/ServiceUnavailableException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/ServiceUnavailableException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\InternalServerErrorHttpException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/InternalServerErrorHttpException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/InternalServerErrorHttpException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\AccessDeniedException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/AccessDeniedException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/AccessDeniedException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\RedirectResponseException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/RedirectResponseException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/RedirectResponseException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\NoRootPageFoundException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/NoRootPageFoundException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/NoRootPageFoundException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\IncompleteInstallationException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/IncompleteInstallationException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/IncompleteInstallationException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\ResponseException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/ResponseException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/ResponseException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\AjaxRedirectResponseException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/AjaxRedirectResponseException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/AjaxRedirectResponseException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Fragment\ForwardFragmentRenderer" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Fragment/ForwardFragmentRenderer.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Fragment/ForwardFragmentRenderer.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Fragment\UnknownFragmentException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Fragment/UnknownFragmentException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Fragment/UnknownFragmentException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Fragment\Reference\FragmentReference" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Fragment/Reference/FragmentReference.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Fragment/Reference/FragmentReference.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Fragment\Reference\ContentElementReference" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Fragment/Reference/ContentElementReference.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Fragment/Reference/ContentElementReference.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Fragment\Reference\FrontendModuleReference" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Fragment/Reference/FrontendModuleReference.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Fragment/Reference/FrontendModuleReference.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Fragment\FragmentRegistry" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Fragment/FragmentRegistry.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Fragment/FragmentRegistry.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Fragment\FragmentPreHandlerInterface" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Fragment/FragmentPreHandlerInterface.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Fragment/FragmentPreHandlerInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Fragment\FragmentHandler" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Fragment/FragmentHandler.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Fragment/FragmentHandler.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Fragment\FragmentConfig" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Fragment/FragmentConfig.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Fragment/FragmentConfig.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Fragment\FragmentOptionsAwareInterface" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Fragment/FragmentOptionsAwareInterface.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Fragment/FragmentOptionsAwareInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Fragment\FragmentRegistryInterface" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Fragment/FragmentRegistryInterface.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Fragment/FragmentRegistryInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Slug\ValidCharacters" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Slug/ValidCharacters.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Slug/ValidCharacters.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Referer\TokenGenerator" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Referer/TokenGenerator.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Referer/TokenGenerator.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Asset\ContaoContext" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Asset/ContaoContext.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Asset/ContaoContext.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Controller\FrontendController" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Controller/FrontendController.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Controller/FrontendController.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Controller\FrontendModule\AbstractFrontendModuleController" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Controller/FrontendModule/AbstractFrontendModuleController.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Controller/FrontendModule/AbstractFrontendModuleController.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Controller\AbstractFragmentController" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Controller/AbstractFragmentController.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Controller/AbstractFragmentController.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Controller\BackendCsvImportController" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Controller/BackendCsvImportController.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Controller/BackendCsvImportController.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Controller\ContentElement\AbstractContentElementController" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Controller/ContentElement/AbstractContentElementController.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Controller/ContentElement/AbstractContentElementController.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Controller\InsertTagsController" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Controller/InsertTagsController.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Controller/InsertTagsController.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Controller\InitializeController" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Controller/InitializeController.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Controller/InitializeController.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Controller\BackendController" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Controller/BackendController.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Controller/BackendController.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Security\TwoFactor\Provider" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Security/TwoFactor/Provider.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Security/TwoFactor/Provider.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Security\TwoFactor\BackendFormRenderer" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Security/TwoFactor/BackendFormRenderer.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Security/TwoFactor/BackendFormRenderer.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Security\TwoFactor\Authenticator" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Security/TwoFactor/Authenticator.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Security/TwoFactor/Authenticator.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Security\User\UserChecker" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Security/User/UserChecker.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Security/User/UserChecker.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Security\User\ContaoUserProvider" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Security/User/ContaoUserProvider.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Security/User/ContaoUserProvider.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Security\Exception\LockedException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Security/Exception/LockedException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Security/Exception/LockedException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Security\Logout\LogoutHandler" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Security/Logout/LogoutHandler.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Security/Logout/LogoutHandler.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Security\Logout\LogoutSuccessHandler" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Security/Logout/LogoutSuccessHandler.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Security/Logout/LogoutSuccessHandler.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Security\Authentication\AuthenticationSuccessHandler" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Security/Authentication/AuthenticationSuccessHandler.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Security/Authentication/AuthenticationSuccessHandler.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Security\Authentication\Token\FrontendPreviewToken" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Security/Authentication/Token/FrontendPreviewToken.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Security/Authentication/Token/FrontendPreviewToken.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Security\Authentication\Token\TokenChecker" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Security/Authentication/Token/TokenChecker.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Security/Authentication/Token/TokenChecker.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Security\Authentication\RememberMe\DatabaseTokenProvider" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Security/Authentication/RememberMe/DatabaseTokenProvider.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Security/Authentication/RememberMe/DatabaseTokenProvider.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Security\Authentication\RememberMe\PersistentToken" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Security/Authentication/RememberMe/PersistentToken.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Security/Authentication/RememberMe/PersistentToken.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Security\Authentication\Provider\AuthenticationProvider" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Security/Authentication/Provider/AuthenticationProvider.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Security/Authentication/Provider/AuthenticationProvider.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Security\Authentication\AuthenticationFailureHandler" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Security/Authentication/AuthenticationFailureHandler.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Security/Authentication/AuthenticationFailureHandler.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Security\Authentication\FrontendPreviewAuthenticator" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Security/Authentication/FrontendPreviewAuthenticator.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Security/Authentication/FrontendPreviewAuthenticator.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Security\Authentication\AuthenticationEntryPoint" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Security/Authentication/AuthenticationEntryPoint.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Security/Authentication/AuthenticationEntryPoint.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Cache\ContaoCacheWarmer" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Cache/ContaoCacheWarmer.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Cache/ContaoCacheWarmer.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Cache\ContaoCacheClearer" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Cache/ContaoCacheClearer.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Cache/ContaoCacheClearer.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Twig\Extension\ContaoTemplateExtension" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Twig/Extension/ContaoTemplateExtension.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Twig/Extension/ContaoTemplateExtension.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Translation\Translator" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Translation/Translator.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Translation/Translator.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\ContaoManager\Plugin" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/ContaoManager/Plugin.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/ContaoManager/Plugin.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Picker\PickerConfig" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Picker/PickerConfig.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Picker/PickerConfig.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Picker\AbstractPickerProvider" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Picker/AbstractPickerProvider.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Picker/AbstractPickerProvider.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Picker\DcaPickerProviderInterface" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Picker/DcaPickerProviderInterface.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Picker/DcaPickerProviderInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Picker\PickerInterface" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Picker/PickerInterface.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Picker/PickerInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Picker\Picker" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Picker/Picker.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Picker/Picker.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Picker\ArticlePickerProvider" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Picker/ArticlePickerProvider.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Picker/ArticlePickerProvider.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Picker\PickerBuilder" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Picker/PickerBuilder.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Picker/PickerBuilder.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Picker\PickerProviderInterface" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Picker/PickerProviderInterface.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Picker/PickerProviderInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Picker\PagePickerProvider" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Picker/PagePickerProvider.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Picker/PagePickerProvider.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Picker\PickerBuilderInterface" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Picker/PickerBuilderInterface.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Picker/PickerBuilderInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Picker\FilePickerProvider" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Picker/FilePickerProvider.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Picker/FilePickerProvider.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\HttpKernel\ControllerResolver" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/HttpKernel/ControllerResolver.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/HttpKernel/ControllerResolver.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\HttpKernel\Bundle\ContaoModuleBundle" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/HttpKernel/Bundle/ContaoModuleBundle.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/HttpKernel/Bundle/ContaoModuleBundle.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\HttpKernel\Header\MemoryHeaderStorage" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/HttpKernel/Header/MemoryHeaderStorage.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/HttpKernel/Header/MemoryHeaderStorage.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\HttpKernel\Header\NativeHeaderStorage" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/HttpKernel/Header/NativeHeaderStorage.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/HttpKernel/Header/NativeHeaderStorage.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\HttpKernel\Header\HeaderStorageInterface" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/HttpKernel/Header/HeaderStorageInterface.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/HttpKernel/Header/HeaderStorageInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\HttpKernel\ModelArgumentResolver" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/HttpKernel/ModelArgumentResolver.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/HttpKernel/ModelArgumentResolver.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\ContaoCoreBundle" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/ContaoCoreBundle.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/ContaoCoreBundle.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Image\PictureFactoryInterface" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Image/PictureFactoryInterface.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Image/PictureFactoryInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Image\PictureFactory" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Image/PictureFactory.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Image/PictureFactory.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Image\ImageFactory" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Image/ImageFactory.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Image/ImageFactory.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Image\ImageFactoryInterface" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Image/ImageFactoryInterface.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Image/ImageFactoryInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Image\LegacyResizer" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Image/LegacyResizer.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Image/LegacyResizer.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Image\ImageSizes" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Image/ImageSizes.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Image/ImageSizes.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Doctrine\Schema\MigrationsSchemaProvider" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Doctrine/Schema/MigrationsSchemaProvider.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Doctrine/Schema/MigrationsSchemaProvider.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Doctrine\Schema\DcaSchemaProvider" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Doctrine/Schema/DcaSchemaProvider.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Doctrine/Schema/DcaSchemaProvider.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Doctrine\DBAL\Types\BinaryStringType" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Doctrine/DBAL/Types/BinaryStringType.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Doctrine/DBAL/Types/BinaryStringType.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\DependencyInjection\Compiler\AddResourcesPathsPass" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/DependencyInjection/Compiler/AddResourcesPathsPass.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/DependencyInjection/Compiler/AddResourcesPathsPass.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\DependencyInjection\Compiler\MapFragmentsToGlobalsPass" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/DependencyInjection/Compiler/MapFragmentsToGlobalsPass.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/DependencyInjection/Compiler/MapFragmentsToGlobalsPass.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\DependencyInjection\Compiler\PickerProviderPass" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/DependencyInjection/Compiler/PickerProviderPass.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/DependencyInjection/Compiler/PickerProviderPass.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\DependencyInjection\Compiler\RegisterFragmentsPass" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/DependencyInjection/Compiler/RegisterFragmentsPass.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/DependencyInjection/Compiler/RegisterFragmentsPass.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\DependencyInjection\Compiler\MakeServicesPublicPass" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/DependencyInjection/Compiler/MakeServicesPublicPass.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/DependencyInjection/Compiler/MakeServicesPublicPass.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\DependencyInjection\Compiler\RegisterHookListenersPass" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/DependencyInjection/Compiler/RegisterHookListenersPass.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/DependencyInjection/Compiler/RegisterHookListenersPass.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\DependencyInjection\Compiler\AddPackagesPass" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/DependencyInjection/Compiler/AddPackagesPass.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/DependencyInjection/Compiler/AddPackagesPass.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\DependencyInjection\Compiler\AddSessionBagsPass" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/DependencyInjection/Compiler/AddSessionBagsPass.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/DependencyInjection/Compiler/AddSessionBagsPass.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\DependencyInjection\Compiler\AddAssetsPackagesPass" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/DependencyInjection/Compiler/AddAssetsPackagesPass.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/DependencyInjection/Compiler/AddAssetsPackagesPass.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\DependencyInjection\Compiler\DoctrineMigrationsPass" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/DependencyInjection/Compiler/DoctrineMigrationsPass.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/DependencyInjection/Compiler/DoctrineMigrationsPass.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\DependencyInjection\Security\ContaoLoginFactory" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/DependencyInjection/Security/ContaoLoginFactory.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/DependencyInjection/Security/ContaoLoginFactory.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\DependencyInjection\ContaoCoreExtension" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/DependencyInjection/ContaoCoreExtension.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/DependencyInjection/ContaoCoreExtension.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\DependencyInjection\Configuration" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/DependencyInjection/Configuration.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/DependencyInjection/Configuration.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Framework\FrameworkAwareInterface" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Framework/FrameworkAwareInterface.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Framework/FrameworkAwareInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Framework\ContaoFramework" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Framework/ContaoFramework.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Framework/ContaoFramework.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Framework\ScopeAwareTrait" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Framework/ScopeAwareTrait.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Framework/ScopeAwareTrait.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Framework\FrameworkAwareTrait" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Framework/FrameworkAwareTrait.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Framework/FrameworkAwareTrait.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Framework\ContaoFrameworkInterface" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Framework/ContaoFrameworkInterface.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Framework/ContaoFrameworkInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Framework\Adapter" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Framework/Adapter.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Framework/Adapter.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Monolog\ContaoContext" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Monolog/ContaoContext.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Monolog/ContaoContext.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Monolog\ContaoTableProcessor" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Monolog/ContaoTableProcessor.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Monolog/ContaoTableProcessor.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Monolog\ContaoTableHandler" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Monolog/ContaoTableHandler.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Monolog/ContaoTableHandler.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Session\Attribute\ArrayAttributeBag" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Session/Attribute/ArrayAttributeBag.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Session/Attribute/ArrayAttributeBag.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Session\LazySessionAccess" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Session/LazySessionAccess.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Session/LazySessionAccess.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Session\MockNativeSessionStorage" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Session/MockNativeSessionStorage.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Session/MockNativeSessionStorage.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\ContaoFrameworkInterface" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/ContaoFrameworkInterface.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/ContaoFrameworkInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Routing\FrontendLoader" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Routing/FrontendLoader.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Routing/FrontendLoader.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Routing\UrlGenerator" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Routing/UrlGenerator.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Routing/UrlGenerator.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Routing\ScopeMatcher" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Routing/ScopeMatcher.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Routing/ScopeMatcher.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Cors\WebsiteRootsConfigProvider" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Cors/WebsiteRootsConfigProvider.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Cors/WebsiteRootsConfigProvider.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Config\ResourceFinder" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Config/ResourceFinder.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Config/ResourceFinder.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Config\ResourceFinderInterface" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Config/ResourceFinderInterface.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Config/ResourceFinderInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Config\Dumper\CombinedFileDumper" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Config/Dumper/CombinedFileDumper.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Config/Dumper/CombinedFileDumper.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Config\Dumper\DumperInterface" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Config/Dumper/DumperInterface.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Config/Dumper/DumperInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Config\Loader\XliffFileLoader" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Config/Loader/XliffFileLoader.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Config/Loader/XliffFileLoader.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Config\Loader\PhpFileLoader" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Config/Loader/PhpFileLoader.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Config/Loader/PhpFileLoader.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Analyzer\HtaccessAnalyzer" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Analyzer/HtaccessAnalyzer.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Analyzer/HtaccessAnalyzer.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\DataContainer\PaletteManipulator" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/DataContainer/PaletteManipulator.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/DataContainer/PaletteManipulator.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CommentsBundle\ContaoCommentsBundle" was found in both "/html/contao-corsicana/vendor/contao/comments-bundle/src/src/ContaoCommentsBundle.php" and "/html/contao-corsicana/vendor/contao/comments-bundle/src/ContaoCommentsBundle.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CommentsBundle\ContaoManager\Plugin" was found in both "/html/contao-corsicana/vendor/contao/comments-bundle/src/src/ContaoManager/Plugin.php" and "/html/contao-corsicana/vendor/contao/comments-bundle/src/ContaoManager/Plugin.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CalendarBundle\EventListener\GeneratePageListener" was found in both "/html/contao-corsicana/vendor/contao/calendar-bundle/src/src/EventListener/GeneratePageListener.php" and "/html/contao-corsicana/vendor/contao/calendar-bundle/src/EventListener/GeneratePageListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CalendarBundle\EventListener\PreviewUrlCreateListener" was found in both "/html/contao-corsicana/vendor/contao/calendar-bundle/src/src/EventListener/PreviewUrlCreateListener.php" and "/html/contao-corsicana/vendor/contao/calendar-bundle/src/EventListener/PreviewUrlCreateListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CalendarBundle\EventListener\PreviewUrlConvertListener" was found in both "/html/contao-corsicana/vendor/contao/calendar-bundle/src/src/EventListener/PreviewUrlConvertListener.php" and "/html/contao-corsicana/vendor/contao/calendar-bundle/src/EventListener/PreviewUrlConvertListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CalendarBundle\EventListener\InsertTagsListener" was found in both "/html/contao-corsicana/vendor/contao/calendar-bundle/src/src/EventListener/InsertTagsListener.php" and "/html/contao-corsicana/vendor/contao/calendar-bundle/src/EventListener/InsertTagsListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CalendarBundle\ContaoManager\Plugin" was found in both "/html/contao-corsicana/vendor/contao/calendar-bundle/src/src/ContaoManager/Plugin.php" and "/html/contao-corsicana/vendor/contao/calendar-bundle/src/ContaoManager/Plugin.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CalendarBundle\Picker\EventPickerProvider" was found in both "/html/contao-corsicana/vendor/contao/calendar-bundle/src/src/Picker/EventPickerProvider.php" and "/html/contao-corsicana/vendor/contao/calendar-bundle/src/Picker/EventPickerProvider.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CalendarBundle\DependencyInjection\ContaoCalendarExtension" was found in both "/html/contao-corsicana/vendor/contao/calendar-bundle/src/src/DependencyInjection/ContaoCalendarExtension.php" and "/html/contao-corsicana/vendor/contao/calendar-bundle/src/DependencyInjection/ContaoCalendarExtension.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CalendarBundle\ContaoCalendarBundle" was found in both "/html/contao-corsicana/vendor/contao/calendar-bundle/src/src/ContaoCalendarBundle.php" and "/html/contao-corsicana/vendor/contao/calendar-bundle/src/ContaoCalendarBundle.php", the first will be used.
    contao/manager-plugin: Generating plugin class...
    contao/manager-plugin: ...done generating plugin class
    ocramius/package-versions:  Generating version class...
    ocramius/package-versions: ...done generating version class
    > Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication
    Could not open input file: /html/contao-corsicana/vendor/contao/manager-bundle/src/src/Composer/../../bin/contao-console
    Script Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication handling the post-install-cmd event terminated with an exception
    
    In ScriptHandler.php line 87:
                                                                               
      An error occurred while executing the "contao:install-web-dir" command:  
                                                                               
    
    install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [--no-suggest] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--ignore-platform-reqs] [--] [<packages>]...
    
    
    # Process terminated with exit code 1
    # Result: General error
    
    
    ---
    
    ### The background task has stopped unexpectedly ###
    Meine composer.json
    Code:
    {
        "name": "contao/managed-edition",
        "type": "project",
        "description": "Contao Open Source CMS",
        "license": "LGPL-3.0-or-later",
        "authors": [
            {
                "name": "Leo Feyer",
                "homepage": "https://github.com/leofeyer"
            }
        ],
        "require": {
            "php": "^7.1",
            "cliffparnitzky/form-dependent-mandatory-field": "^2.1",
            "codefog/contao-instagram": "^1.1",
            "contao/calendar-bundle": "^4.6",
            "contao/comments-bundle": "^4.6",
            "contao/faq-bundle": "^4.6",
            "contao/listing-bundle": "^4.6",
            "contao/manager-bundle": "4.6.*",
            "contao/news-bundle": "^4.6",
            "contao/newsletter-bundle": "^4.6",
            "do-while/contao-backupdb-bundle": "^1.2",
            "hofff/contao-calendarfield": "^3.0",
            "jrgregory/m17-sticky-backend-footer": "^2.0",
            "madeyourday/contao-rocksolid-antispam": "^2.0",
            "madeyourday/contao-rocksolid-columns": "^2.0",
            "madeyourday/contao-rocksolid-custom-elements": "^2.2",
            "madeyourday/contao-rocksolid-icon-picker": "^2.0",
            "madeyourday/contao-rocksolid-mega-menu": "^2.0",
            "madeyourday/contao-rocksolid-slider": "^2.0",
            "madeyourday/contao-rocksolid-theme-assistant": "^2.0",
            "menatwork/contao-multicolumnwizard": "^3.3",
            "terminal42/contao-changelanguage": "^3.1",
            "terminal42/contao-conditionalformfields": "^2.2",
            "terminal42/contao-conditionalselectmenu": "^3.0",
            "terminal42/contao-easy_themes": "^2.2",
            "terminal42/notification_center": "^1.5"
        },
        "conflict": {
            "contao-components/installer": "<1.3",
            "doctrine/dbal": "2.9.1 || 2.9.2"
        },
        "extra": {
            "branch-alias": {
                "dev-4.5": "4.5.x-dev"
            },
            "contao-component-dir": "assets"
        },
        "scripts": {
            "post-install-cmd": [
                "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
            ],
            "post-update-cmd": [
                "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
            ]
        }
    }
    Was seltsam ist und worauf ich mir keinen Reim machen kann:
    Von den Bildergalerien werden im Frontend nicht mehr alle angezeigt. Im Backend werden keine Vorschaubilder bei den ausgewählten Quelldateien angezeigt, bei allen Galerien, egal ob sichtbar im Frontend oder nicht.
    Das betrifft auch alle Bildslider.

    Habe schon umfangreich im Forum nach einer Lösung gesucht.
    Im Contao-Manager die Caches geleert, Dateien aktualisiert, leider ohne Erfolg. Was könnte ich weiter tun, um den Fehler zu beheben?
    Danke für Eure Unterstützung und Hilfe.

  2. #2
    Administrator Avatar von xchs
    Registriert seit
    19.06.2009.
    Beiträge
    14.559
    User beschenken
    Wunschliste
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Zitat Zitat von Nelly Beitrag anzeigen
    Was seltsam ist und worauf ich mir keinen Reim machen kann:
    Von den Bildergalerien werden im Frontend nicht mehr alle angezeigt. Im Backend werden keine Vorschaubilder bei den ausgewählten Quelldateien angezeigt, bei allen Galerien, egal ob sichtbar im Frontend oder nicht.
    Das betrifft auch alle Bildslider.
    Das liegt ziemlich sicher daran: https://community.contao.org/de/show...e-Berechtigung
    Contao Community Administrator

    [Unterstützungsmöglichkeiten]

  3. #3
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.392
    Partner-ID
    10107

    Standard

    Lösche den Ordner
    Code:
    /html/contao-corsicana/vendor/ua-parser/uap-php
    und führe danach im "abgesicherten Modus" des Contao Managers das Installieren der Abhängigkeiten nochmals aus.

  4. #4
    Contao-Nutzer Avatar von Nelly
    Registriert seit
    16.10.2009.
    Beiträge
    41

    Standard

    Danke Spooky,
    den Ordner habe ich gelöscht und im Debug Modus die Abhängigkeiten neu installiert.

    Das scheint es noch nicht ganz gewesen zu sein, die Fehlermeldungen den ua-parser betreffend sind jetzt weg, aber es gibt wieder einen Fehler:
    Code:
    $ /usr/local/bin/php_cli '-q' '/html/contao-corsicana/web/contao-manager.phar.php' 'composer' 'install' '--prefer-dist' '--no-dev' '--no-progress' '--no-suggest' '--no-ansi' '--no-interaction' '--optimize-autoloader' 2>&1
    
    Loading composer repositories with package information
    Installing dependencies from lock file
    Package operations: 1 install, 0 updates, 0 removals
    As there is no 'unzip' command installed zip files are being unpacked using the PHP zip extension.
    This may cause invalid reports of corrupted archives. Besides, any UNIX permissions (e.g. executable) defined in the archives will be lost.
    Installing 'unzip' may remediate them.
      - Installing ua-parser/uap-php (v3.8.1): Loading from cache
        Skipped installation of bin bin/uaparser for package ua-parser/uap-php: name conflicts with an existing file
    Generating optimized autoload files
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\LinkStub" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/LinkStub.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/LinkStub.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\DateCaster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/DateCaster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/DateCaster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\ArgsStub" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/ArgsStub.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/ArgsStub.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\StubCaster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/StubCaster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/StubCaster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\CutArrayStub" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/CutArrayStub.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/CutArrayStub.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\ClassStub" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/ClassStub.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/ClassStub.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\ConstStub" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/ConstStub.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/ConstStub.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\XmlResourceCaster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/XmlResourceCaster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/XmlResourceCaster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\XmlReaderCaster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/XmlReaderCaster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/XmlReaderCaster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\ResourceCaster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/ResourceCaster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/ResourceCaster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\ProxyManagerCaster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/ProxyManagerCaster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/ProxyManagerCaster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\FrameStub" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/FrameStub.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/FrameStub.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\DoctrineCaster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/DoctrineCaster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/DoctrineCaster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\PgSqlCaster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/PgSqlCaster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/PgSqlCaster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\DOMCaster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/DOMCaster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/DOMCaster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\TraceStub" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/TraceStub.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/TraceStub.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\ExceptionCaster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/ExceptionCaster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/ExceptionCaster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\EnumStub" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/EnumStub.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/EnumStub.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\AmqpCaster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/AmqpCaster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/AmqpCaster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\MemcachedCaster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/MemcachedCaster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/MemcachedCaster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\IntlCaster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/IntlCaster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/IntlCaster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\RedisCaster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/RedisCaster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/RedisCaster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\PdoCaster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/PdoCaster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/PdoCaster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\ReflectionCaster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/ReflectionCaster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/ReflectionCaster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\GmpCaster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/GmpCaster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/GmpCaster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\CutStub" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/CutStub.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/CutStub.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\SymfonyCaster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/SymfonyCaster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/SymfonyCaster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\Caster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/Caster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\SplCaster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/SplCaster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/SplCaster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Command\ServerDumpCommand" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Command/ServerDumpCommand.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Command/Command/ServerDumpCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Command\Descriptor\CliDescriptor" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Command/Command/Descriptor/CliDescriptor.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Command\Descriptor\DumpDescriptorInterface" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Command/Command/Descriptor/DumpDescriptorInterface.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Command\Descriptor\HtmlDescriptor" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Command/Command/Descriptor/HtmlDescriptor.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Exception\ThrowingCasterException" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Exception/Exception/ThrowingCasterException.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Exception/ThrowingCasterException.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Dumper\HtmlDumper" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Dumper/HtmlDumper.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Dumper/Dumper/HtmlDumper.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Dumper/Dumper/ContextProvider/SourceContextProvider.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Dumper/Dumper/ContextProvider/CliContextProvider.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Dumper/Dumper/ContextProvider/RequestContextProvider.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Dumper\ContextProvider\ContextProviderInterface" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Dumper/Dumper/ContextProvider/ContextProviderInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Dumper\DataDumperInterface" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Dumper/Dumper/DataDumperInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Dumper\CliDumper" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Dumper/CliDumper.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Dumper/Dumper/CliDumper.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Dumper\ServerDumper" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Dumper/ServerDumper.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Dumper/Dumper/ServerDumper.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Dumper\AbstractDumper" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Dumper/AbstractDumper.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Dumper/Dumper/AbstractDumper.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Server\DumpServer" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Server/DumpServer.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Server/Server/DumpServer.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Server\Connection" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Server/Connection.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Server/Server/Connection.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Cloner\AbstractCloner" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Cloner/AbstractCloner.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Cloner/Cloner/AbstractCloner.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Cloner\VarCloner" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Cloner/VarCloner.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Cloner/Cloner/VarCloner.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Cloner\Data" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Cloner/Data.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Cloner/Cloner/Data.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Cloner\DumperInterface" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Cloner/DumperInterface.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Cloner/Cloner/DumperInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Cloner\Stub" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Cloner/Stub.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Cloner/Cloner/Stub.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Cloner\Cursor" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Cloner/Cursor.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Cloner/Cloner/Cursor.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Cloner\ClonerInterface" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Cloner/ClonerInterface.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Cloner/Cloner/ClonerInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator" was found in both "/html/contao-corsicana/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php" and "/html/contao-corsicana/vendor/symfony/web-profiler-bundle/Csp/Csp/NonceGenerator.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler" was found in both "/html/contao-corsicana/vendor/symfony/web-profiler-bundle/Csp/Csp/ContentSecurityPolicyHandler.php" and "/html/contao-corsicana/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener" was found in both "/html/contao-corsicana/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php" and "/html/contao-corsicana/vendor/symfony/web-profiler-bundle/EventListener/EventListener/WebDebugToolbarListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController" was found in both "/html/contao-corsicana/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php" and "/html/contao-corsicana/vendor/symfony/web-profiler-bundle/Controller/Controller/ProfilerController.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bundle\WebProfilerBundle\Controller\RouterController" was found in both "/html/contao-corsicana/vendor/symfony/web-profiler-bundle/Controller/RouterController.php" and "/html/contao-corsicana/vendor/symfony/web-profiler-bundle/Controller/Controller/RouterController.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController" was found in both "/html/contao-corsicana/vendor/symfony/web-profiler-bundle/Controller/Controller/ExceptionController.php" and "/html/contao-corsicana/vendor/symfony/web-profiler-bundle/Controller/ExceptionController.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension" was found in both "/html/contao-corsicana/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php" and "/html/contao-corsicana/vendor/symfony/web-profiler-bundle/Twig/Twig/WebProfilerExtension.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bundle\WebProfilerBundle\Profiler\TemplateManager" was found in both "/html/contao-corsicana/vendor/symfony/web-profiler-bundle/Profiler/Profiler/TemplateManager.php" and "/html/contao-corsicana/vendor/symfony/web-profiler-bundle/Profiler/TemplateManager.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bundle\WebProfilerBundle\DependencyInjection\WebProfilerExtension" was found in both "/html/contao-corsicana/vendor/symfony/web-profiler-bundle/DependencyInjection/WebProfilerExtension.php" and "/html/contao-corsicana/vendor/symfony/web-profiler-bundle/DependencyInjection/DependencyInjection/WebProfilerExtension.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bundle\WebProfilerBundle\DependencyInjection\Configuration" was found in both "/html/contao-corsicana/vendor/symfony/web-profiler-bundle/DependencyInjection/DependencyInjection/Configuration.php" and "/html/contao-corsicana/vendor/symfony/web-profiler-bundle/DependencyInjection/Configuration.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bundle\DebugBundle\Command\ServerDumpPlaceholderCommand" was found in both "/html/contao-corsicana/vendor/symfony/debug-bundle/Command/Command/ServerDumpPlaceholderCommand.php" and "/html/contao-corsicana/vendor/symfony/debug-bundle/Command/ServerDumpPlaceholderCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bundle\DebugBundle\DependencyInjection\DebugExtension" was found in both "/html/contao-corsicana/vendor/symfony/debug-bundle/DependencyInjection/DebugExtension.php" and "/html/contao-corsicana/vendor/symfony/debug-bundle/DependencyInjection/DependencyInjection/DebugExtension.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bundle\DebugBundle\DependencyInjection\Compiler\DumpDataCollectorPass" was found in both "/html/contao-corsicana/vendor/symfony/debug-bundle/DependencyInjection/Compiler/DumpDataCollectorPass.php" and "/html/contao-corsicana/vendor/symfony/debug-bundle/DependencyInjection/DependencyInjection/Compiler/DumpDataCollectorPass.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bundle\DebugBundle\DependencyInjection\Configuration" was found in both "/html/contao-corsicana/vendor/symfony/debug-bundle/DependencyInjection/DependencyInjection/Configuration.php" and "/html/contao-corsicana/vendor/symfony/debug-bundle/DependencyInjection/Configuration.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bridge\ProxyManager\LazyProxy\Instantiator\RuntimeInstantiator" was found in both "/html/contao-corsicana/vendor/symfony/proxy-manager-bridge/LazyProxy/Instantiator/RuntimeInstantiator.php" and "/html/contao-corsicana/vendor/symfony/proxy-manager-bridge/LazyProxy/LazyProxy/Instantiator/RuntimeInstantiator.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bridge\ProxyManager\LazyProxy\Instantiator\LazyLoadingValueHolderFactoryV2" was found in both "/html/contao-corsicana/vendor/symfony/proxy-manager-bridge/LazyProxy/Instantiator/LazyLoadingValueHolderFactoryV2.php" and "/html/contao-corsicana/vendor/symfony/proxy-manager-bridge/LazyProxy/LazyProxy/Instantiator/LazyLoadingValueHolderFactoryV2.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bridge\ProxyManager\LazyProxy\Instantiator\LazyLoadingValueHolderFactoryV1" was found in both "/html/contao-corsicana/vendor/symfony/proxy-manager-bridge/LazyProxy/Instantiator/LazyLoadingValueHolderFactoryV1.php" and "/html/contao-corsicana/vendor/symfony/proxy-manager-bridge/LazyProxy/LazyProxy/Instantiator/LazyLoadingValueHolderFactoryV1.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bridge\ProxyManager\LazyProxy\PhpDumper\ProxyDumper" was found in both "/html/contao-corsicana/vendor/symfony/proxy-manager-bridge/LazyProxy/LazyProxy/PhpDumper/ProxyDumper.php" and "/html/contao-corsicana/vendor/symfony/proxy-manager-bridge/LazyProxy/PhpDumper/ProxyDumper.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bridge\ProxyManager\LazyProxy\PhpDumper\LazyLoadingValueHolderGenerator" was found in both "/html/contao-corsicana/vendor/symfony/proxy-manager-bridge/LazyProxy/LazyProxy/PhpDumper/LazyLoadingValueHolderGenerator.php" and "/html/contao-corsicana/vendor/symfony/proxy-manager-bridge/LazyProxy/PhpDumper/LazyLoadingValueHolderGenerator.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bridge\Monolog\Formatter\VarDumperFormatter" was found in both "/html/contao-corsicana/vendor/symfony/monolog-bridge/Formatter/VarDumperFormatter.php" and "/html/contao-corsicana/vendor/symfony/monolog-bridge/Formatter/Formatter/VarDumperFormatter.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bridge\Monolog\Formatter\ConsoleFormatter" was found in both "/html/contao-corsicana/vendor/symfony/monolog-bridge/Formatter/ConsoleFormatter.php" and "/html/contao-corsicana/vendor/symfony/monolog-bridge/Formatter/Formatter/ConsoleFormatter.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bridge\Monolog\Processor\TokenProcessor" was found in both "/html/contao-corsicana/vendor/symfony/monolog-bridge/Processor/TokenProcessor.php" and "/html/contao-corsicana/vendor/symfony/monolog-bridge/Processor/Processor/TokenProcessor.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bridge\Monolog\Processor\DebugProcessor" was found in both "/html/contao-corsicana/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php" and "/html/contao-corsicana/vendor/symfony/monolog-bridge/Processor/Processor/DebugProcessor.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bridge\Monolog\Processor\WebProcessor" was found in both "/html/contao-corsicana/vendor/symfony/monolog-bridge/Processor/WebProcessor.php" and "/html/contao-corsicana/vendor/symfony/monolog-bridge/Processor/Processor/WebProcessor.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bridge\Monolog\Handler\ConsoleHandler" was found in both "/html/contao-corsicana/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php" and "/html/contao-corsicana/vendor/symfony/monolog-bridge/Handler/Handler/ConsoleHandler.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bridge\Monolog\Handler\SwiftMailerHandler" was found in both "/html/contao-corsicana/vendor/symfony/monolog-bridge/Handler/SwiftMailerHandler.php" and "/html/contao-corsicana/vendor/symfony/monolog-bridge/Handler/Handler/SwiftMailerHandler.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bridge\Monolog\Handler\FirePHPHandler" was found in both "/html/contao-corsicana/vendor/symfony/monolog-bridge/Handler/FirePHPHandler.php" and "/html/contao-corsicana/vendor/symfony/monolog-bridge/Handler/Handler/FirePHPHandler.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bridge\Monolog\Handler\FingersCrossed\HttpCodeActivationStrategy" was found in both "/html/contao-corsicana/vendor/symfony/monolog-bridge/Handler/FingersCrossed/HttpCodeActivationStrategy.php" and "/html/contao-corsicana/vendor/symfony/monolog-bridge/Handler/Handler/FingersCrossed/HttpCodeActivationStrategy.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bridge\Monolog\Handler\FingersCrossed\NotFoundActivationStrategy" was found in both "/html/contao-corsicana/vendor/symfony/monolog-bridge/Handler/FingersCrossed/NotFoundActivationStrategy.php" and "/html/contao-corsicana/vendor/symfony/monolog-bridge/Handler/Handler/FingersCrossed/NotFoundActivationStrategy.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bridge\Monolog\Handler\ServerLogHandler" was found in both "/html/contao-corsicana/vendor/symfony/monolog-bridge/Handler/ServerLogHandler.php" and "/html/contao-corsicana/vendor/symfony/monolog-bridge/Handler/Handler/ServerLogHandler.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Bridge\Monolog\Handler\ChromePhpHandler" was found in both "/html/contao-corsicana/vendor/symfony/monolog-bridge/Handler/Handler/ChromePhpHandler.php" and "/html/contao-corsicana/vendor/symfony/monolog-bridge/Handler/ChromePhpHandler.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\NewsletterBundle\ContaoManager\Plugin" was found in both "/html/contao-corsicana/vendor/contao/newsletter-bundle/src/src/ContaoManager/Plugin.php" and "/html/contao-corsicana/vendor/contao/newsletter-bundle/src/ContaoManager/Plugin.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\NewsletterBundle\ContaoNewsletterBundle" was found in both "/html/contao-corsicana/vendor/contao/newsletter-bundle/src/src/ContaoNewsletterBundle.php" and "/html/contao-corsicana/vendor/contao/newsletter-bundle/src/ContaoNewsletterBundle.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\NewsBundle\EventListener\GeneratePageListener" was found in both "/html/contao-corsicana/vendor/contao/news-bundle/src/src/EventListener/GeneratePageListener.php" and "/html/contao-corsicana/vendor/contao/news-bundle/src/EventListener/GeneratePageListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\NewsBundle\EventListener\PreviewUrlCreateListener" was found in both "/html/contao-corsicana/vendor/contao/news-bundle/src/src/EventListener/PreviewUrlCreateListener.php" and "/html/contao-corsicana/vendor/contao/news-bundle/src/EventListener/PreviewUrlCreateListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\NewsBundle\EventListener\PreviewUrlConvertListener" was found in both "/html/contao-corsicana/vendor/contao/news-bundle/src/src/EventListener/PreviewUrlConvertListener.php" and "/html/contao-corsicana/vendor/contao/news-bundle/src/EventListener/PreviewUrlConvertListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\NewsBundle\EventListener\InsertTagsListener" was found in both "/html/contao-corsicana/vendor/contao/news-bundle/src/src/EventListener/InsertTagsListener.php" and "/html/contao-corsicana/vendor/contao/news-bundle/src/EventListener/InsertTagsListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\NewsBundle\ContaoNewsBundle" was found in both "/html/contao-corsicana/vendor/contao/news-bundle/src/src/ContaoNewsBundle.php" and "/html/contao-corsicana/vendor/contao/news-bundle/src/ContaoNewsBundle.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\NewsBundle\ContaoManager\Plugin" was found in both "/html/contao-corsicana/vendor/contao/news-bundle/src/src/ContaoManager/Plugin.php" and "/html/contao-corsicana/vendor/contao/news-bundle/src/ContaoManager/Plugin.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\NewsBundle\Picker\NewsPickerProvider" was found in both "/html/contao-corsicana/vendor/contao/news-bundle/src/src/Picker/NewsPickerProvider.php" and "/html/contao-corsicana/vendor/contao/news-bundle/src/Picker/NewsPickerProvider.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\NewsBundle\DependencyInjection\ContaoNewsExtension" was found in both "/html/contao-corsicana/vendor/contao/news-bundle/src/src/DependencyInjection/ContaoNewsExtension.php" and "/html/contao-corsicana/vendor/contao/news-bundle/src/DependencyInjection/ContaoNewsExtension.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\EventListener\InstallCommandListener" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/EventListener/InstallCommandListener.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/EventListener/InstallCommandListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\EventListener\InitializeApplicationListener" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/EventListener/InitializeApplicationListener.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/EventListener/InitializeApplicationListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\Composer\ScriptHandler" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/Composer/ScriptHandler.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/Composer/ScriptHandler.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\Command\InstallWebDirCommand" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/Command/InstallWebDirCommand.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/Command/InstallWebDirCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\Api\Command\VersionCommand" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/Api/Command/VersionCommand.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/Api/Command/VersionCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\Api\ManagerConfig" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/Api/ManagerConfig.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/Api/ManagerConfig.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\Api\Application" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/Api/Application.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/Api/Application.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\Cache\BundleCacheClearer" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/Cache/BundleCacheClearer.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/Cache/BundleCacheClearer.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\ContaoManager\ApiCommand\SetConfigCommand" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/ContaoManager/ApiCommand/SetConfigCommand.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/ContaoManager/ApiCommand/SetConfigCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\ContaoManager\ApiCommand\SetDotEnvCommand" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/ContaoManager/ApiCommand/SetDotEnvCommand.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/ContaoManager/ApiCommand/SetDotEnvCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\ContaoManager\ApiCommand\GetDotEnvCommand" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/ContaoManager/ApiCommand/GetDotEnvCommand.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/ContaoManager/ApiCommand/GetDotEnvCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\ContaoManager\ApiCommand\RemoveDotEnvCommand" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/ContaoManager/ApiCommand/RemoveDotEnvCommand.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/ContaoManager/ApiCommand/RemoveDotEnvCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\ContaoManager\ApiCommand\GetConfigCommand" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/ContaoManager/ApiCommand/GetConfigCommand.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/ContaoManager/ApiCommand/GetConfigCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\ContaoManager\Plugin" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/ContaoManager/Plugin.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/ContaoManager/Plugin.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\HttpKernel\ContaoKernel" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/HttpKernel/ContaoKernel.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/HttpKernel/ContaoKernel.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\HttpKernel\ContaoCache" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/HttpKernel/ContaoCache.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/HttpKernel/ContaoCache.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\DependencyInjection\Compiler\SwiftMailerPass" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/DependencyInjection/Compiler/SwiftMailerPass.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/DependencyInjection/Compiler/SwiftMailerPass.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\DependencyInjection\ContaoManagerExtension" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/DependencyInjection/ContaoManagerExtension.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/DependencyInjection/ContaoManagerExtension.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\Routing\RouteLoader" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/Routing/RouteLoader.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/Routing/RouteLoader.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\ContaoManagerBundle" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/ContaoManagerBundle.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/ContaoManagerBundle.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Event\InitializeApplicationEvent" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/Event/InitializeApplicationEvent.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/Event/InitializeApplicationEvent.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Event\ContaoInstallationEvents" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/Event/ContaoInstallationEvents.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/Event/ContaoInstallationEvents.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\InstallTool" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/InstallTool.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/InstallTool.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\EventListener\InitializeApplicationListener" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/EventListener/InitializeApplicationListener.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/EventListener/InitializeApplicationListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Command\LockCommand" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/Command/LockCommand.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/Command/LockCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Command\UnlockCommand" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/Command/UnlockCommand.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/Command/UnlockCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Controller\InstallationController" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/Controller/InstallationController.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/Controller/InstallationController.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\ContaoInstallationBundle" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/ContaoInstallationBundle.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/ContaoInstallationBundle.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Translation\LanguageResolver" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/Translation/LanguageResolver.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/Translation/LanguageResolver.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\ContaoManager\Plugin" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/ContaoManager/Plugin.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/ContaoManager/Plugin.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\InstallToolUser" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/InstallToolUser.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/InstallToolUser.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Database\Version447Update" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/Database/Version447Update.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/Database/Version447Update.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Database\AbstractVersionUpdate" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/Database/AbstractVersionUpdate.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/Database/AbstractVersionUpdate.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Database\Installer" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/Database/Installer.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/Database/Installer.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Database\Version410Update" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/Database/Version410Update.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/Database/Version410Update.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Database\Version400Update" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/Database/Version400Update.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/Database/Version400Update.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Database\Version460Update" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/Database/Version460Update.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/Database/Version460Update.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Database\Version330Update" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/Database/Version330Update.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/Database/Version330Update.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Database\Version350Update" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/Database/Version350Update.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/Database/Version350Update.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Database\Version450Update" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/Database/Version450Update.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/Database/Version450Update.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Database\ConnectionFactory" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/Database/ConnectionFactory.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/Database/ConnectionFactory.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Database\Version430Update" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/Database/Version430Update.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/Database/Version430Update.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Database\Version440Update" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/Database/Version440Update.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/Database/Version440Update.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\DependencyInjection\ContaoInstallationExtension" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/DependencyInjection/ContaoInstallationExtension.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/DependencyInjection/ContaoInstallationExtension.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Config\ParameterDumper" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/Config/ParameterDumper.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/Config/ParameterDumper.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Util\PackageUtil" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/Util/PackageUtil.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Util/PackageUtil.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Util\SymlinkUtil" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/Util/SymlinkUtil.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Util/SymlinkUtil.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Event\PreviewUrlCreateEvent" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/Event/PreviewUrlCreateEvent.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Event/PreviewUrlCreateEvent.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Event\ContaoCoreEvents" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/Event/ContaoCoreEvents.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Event/ContaoCoreEvents.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Event\SlugValidCharactersEvent" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/Event/SlugValidCharactersEvent.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Event/SlugValidCharactersEvent.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Event\PreviewUrlConvertEvent" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/Event/PreviewUrlConvertEvent.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Event/PreviewUrlConvertEvent.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Event\ImageSizesEvent" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/Event/ImageSizesEvent.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Event/ImageSizesEvent.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Event\MenuEvent" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/Event/MenuEvent.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Event/MenuEvent.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Response\InitializeControllerResponse" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/Response/InitializeControllerResponse.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Response/InitializeControllerResponse.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Csrf\MemoryTokenStorage" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/Csrf/MemoryTokenStorage.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Csrf/MemoryTokenStorage.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\DataCollector\ContaoDataCollector" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/DataCollector/ContaoDataCollector.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/src/DataCollector/ContaoDataCollector.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Menu\BackendMenuBuilder" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Menu/BackendMenuBuilder.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Menu/BackendMenuBuilder.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Menu\BackendMenuRenderer" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Menu/BackendMenuRenderer.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Menu/BackendMenuRenderer.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\RefererIdListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/RefererIdListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/RefererIdListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\DoctrineSchemaListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/DoctrineSchemaListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/DoctrineSchemaListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\BackendMenuListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/BackendMenuListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/BackendMenuListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\PrettyErrorScreenListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/PrettyErrorScreenListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/PrettyErrorScreenListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\ClearSessionDataListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/ClearSessionDataListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/ClearSessionDataListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\GlobalsMapListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/GlobalsMapListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/GlobalsMapListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\AddToSearchIndexListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/AddToSearchIndexListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/AddToSearchIndexListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\InsecureInstallationListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/InsecureInstallationListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/InsecureInstallationListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\BackendLocaleListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/BackendLocaleListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/BackendLocaleListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\CommandSchedulerListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/CommandSchedulerListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/CommandSchedulerListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\SwitchUserListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/SwitchUserListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/SwitchUserListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\MergeHttpHeadersListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/MergeHttpHeadersListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/MergeHttpHeadersListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\ToggleViewListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/ToggleViewListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/ToggleViewListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\ResponseExceptionListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/ResponseExceptionListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/ResponseExceptionListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\ExceptionConverterListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/ExceptionConverterListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\InsertTags\TranslationListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/InsertTags/TranslationListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/InsertTags/TranslationListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\InsertTags\AssetListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/InsertTags/AssetListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/InsertTags/AssetListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\UserSessionListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/UserSessionListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/UserSessionListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\BypassMaintenanceListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/BypassMaintenanceListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/BypassMaintenanceListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\StoreRefererListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/StoreRefererListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/StoreRefererListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\LocaleListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/LocaleListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/LocaleListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\UserAwareTrait" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/UserAwareTrait.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/UserAwareTrait.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\HeaderReplay\PageLayoutListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/HeaderReplay/PageLayoutListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/HeaderReplay/PageLayoutListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\HeaderReplay\UserSessionListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/HeaderReplay/UserSessionListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/HeaderReplay/UserSessionListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\CsrfTokenCookieListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/CsrfTokenCookieListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/CsrfTokenCookieListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Composer\ScriptHandler" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Composer/ScriptHandler.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Composer/ScriptHandler.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Command\InstallCommand" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Command/InstallCommand.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Command/InstallCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Command\AbstractLockedCommand" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Command/AbstractLockedCommand.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Command/AbstractLockedCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Command\FilesyncCommand" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Command/FilesyncCommand.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Command/FilesyncCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Command\VersionCommand" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Command/VersionCommand.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Command/VersionCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Command\UserPasswordCommand" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Command/UserPasswordCommand.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Command/UserPasswordCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Command\AutomatorCommand" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Command/AutomatorCommand.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Command/AutomatorCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Command\SymlinksCommand" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Command/SymlinksCommand.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Command/SymlinksCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Command\DoctrineMigrationsDiffCommand" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Command/DoctrineMigrationsDiffCommand.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Command/DoctrineMigrationsDiffCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\InvalidRequestTokenException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/InvalidRequestTokenException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/InvalidRequestTokenException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\PageNotFoundException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/PageNotFoundException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/PageNotFoundException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\UserNotFoundException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/UserNotFoundException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/UserNotFoundException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\InsufficientAuthenticationException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/InsufficientAuthenticationException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/InsufficientAuthenticationException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\ForwardPageNotFoundException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/ForwardPageNotFoundException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/ForwardPageNotFoundException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\PaletteNotFoundException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/PaletteNotFoundException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/PaletteNotFoundException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\NoActivePageFoundException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/NoActivePageFoundException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/NoActivePageFoundException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\InternalServerErrorException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/InternalServerErrorException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/InternalServerErrorException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\PalettePositionException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/PalettePositionException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/PalettePositionException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\NoContentResponseException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/NoContentResponseException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/NoContentResponseException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\NoLayoutSpecifiedException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/NoLayoutSpecifiedException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/NoLayoutSpecifiedException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\InsecureInstallationException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/InsecureInstallationException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/InsecureInstallationException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\ServiceUnavailableException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/ServiceUnavailableException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/ServiceUnavailableException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\InternalServerErrorHttpException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/InternalServerErrorHttpException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/InternalServerErrorHttpException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\AccessDeniedException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/AccessDeniedException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/AccessDeniedException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\RedirectResponseException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/RedirectResponseException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/RedirectResponseException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\NoRootPageFoundException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/NoRootPageFoundException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/NoRootPageFoundException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\IncompleteInstallationException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/IncompleteInstallationException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/IncompleteInstallationException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\ResponseException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/ResponseException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/ResponseException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\AjaxRedirectResponseException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/AjaxRedirectResponseException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/AjaxRedirectResponseException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Fragment\ForwardFragmentRenderer" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Fragment/ForwardFragmentRenderer.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Fragment/ForwardFragmentRenderer.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Fragment\UnknownFragmentException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Fragment/UnknownFragmentException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Fragment/UnknownFragmentException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Fragment\Reference\FragmentReference" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Fragment/Reference/FragmentReference.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Fragment/Reference/FragmentReference.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Fragment\Reference\ContentElementReference" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Fragment/Reference/ContentElementReference.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Fragment/Reference/ContentElementReference.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Fragment\Reference\FrontendModuleReference" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Fragment/Reference/FrontendModuleReference.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Fragment/Reference/FrontendModuleReference.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Fragment\FragmentRegistry" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Fragment/FragmentRegistry.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Fragment/FragmentRegistry.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Fragment\FragmentPreHandlerInterface" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Fragment/FragmentPreHandlerInterface.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Fragment/FragmentPreHandlerInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Fragment\FragmentHandler" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Fragment/FragmentHandler.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Fragment/FragmentHandler.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Fragment\FragmentConfig" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Fragment/FragmentConfig.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Fragment/FragmentConfig.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Fragment\FragmentOptionsAwareInterface" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Fragment/FragmentOptionsAwareInterface.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Fragment/FragmentOptionsAwareInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Fragment\FragmentRegistryInterface" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Fragment/FragmentRegistryInterface.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Fragment/FragmentRegistryInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Slug\ValidCharacters" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Slug/ValidCharacters.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Slug/ValidCharacters.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Referer\TokenGenerator" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Referer/TokenGenerator.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Referer/TokenGenerator.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Asset\ContaoContext" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Asset/ContaoContext.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Asset/ContaoContext.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Controller\FrontendController" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Controller/FrontendController.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Controller/FrontendController.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Controller\FrontendModule\AbstractFrontendModuleController" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Controller/FrontendModule/AbstractFrontendModuleController.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Controller/FrontendModule/AbstractFrontendModuleController.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Controller\AbstractFragmentController" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Controller/AbstractFragmentController.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Controller/AbstractFragmentController.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Controller\BackendCsvImportController" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Controller/BackendCsvImportController.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Controller/BackendCsvImportController.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Controller\ContentElement\AbstractContentElementController" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Controller/ContentElement/AbstractContentElementController.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Controller/ContentElement/AbstractContentElementController.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Controller\InsertTagsController" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Controller/InsertTagsController.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Controller/InsertTagsController.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Controller\InitializeController" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Controller/InitializeController.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Controller/InitializeController.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Controller\BackendController" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Controller/BackendController.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Controller/BackendController.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Security\TwoFactor\Provider" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Security/TwoFactor/Provider.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Security/TwoFactor/Provider.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Security\TwoFactor\BackendFormRenderer" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Security/TwoFactor/BackendFormRenderer.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Security/TwoFactor/BackendFormRenderer.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Security\TwoFactor\Authenticator" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Security/TwoFactor/Authenticator.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Security/TwoFactor/Authenticator.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Security\User\UserChecker" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Security/User/UserChecker.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Security/User/UserChecker.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Security\User\ContaoUserProvider" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Security/User/ContaoUserProvider.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Security/User/ContaoUserProvider.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Security\Exception\LockedException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Security/Exception/LockedException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Security/Exception/LockedException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Security\Logout\LogoutHandler" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Security/Logout/LogoutHandler.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Security/Logout/LogoutHandler.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Security\Logout\LogoutSuccessHandler" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Security/Logout/LogoutSuccessHandler.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Security/Logout/LogoutSuccessHandler.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Security\Authentication\AuthenticationSuccessHandler" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Security/Authentication/AuthenticationSuccessHandler.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Security/Authentication/AuthenticationSuccessHandler.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Security\Authentication\Token\FrontendPreviewToken" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Security/Authentication/Token/FrontendPreviewToken.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Security/Authentication/Token/FrontendPreviewToken.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Security\Authentication\Token\TokenChecker" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Security/Authentication/Token/TokenChecker.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Security/Authentication/Token/TokenChecker.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Security\Authentication\RememberMe\DatabaseTokenProvider" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Security/Authentication/RememberMe/DatabaseTokenProvider.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Security/Authentication/RememberMe/DatabaseTokenProvider.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Security\Authentication\RememberMe\PersistentToken" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Security/Authentication/RememberMe/PersistentToken.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Security/Authentication/RememberMe/PersistentToken.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Security\Authentication\Provider\AuthenticationProvider" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Security/Authentication/Provider/AuthenticationProvider.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Security/Authentication/Provider/AuthenticationProvider.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Security\Authentication\AuthenticationFailureHandler" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Security/Authentication/AuthenticationFailureHandler.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Security/Authentication/AuthenticationFailureHandler.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Security\Authentication\FrontendPreviewAuthenticator" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Security/Authentication/FrontendPreviewAuthenticator.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Security/Authentication/FrontendPreviewAuthenticator.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Security\Authentication\AuthenticationEntryPoint" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Security/Authentication/AuthenticationEntryPoint.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Security/Authentication/AuthenticationEntryPoint.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Cache\ContaoCacheWarmer" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Cache/ContaoCacheWarmer.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Cache/ContaoCacheWarmer.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Cache\ContaoCacheClearer" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Cache/ContaoCacheClearer.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Cache/ContaoCacheClearer.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Twig\Extension\ContaoTemplateExtension" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Twig/Extension/ContaoTemplateExtension.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Twig/Extension/ContaoTemplateExtension.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Translation\Translator" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Translation/Translator.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Translation/Translator.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\ContaoManager\Plugin" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/ContaoManager/Plugin.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/ContaoManager/Plugin.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Picker\PickerConfig" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Picker/PickerConfig.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Picker/PickerConfig.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Picker\AbstractPickerProvider" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Picker/AbstractPickerProvider.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Picker/AbstractPickerProvider.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Picker\DcaPickerProviderInterface" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Picker/DcaPickerProviderInterface.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Picker/DcaPickerProviderInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Picker\PickerInterface" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Picker/PickerInterface.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Picker/PickerInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Picker\Picker" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Picker/Picker.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Picker/Picker.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Picker\ArticlePickerProvider" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Picker/ArticlePickerProvider.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Picker/ArticlePickerProvider.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Picker\PickerBuilder" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Picker/PickerBuilder.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Picker/PickerBuilder.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Picker\PickerProviderInterface" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Picker/PickerProviderInterface.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Picker/PickerProviderInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Picker\PagePickerProvider" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Picker/PagePickerProvider.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Picker/PagePickerProvider.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Picker\PickerBuilderInterface" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Picker/PickerBuilderInterface.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Picker/PickerBuilderInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Picker\FilePickerProvider" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Picker/FilePickerProvider.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Picker/FilePickerProvider.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\HttpKernel\ControllerResolver" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/HttpKernel/ControllerResolver.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/HttpKernel/ControllerResolver.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\HttpKernel\Bundle\ContaoModuleBundle" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/HttpKernel/Bundle/ContaoModuleBundle.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/HttpKernel/Bundle/ContaoModuleBundle.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\HttpKernel\Header\MemoryHeaderStorage" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/HttpKernel/Header/MemoryHeaderStorage.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/HttpKernel/Header/MemoryHeaderStorage.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\HttpKernel\Header\NativeHeaderStorage" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/HttpKernel/Header/NativeHeaderStorage.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/HttpKernel/Header/NativeHeaderStorage.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\HttpKernel\Header\HeaderStorageInterface" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/HttpKernel/Header/HeaderStorageInterface.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/HttpKernel/Header/HeaderStorageInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\HttpKernel\ModelArgumentResolver" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/HttpKernel/ModelArgumentResolver.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/HttpKernel/ModelArgumentResolver.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\ContaoCoreBundle" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/ContaoCoreBundle.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/ContaoCoreBundle.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Image\PictureFactoryInterface" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Image/PictureFactoryInterface.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Image/PictureFactoryInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Image\PictureFactory" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Image/PictureFactory.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Image/PictureFactory.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Image\ImageFactory" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Image/ImageFactory.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Image/ImageFactory.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Image\ImageFactoryInterface" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Image/ImageFactoryInterface.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Image/ImageFactoryInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Image\LegacyResizer" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Image/LegacyResizer.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Image/LegacyResizer.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Image\ImageSizes" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Image/ImageSizes.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Image/ImageSizes.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Doctrine\Schema\MigrationsSchemaProvider" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Doctrine/Schema/MigrationsSchemaProvider.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Doctrine/Schema/MigrationsSchemaProvider.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Doctrine\Schema\DcaSchemaProvider" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Doctrine/Schema/DcaSchemaProvider.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Doctrine/Schema/DcaSchemaProvider.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Doctrine\DBAL\Types\BinaryStringType" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Doctrine/DBAL/Types/BinaryStringType.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Doctrine/DBAL/Types/BinaryStringType.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\DependencyInjection\Compiler\AddResourcesPathsPass" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/DependencyInjection/Compiler/AddResourcesPathsPass.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/DependencyInjection/Compiler/AddResourcesPathsPass.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\DependencyInjection\Compiler\MapFragmentsToGlobalsPass" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/DependencyInjection/Compiler/MapFragmentsToGlobalsPass.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/DependencyInjection/Compiler/MapFragmentsToGlobalsPass.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\DependencyInjection\Compiler\PickerProviderPass" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/DependencyInjection/Compiler/PickerProviderPass.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/DependencyInjection/Compiler/PickerProviderPass.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\DependencyInjection\Compiler\RegisterFragmentsPass" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/DependencyInjection/Compiler/RegisterFragmentsPass.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/DependencyInjection/Compiler/RegisterFragmentsPass.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\DependencyInjection\Compiler\MakeServicesPublicPass" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/DependencyInjection/Compiler/MakeServicesPublicPass.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/DependencyInjection/Compiler/MakeServicesPublicPass.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\DependencyInjection\Compiler\RegisterHookListenersPass" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/DependencyInjection/Compiler/RegisterHookListenersPass.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/DependencyInjection/Compiler/RegisterHookListenersPass.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\DependencyInjection\Compiler\AddPackagesPass" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/DependencyInjection/Compiler/AddPackagesPass.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/DependencyInjection/Compiler/AddPackagesPass.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\DependencyInjection\Compiler\AddSessionBagsPass" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/DependencyInjection/Compiler/AddSessionBagsPass.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/DependencyInjection/Compiler/AddSessionBagsPass.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\DependencyInjection\Compiler\AddAssetsPackagesPass" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/DependencyInjection/Compiler/AddAssetsPackagesPass.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/DependencyInjection/Compiler/AddAssetsPackagesPass.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\DependencyInjection\Compiler\DoctrineMigrationsPass" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/DependencyInjection/Compiler/DoctrineMigrationsPass.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/DependencyInjection/Compiler/DoctrineMigrationsPass.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\DependencyInjection\Security\ContaoLoginFactory" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/DependencyInjection/Security/ContaoLoginFactory.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/DependencyInjection/Security/ContaoLoginFactory.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\DependencyInjection\ContaoCoreExtension" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/DependencyInjection/ContaoCoreExtension.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/DependencyInjection/ContaoCoreExtension.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\DependencyInjection\Configuration" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/DependencyInjection/Configuration.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/DependencyInjection/Configuration.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Framework\FrameworkAwareInterface" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Framework/FrameworkAwareInterface.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Framework/FrameworkAwareInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Framework\ContaoFramework" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Framework/ContaoFramework.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Framework/ContaoFramework.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Framework\ScopeAwareTrait" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Framework/ScopeAwareTrait.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Framework/ScopeAwareTrait.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Framework\FrameworkAwareTrait" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Framework/FrameworkAwareTrait.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Framework/FrameworkAwareTrait.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Framework\ContaoFrameworkInterface" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Framework/ContaoFrameworkInterface.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Framework/ContaoFrameworkInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Framework\Adapter" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Framework/Adapter.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Framework/Adapter.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Monolog\ContaoContext" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Monolog/ContaoContext.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Monolog/ContaoContext.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Monolog\ContaoTableProcessor" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Monolog/ContaoTableProcessor.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Monolog/ContaoTableProcessor.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Monolog\ContaoTableHandler" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Monolog/ContaoTableHandler.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Monolog/ContaoTableHandler.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Session\Attribute\ArrayAttributeBag" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Session/Attribute/ArrayAttributeBag.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Session/Attribute/ArrayAttributeBag.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Session\LazySessionAccess" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Session/LazySessionAccess.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Session/LazySessionAccess.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Session\MockNativeSessionStorage" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Session/MockNativeSessionStorage.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Session/MockNativeSessionStorage.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\ContaoFrameworkInterface" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/ContaoFrameworkInterface.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/ContaoFrameworkInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Routing\FrontendLoader" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Routing/FrontendLoader.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Routing/FrontendLoader.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Routing\UrlGenerator" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Routing/UrlGenerator.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Routing/UrlGenerator.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Routing\ScopeMatcher" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Routing/ScopeMatcher.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Routing/ScopeMatcher.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Cors\WebsiteRootsConfigProvider" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Cors/WebsiteRootsConfigProvider.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Cors/WebsiteRootsConfigProvider.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Config\ResourceFinder" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Config/ResourceFinder.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Config/ResourceFinder.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Config\ResourceFinderInterface" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Config/ResourceFinderInterface.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Config/ResourceFinderInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Config\Dumper\CombinedFileDumper" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Config/Dumper/CombinedFileDumper.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Config/Dumper/CombinedFileDumper.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Config\Dumper\DumperInterface" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Config/Dumper/DumperInterface.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Config/Dumper/DumperInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Config\Loader\XliffFileLoader" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Config/Loader/XliffFileLoader.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Config/Loader/XliffFileLoader.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Config\Loader\PhpFileLoader" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Config/Loader/PhpFileLoader.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Config/Loader/PhpFileLoader.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Analyzer\HtaccessAnalyzer" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Analyzer/HtaccessAnalyzer.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Analyzer/HtaccessAnalyzer.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\DataContainer\PaletteManipulator" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/DataContainer/PaletteManipulator.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/DataContainer/PaletteManipulator.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CommentsBundle\ContaoCommentsBundle" was found in both "/html/contao-corsicana/vendor/contao/comments-bundle/src/src/ContaoCommentsBundle.php" and "/html/contao-corsicana/vendor/contao/comments-bundle/src/ContaoCommentsBundle.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CommentsBundle\ContaoManager\Plugin" was found in both "/html/contao-corsicana/vendor/contao/comments-bundle/src/src/ContaoManager/Plugin.php" and "/html/contao-corsicana/vendor/contao/comments-bundle/src/ContaoManager/Plugin.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CalendarBundle\EventListener\GeneratePageListener" was found in both "/html/contao-corsicana/vendor/contao/calendar-bundle/src/src/EventListener/GeneratePageListener.php" and "/html/contao-corsicana/vendor/contao/calendar-bundle/src/EventListener/GeneratePageListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CalendarBundle\EventListener\PreviewUrlCreateListener" was found in both "/html/contao-corsicana/vendor/contao/calendar-bundle/src/src/EventListener/PreviewUrlCreateListener.php" and "/html/contao-corsicana/vendor/contao/calendar-bundle/src/EventListener/PreviewUrlCreateListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CalendarBundle\EventListener\PreviewUrlConvertListener" was found in both "/html/contao-corsicana/vendor/contao/calendar-bundle/src/src/EventListener/PreviewUrlConvertListener.php" and "/html/contao-corsicana/vendor/contao/calendar-bundle/src/EventListener/PreviewUrlConvertListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CalendarBundle\EventListener\InsertTagsListener" was found in both "/html/contao-corsicana/vendor/contao/calendar-bundle/src/src/EventListener/InsertTagsListener.php" and "/html/contao-corsicana/vendor/contao/calendar-bundle/src/EventListener/InsertTagsListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CalendarBundle\ContaoManager\Plugin" was found in both "/html/contao-corsicana/vendor/contao/calendar-bundle/src/src/ContaoManager/Plugin.php" and "/html/contao-corsicana/vendor/contao/calendar-bundle/src/ContaoManager/Plugin.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CalendarBundle\Picker\EventPickerProvider" was found in both "/html/contao-corsicana/vendor/contao/calendar-bundle/src/src/Picker/EventPickerProvider.php" and "/html/contao-corsicana/vendor/contao/calendar-bundle/src/Picker/EventPickerProvider.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CalendarBundle\DependencyInjection\ContaoCalendarExtension" was found in both "/html/contao-corsicana/vendor/contao/calendar-bundle/src/src/DependencyInjection/ContaoCalendarExtension.php" and "/html/contao-corsicana/vendor/contao/calendar-bundle/src/DependencyInjection/ContaoCalendarExtension.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CalendarBundle\ContaoCalendarBundle" was found in both "/html/contao-corsicana/vendor/contao/calendar-bundle/src/src/ContaoCalendarBundle.php" and "/html/contao-corsicana/vendor/contao/calendar-bundle/src/ContaoCalendarBundle.php", the first will be used.
    contao/manager-plugin: Generating plugin class...
    contao/manager-plugin: ...done generating plugin class
    ocramius/package-versions:  Generating version class...
    ocramius/package-versions: ...done generating version class
    > Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication
    Could not open input file: /html/contao-corsicana/vendor/contao/manager-bundle/src/src/Composer/../../bin/contao-console
    Script Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication handling the post-install-cmd event terminated with an exception
    
    In ScriptHandler.php line 87:
                                                                               
      An error occurred while executing the "contao:install-web-dir" command:  
                                                                               
    
    install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [--no-suggest] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--ignore-platform-reqs] [--] [<packages>]...
    
    
    # Process terminated with exit code 1
    # Result: General error
    
    
    ---
    
    ### The background task has stopped unexpectedly ###
    Es sind also noch mehr doppelte Ordner vorhanden. aschempp empfiehlt als Lösung den kompletten Ordner vendor zu löschen:
    https://github.com/contao/contao-manager/issues/307
    Wenn ich den Ordner vendor komplett lösche, müsste ich dann auch alle Contao Extensions neu installieren, oder genügt es die Composer Abhängigkeiten neu zu installieren?

    Die Composer Neuinstallation um das Bildproblem zu lösen ergibt natürlich auch einen Fehler:
    Code:
    > Resolving dependencies using Composer Cloud v1.3.9
    
    # Job ID 5c5035f865c849.51447010 completed in 69 seconds
    
    
    $ /usr/local/bin/php_cli '-q' '/html/contao-corsicana/web/contao-manager.phar.php' 'composer' 'install' '--prefer-dist' '--no-dev' '--no-progress' '--no-suggest' '--no-ansi' '--no-interaction' '--optimize-autoloader' 2>&1
    
    Loading composer repositories with package information
    Installing dependencies from lock file
    Nothing to install or update
    Generating optimized autoload files
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\LinkStub" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/LinkStub.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/LinkStub.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\DateCaster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/DateCaster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/DateCaster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\ArgsStub" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/ArgsStub.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/ArgsStub.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\StubCaster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/StubCaster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/StubCaster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\CutArrayStub" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/CutArrayStub.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/CutArrayStub.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\ClassStub" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/ClassStub.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/ClassStub.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\ConstStub" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/ConstStub.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/ConstStub.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\XmlResourceCaster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/XmlResourceCaster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/XmlResourceCaster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\XmlReaderCaster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/XmlReaderCaster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/XmlReaderCaster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\ResourceCaster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/ResourceCaster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/ResourceCaster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\ProxyManagerCaster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/ProxyManagerCaster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/ProxyManagerCaster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\FrameStub" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/FrameStub.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/FrameStub.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\DoctrineCaster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/DoctrineCaster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/DoctrineCaster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\PgSqlCaster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/PgSqlCaster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/PgSqlCaster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\DOMCaster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/DOMCaster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/DOMCaster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\TraceStub" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/TraceStub.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/TraceStub.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\ExceptionCaster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/ExceptionCaster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/ExceptionCaster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\EnumStub" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/EnumStub.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/EnumStub.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\AmqpCaster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/AmqpCaster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/AmqpCaster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\MemcachedCaster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/MemcachedCaster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/MemcachedCaster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\IntlCaster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/IntlCaster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/IntlCaster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\RedisCaster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/RedisCaster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/RedisCaster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\PdoCaster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/PdoCaster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/PdoCaster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\ReflectionCaster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/ReflectionCaster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/ReflectionCaster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\GmpCaster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/GmpCaster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/GmpCaster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\CutStub" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/CutStub.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/CutStub.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\SymfonyCaster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/SymfonyCaster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/SymfonyCaster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\Caster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/Caster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Caster\SplCaster" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/Caster/SplCaster.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Caster/SplCaster.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Command\ServerDumpCommand" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Command/ServerDumpCommand.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Command/Command/ServerDumpCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Command\Descriptor\CliDescriptor" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Command/Command/Descriptor/CliDescriptor.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Command\Descriptor\DumpDescriptorInterface" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Command/Command/Descriptor/DumpDescriptorInterface.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Command\Descriptor\HtmlDescriptor" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Command/Command/Descriptor/HtmlDescriptor.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Exception\ThrowingCasterException" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Exception/Exception/ThrowingCasterException.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Exception/ThrowingCasterException.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Dumper\HtmlDumper" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Dumper/HtmlDumper.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Dumper/Dumper/HtmlDumper.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Dumper/Dumper/ContextProvider/SourceContextProvider.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Dumper/Dumper/ContextProvider/CliContextProvider.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Dumper/Dumper/ContextProvider/RequestContextProvider.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Dumper\ContextProvider\ContextProviderInterface" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Dumper/Dumper/ContextProvider/ContextProviderInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Dumper\DataDumperInterface" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Dumper/Dumper/DataDumperInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Dumper\CliDumper" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Dumper/CliDumper.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Dumper/Dumper/CliDumper.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Dumper\ServerDumper" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Dumper/ServerDumper.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Dumper/Dumper/ServerDumper.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Dumper\AbstractDumper" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Dumper/AbstractDumper.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Dumper/Dumper/AbstractDumper.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Server\DumpServer" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Server/DumpServer.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Server/Server/DumpServer.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Server\Connection" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Server/Connection.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Server/Server/Connection.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Cloner\AbstractCloner" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Cloner/AbstractCloner.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Cloner/Cloner/AbstractCloner.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Cloner\VarCloner" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Cloner/VarCloner.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Cloner/Cloner/VarCloner.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Cloner\Data" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Cloner/Data.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Cloner/Cloner/Data.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Cloner\DumperInterface" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Cloner/DumperInterface.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Cloner/Cloner/DumperInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Cloner\Stub" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Cloner/Stub.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Cloner/Cloner/Stub.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Cloner\Cursor" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Cloner/Cursor.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Cloner/Cloner/Cursor.php", the first will be used.
    Warning: Ambiguous class resolution, "Symfony\Component\VarDumper\Cloner\ClonerInterface" was found in both "/html/contao-corsicana/vendor/symfony/var-dumper/Cloner/ClonerInterface.php" and "/html/contao-corsicana/vendor/symfony/var-dumper/Cloner/Cloner/ClonerInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\NewsletterBundle\ContaoManager\Plugin" was found in both "/html/contao-corsicana/vendor/contao/newsletter-bundle/src/src/ContaoManager/Plugin.php" and "/html/contao-corsicana/vendor/contao/newsletter-bundle/src/ContaoManager/Plugin.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\NewsletterBundle\ContaoNewsletterBundle" was found in both "/html/contao-corsicana/vendor/contao/newsletter-bundle/src/src/ContaoNewsletterBundle.php" and "/html/contao-corsicana/vendor/contao/newsletter-bundle/src/ContaoNewsletterBundle.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\NewsBundle\EventListener\GeneratePageListener" was found in both "/html/contao-corsicana/vendor/contao/news-bundle/src/src/EventListener/GeneratePageListener.php" and "/html/contao-corsicana/vendor/contao/news-bundle/src/EventListener/GeneratePageListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\NewsBundle\EventListener\PreviewUrlCreateListener" was found in both "/html/contao-corsicana/vendor/contao/news-bundle/src/src/EventListener/PreviewUrlCreateListener.php" and "/html/contao-corsicana/vendor/contao/news-bundle/src/EventListener/PreviewUrlCreateListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\NewsBundle\EventListener\PreviewUrlConvertListener" was found in both "/html/contao-corsicana/vendor/contao/news-bundle/src/src/EventListener/PreviewUrlConvertListener.php" and "/html/contao-corsicana/vendor/contao/news-bundle/src/EventListener/PreviewUrlConvertListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\NewsBundle\EventListener\InsertTagsListener" was found in both "/html/contao-corsicana/vendor/contao/news-bundle/src/src/EventListener/InsertTagsListener.php" and "/html/contao-corsicana/vendor/contao/news-bundle/src/EventListener/InsertTagsListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\NewsBundle\ContaoNewsBundle" was found in both "/html/contao-corsicana/vendor/contao/news-bundle/src/src/ContaoNewsBundle.php" and "/html/contao-corsicana/vendor/contao/news-bundle/src/ContaoNewsBundle.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\NewsBundle\ContaoManager\Plugin" was found in both "/html/contao-corsicana/vendor/contao/news-bundle/src/src/ContaoManager/Plugin.php" and "/html/contao-corsicana/vendor/contao/news-bundle/src/ContaoManager/Plugin.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\NewsBundle\Picker\NewsPickerProvider" was found in both "/html/contao-corsicana/vendor/contao/news-bundle/src/src/Picker/NewsPickerProvider.php" and "/html/contao-corsicana/vendor/contao/news-bundle/src/Picker/NewsPickerProvider.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\NewsBundle\DependencyInjection\ContaoNewsExtension" was found in both "/html/contao-corsicana/vendor/contao/news-bundle/src/src/DependencyInjection/ContaoNewsExtension.php" and "/html/contao-corsicana/vendor/contao/news-bundle/src/DependencyInjection/ContaoNewsExtension.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\EventListener\InstallCommandListener" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/EventListener/InstallCommandListener.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/EventListener/InstallCommandListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\EventListener\InitializeApplicationListener" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/EventListener/InitializeApplicationListener.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/EventListener/InitializeApplicationListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\Composer\ScriptHandler" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/Composer/ScriptHandler.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/Composer/ScriptHandler.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\Command\InstallWebDirCommand" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/Command/InstallWebDirCommand.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/Command/InstallWebDirCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\Api\Command\VersionCommand" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/Api/Command/VersionCommand.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/Api/Command/VersionCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\Api\ManagerConfig" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/Api/ManagerConfig.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/Api/ManagerConfig.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\Api\Application" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/Api/Application.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/Api/Application.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\Cache\BundleCacheClearer" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/Cache/BundleCacheClearer.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/Cache/BundleCacheClearer.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\ContaoManager\ApiCommand\SetConfigCommand" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/ContaoManager/ApiCommand/SetConfigCommand.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/ContaoManager/ApiCommand/SetConfigCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\ContaoManager\ApiCommand\SetDotEnvCommand" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/ContaoManager/ApiCommand/SetDotEnvCommand.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/ContaoManager/ApiCommand/SetDotEnvCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\ContaoManager\ApiCommand\GetDotEnvCommand" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/ContaoManager/ApiCommand/GetDotEnvCommand.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/ContaoManager/ApiCommand/GetDotEnvCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\ContaoManager\ApiCommand\RemoveDotEnvCommand" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/ContaoManager/ApiCommand/RemoveDotEnvCommand.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/ContaoManager/ApiCommand/RemoveDotEnvCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\ContaoManager\ApiCommand\GetConfigCommand" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/ContaoManager/ApiCommand/GetConfigCommand.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/ContaoManager/ApiCommand/GetConfigCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\ContaoManager\Plugin" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/ContaoManager/Plugin.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/ContaoManager/Plugin.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\HttpKernel\ContaoKernel" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/HttpKernel/ContaoKernel.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/HttpKernel/ContaoKernel.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\HttpKernel\ContaoCache" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/HttpKernel/ContaoCache.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/HttpKernel/ContaoCache.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\DependencyInjection\Compiler\SwiftMailerPass" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/DependencyInjection/Compiler/SwiftMailerPass.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/DependencyInjection/Compiler/SwiftMailerPass.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\DependencyInjection\ContaoManagerExtension" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/DependencyInjection/ContaoManagerExtension.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/DependencyInjection/ContaoManagerExtension.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\Routing\RouteLoader" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/Routing/RouteLoader.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/Routing/RouteLoader.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\ContaoManagerBundle" was found in both "/html/contao-corsicana/vendor/contao/manager-bundle/src/src/ContaoManagerBundle.php" and "/html/contao-corsicana/vendor/contao/manager-bundle/src/ContaoManagerBundle.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Event\InitializeApplicationEvent" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/Event/InitializeApplicationEvent.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/Event/InitializeApplicationEvent.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Event\ContaoInstallationEvents" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/Event/ContaoInstallationEvents.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/Event/ContaoInstallationEvents.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\InstallTool" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/InstallTool.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/InstallTool.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\EventListener\InitializeApplicationListener" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/EventListener/InitializeApplicationListener.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/EventListener/InitializeApplicationListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Command\LockCommand" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/Command/LockCommand.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/Command/LockCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Command\UnlockCommand" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/Command/UnlockCommand.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/Command/UnlockCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Controller\InstallationController" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/Controller/InstallationController.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/Controller/InstallationController.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\ContaoInstallationBundle" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/ContaoInstallationBundle.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/ContaoInstallationBundle.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Translation\LanguageResolver" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/Translation/LanguageResolver.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/Translation/LanguageResolver.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\ContaoManager\Plugin" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/ContaoManager/Plugin.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/ContaoManager/Plugin.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\InstallToolUser" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/InstallToolUser.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/InstallToolUser.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Database\Version447Update" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/Database/Version447Update.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/Database/Version447Update.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Database\AbstractVersionUpdate" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/Database/AbstractVersionUpdate.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/Database/AbstractVersionUpdate.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Database\Installer" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/Database/Installer.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/Database/Installer.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Database\Version410Update" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/Database/Version410Update.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/Database/Version410Update.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Database\Version400Update" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/Database/Version400Update.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/Database/Version400Update.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Database\Version460Update" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/Database/Version460Update.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/Database/Version460Update.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Database\Version330Update" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/Database/Version330Update.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/Database/Version330Update.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Database\Version350Update" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/Database/Version350Update.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/Database/Version350Update.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Database\Version450Update" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/Database/Version450Update.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/Database/Version450Update.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Database\ConnectionFactory" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/Database/ConnectionFactory.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/Database/ConnectionFactory.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Database\Version430Update" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/Database/Version430Update.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/Database/Version430Update.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Database\Version440Update" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/Database/Version440Update.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/Database/Version440Update.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\DependencyInjection\ContaoInstallationExtension" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/DependencyInjection/ContaoInstallationExtension.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/DependencyInjection/ContaoInstallationExtension.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Config\ParameterDumper" was found in both "/html/contao-corsicana/vendor/contao/installation-bundle/src/src/Config/ParameterDumper.php" and "/html/contao-corsicana/vendor/contao/installation-bundle/src/Config/ParameterDumper.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Util\PackageUtil" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/Util/PackageUtil.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Util/PackageUtil.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Util\SymlinkUtil" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/Util/SymlinkUtil.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Util/SymlinkUtil.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Event\PreviewUrlCreateEvent" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/Event/PreviewUrlCreateEvent.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Event/PreviewUrlCreateEvent.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Event\ContaoCoreEvents" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/Event/ContaoCoreEvents.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Event/ContaoCoreEvents.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Event\SlugValidCharactersEvent" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/Event/SlugValidCharactersEvent.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Event/SlugValidCharactersEvent.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Event\PreviewUrlConvertEvent" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/Event/PreviewUrlConvertEvent.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Event/PreviewUrlConvertEvent.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Event\ImageSizesEvent" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/Event/ImageSizesEvent.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Event/ImageSizesEvent.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Event\MenuEvent" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/Event/MenuEvent.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Event/MenuEvent.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Response\InitializeControllerResponse" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/Response/InitializeControllerResponse.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Response/InitializeControllerResponse.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Csrf\MemoryTokenStorage" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/Csrf/MemoryTokenStorage.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Csrf/MemoryTokenStorage.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\DataCollector\ContaoDataCollector" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/DataCollector/ContaoDataCollector.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/src/DataCollector/ContaoDataCollector.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Menu\BackendMenuBuilder" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Menu/BackendMenuBuilder.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Menu/BackendMenuBuilder.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Menu\BackendMenuRenderer" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Menu/BackendMenuRenderer.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Menu/BackendMenuRenderer.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\RefererIdListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/RefererIdListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/RefererIdListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\DoctrineSchemaListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/DoctrineSchemaListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/DoctrineSchemaListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\BackendMenuListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/BackendMenuListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/BackendMenuListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\PrettyErrorScreenListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/PrettyErrorScreenListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/PrettyErrorScreenListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\ClearSessionDataListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/ClearSessionDataListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/ClearSessionDataListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\GlobalsMapListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/GlobalsMapListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/GlobalsMapListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\AddToSearchIndexListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/AddToSearchIndexListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/AddToSearchIndexListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\InsecureInstallationListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/InsecureInstallationListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/InsecureInstallationListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\BackendLocaleListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/BackendLocaleListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/BackendLocaleListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\CommandSchedulerListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/CommandSchedulerListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/CommandSchedulerListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\SwitchUserListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/SwitchUserListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/SwitchUserListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\MergeHttpHeadersListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/MergeHttpHeadersListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/MergeHttpHeadersListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\ToggleViewListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/ToggleViewListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/ToggleViewListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\ResponseExceptionListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/ResponseExceptionListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/ResponseExceptionListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\ExceptionConverterListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/ExceptionConverterListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\InsertTags\TranslationListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/InsertTags/TranslationListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/InsertTags/TranslationListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\InsertTags\AssetListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/InsertTags/AssetListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/InsertTags/AssetListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\UserSessionListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/UserSessionListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/UserSessionListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\BypassMaintenanceListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/BypassMaintenanceListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/BypassMaintenanceListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\StoreRefererListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/StoreRefererListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/StoreRefererListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\LocaleListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/LocaleListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/LocaleListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\UserAwareTrait" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/UserAwareTrait.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/UserAwareTrait.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\HeaderReplay\PageLayoutListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/HeaderReplay/PageLayoutListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/HeaderReplay/PageLayoutListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\HeaderReplay\UserSessionListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/HeaderReplay/UserSessionListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/HeaderReplay/UserSessionListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\CsrfTokenCookieListener" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/EventListener/CsrfTokenCookieListener.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/EventListener/CsrfTokenCookieListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Composer\ScriptHandler" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Composer/ScriptHandler.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Composer/ScriptHandler.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Command\InstallCommand" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Command/InstallCommand.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Command/InstallCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Command\AbstractLockedCommand" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Command/AbstractLockedCommand.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Command/AbstractLockedCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Command\FilesyncCommand" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Command/FilesyncCommand.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Command/FilesyncCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Command\VersionCommand" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Command/VersionCommand.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Command/VersionCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Command\UserPasswordCommand" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Command/UserPasswordCommand.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Command/UserPasswordCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Command\AutomatorCommand" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Command/AutomatorCommand.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Command/AutomatorCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Command\SymlinksCommand" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Command/SymlinksCommand.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Command/SymlinksCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Command\DoctrineMigrationsDiffCommand" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Command/DoctrineMigrationsDiffCommand.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Command/DoctrineMigrationsDiffCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\InvalidRequestTokenException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/InvalidRequestTokenException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/InvalidRequestTokenException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\PageNotFoundException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/PageNotFoundException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/PageNotFoundException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\UserNotFoundException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/UserNotFoundException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/UserNotFoundException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\InsufficientAuthenticationException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/InsufficientAuthenticationException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/InsufficientAuthenticationException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\ForwardPageNotFoundException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/ForwardPageNotFoundException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/ForwardPageNotFoundException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\PaletteNotFoundException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/PaletteNotFoundException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/PaletteNotFoundException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\NoActivePageFoundException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/NoActivePageFoundException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/NoActivePageFoundException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\InternalServerErrorException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/InternalServerErrorException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/InternalServerErrorException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\PalettePositionException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/PalettePositionException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/PalettePositionException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\NoContentResponseException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/NoContentResponseException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/NoContentResponseException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\NoLayoutSpecifiedException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/NoLayoutSpecifiedException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/NoLayoutSpecifiedException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\InsecureInstallationException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/InsecureInstallationException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/InsecureInstallationException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\ServiceUnavailableException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/ServiceUnavailableException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/ServiceUnavailableException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\InternalServerErrorHttpException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/InternalServerErrorHttpException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/InternalServerErrorHttpException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\AccessDeniedException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/AccessDeniedException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/AccessDeniedException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\RedirectResponseException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/RedirectResponseException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/RedirectResponseException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\NoRootPageFoundException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/NoRootPageFoundException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/NoRootPageFoundException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\IncompleteInstallationException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/IncompleteInstallationException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/IncompleteInstallationException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\ResponseException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/ResponseException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/ResponseException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\AjaxRedirectResponseException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Exception/AjaxRedirectResponseException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Exception/AjaxRedirectResponseException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Fragment\ForwardFragmentRenderer" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Fragment/ForwardFragmentRenderer.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Fragment/ForwardFragmentRenderer.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Fragment\UnknownFragmentException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Fragment/UnknownFragmentException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Fragment/UnknownFragmentException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Fragment\Reference\FragmentReference" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Fragment/Reference/FragmentReference.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Fragment/Reference/FragmentReference.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Fragment\Reference\ContentElementReference" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Fragment/Reference/ContentElementReference.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Fragment/Reference/ContentElementReference.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Fragment\Reference\FrontendModuleReference" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Fragment/Reference/FrontendModuleReference.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Fragment/Reference/FrontendModuleReference.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Fragment\FragmentRegistry" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Fragment/FragmentRegistry.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Fragment/FragmentRegistry.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Fragment\FragmentPreHandlerInterface" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Fragment/FragmentPreHandlerInterface.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Fragment/FragmentPreHandlerInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Fragment\FragmentHandler" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Fragment/FragmentHandler.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Fragment/FragmentHandler.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Fragment\FragmentConfig" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Fragment/FragmentConfig.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Fragment/FragmentConfig.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Fragment\FragmentOptionsAwareInterface" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Fragment/FragmentOptionsAwareInterface.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Fragment/FragmentOptionsAwareInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Fragment\FragmentRegistryInterface" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Fragment/FragmentRegistryInterface.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Fragment/FragmentRegistryInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Slug\ValidCharacters" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Slug/ValidCharacters.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Slug/ValidCharacters.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Referer\TokenGenerator" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Referer/TokenGenerator.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Referer/TokenGenerator.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Asset\ContaoContext" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Asset/ContaoContext.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Asset/ContaoContext.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Controller\FrontendController" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Controller/FrontendController.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Controller/FrontendController.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Controller\FrontendModule\AbstractFrontendModuleController" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Controller/FrontendModule/AbstractFrontendModuleController.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Controller/FrontendModule/AbstractFrontendModuleController.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Controller\AbstractFragmentController" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Controller/AbstractFragmentController.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Controller/AbstractFragmentController.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Controller\BackendCsvImportController" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Controller/BackendCsvImportController.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Controller/BackendCsvImportController.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Controller\ContentElement\AbstractContentElementController" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Controller/ContentElement/AbstractContentElementController.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Controller/ContentElement/AbstractContentElementController.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Controller\InsertTagsController" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Controller/InsertTagsController.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Controller/InsertTagsController.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Controller\InitializeController" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Controller/InitializeController.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Controller/InitializeController.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Controller\BackendController" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Controller/BackendController.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Controller/BackendController.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Security\TwoFactor\Provider" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Security/TwoFactor/Provider.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Security/TwoFactor/Provider.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Security\TwoFactor\BackendFormRenderer" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Security/TwoFactor/BackendFormRenderer.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Security/TwoFactor/BackendFormRenderer.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Security\TwoFactor\Authenticator" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Security/TwoFactor/Authenticator.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Security/TwoFactor/Authenticator.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Security\User\UserChecker" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Security/User/UserChecker.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Security/User/UserChecker.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Security\User\ContaoUserProvider" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Security/User/ContaoUserProvider.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Security/User/ContaoUserProvider.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Security\Exception\LockedException" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Security/Exception/LockedException.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Security/Exception/LockedException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Security\Logout\LogoutHandler" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Security/Logout/LogoutHandler.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Security/Logout/LogoutHandler.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Security\Logout\LogoutSuccessHandler" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Security/Logout/LogoutSuccessHandler.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Security/Logout/LogoutSuccessHandler.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Security\Authentication\AuthenticationSuccessHandler" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Security/Authentication/AuthenticationSuccessHandler.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Security/Authentication/AuthenticationSuccessHandler.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Security\Authentication\Token\FrontendPreviewToken" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Security/Authentication/Token/FrontendPreviewToken.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Security/Authentication/Token/FrontendPreviewToken.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Security\Authentication\Token\TokenChecker" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Security/Authentication/Token/TokenChecker.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Security/Authentication/Token/TokenChecker.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Security\Authentication\RememberMe\DatabaseTokenProvider" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Security/Authentication/RememberMe/DatabaseTokenProvider.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Security/Authentication/RememberMe/DatabaseTokenProvider.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Security\Authentication\RememberMe\PersistentToken" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Security/Authentication/RememberMe/PersistentToken.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Security/Authentication/RememberMe/PersistentToken.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Security\Authentication\Provider\AuthenticationProvider" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Security/Authentication/Provider/AuthenticationProvider.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Security/Authentication/Provider/AuthenticationProvider.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Security\Authentication\AuthenticationFailureHandler" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Security/Authentication/AuthenticationFailureHandler.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Security/Authentication/AuthenticationFailureHandler.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Security\Authentication\FrontendPreviewAuthenticator" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Security/Authentication/FrontendPreviewAuthenticator.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Security/Authentication/FrontendPreviewAuthenticator.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Security\Authentication\AuthenticationEntryPoint" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Security/Authentication/AuthenticationEntryPoint.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Security/Authentication/AuthenticationEntryPoint.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Cache\ContaoCacheWarmer" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Cache/ContaoCacheWarmer.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Cache/ContaoCacheWarmer.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Cache\ContaoCacheClearer" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Cache/ContaoCacheClearer.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Cache/ContaoCacheClearer.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Twig\Extension\ContaoTemplateExtension" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Twig/Extension/ContaoTemplateExtension.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Twig/Extension/ContaoTemplateExtension.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Translation\Translator" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Translation/Translator.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Translation/Translator.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\ContaoManager\Plugin" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/ContaoManager/Plugin.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/ContaoManager/Plugin.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Picker\PickerConfig" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Picker/PickerConfig.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Picker/PickerConfig.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Picker\AbstractPickerProvider" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Picker/AbstractPickerProvider.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Picker/AbstractPickerProvider.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Picker\DcaPickerProviderInterface" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Picker/DcaPickerProviderInterface.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Picker/DcaPickerProviderInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Picker\PickerInterface" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Picker/PickerInterface.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Picker/PickerInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Picker\Picker" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Picker/Picker.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Picker/Picker.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Picker\ArticlePickerProvider" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Picker/ArticlePickerProvider.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Picker/ArticlePickerProvider.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Picker\PickerBuilder" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Picker/PickerBuilder.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Picker/PickerBuilder.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Picker\PickerProviderInterface" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Picker/PickerProviderInterface.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Picker/PickerProviderInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Picker\PagePickerProvider" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Picker/PagePickerProvider.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Picker/PagePickerProvider.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Picker\PickerBuilderInterface" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Picker/PickerBuilderInterface.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Picker/PickerBuilderInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Picker\FilePickerProvider" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Picker/FilePickerProvider.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Picker/FilePickerProvider.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\HttpKernel\ControllerResolver" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/HttpKernel/ControllerResolver.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/HttpKernel/ControllerResolver.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\HttpKernel\Bundle\ContaoModuleBundle" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/HttpKernel/Bundle/ContaoModuleBundle.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/HttpKernel/Bundle/ContaoModuleBundle.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\HttpKernel\Header\MemoryHeaderStorage" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/HttpKernel/Header/MemoryHeaderStorage.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/HttpKernel/Header/MemoryHeaderStorage.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\HttpKernel\Header\NativeHeaderStorage" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/HttpKernel/Header/NativeHeaderStorage.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/HttpKernel/Header/NativeHeaderStorage.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\HttpKernel\Header\HeaderStorageInterface" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/HttpKernel/Header/HeaderStorageInterface.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/HttpKernel/Header/HeaderStorageInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\HttpKernel\ModelArgumentResolver" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/HttpKernel/ModelArgumentResolver.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/HttpKernel/ModelArgumentResolver.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\ContaoCoreBundle" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/ContaoCoreBundle.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/ContaoCoreBundle.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Image\PictureFactoryInterface" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Image/PictureFactoryInterface.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Image/PictureFactoryInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Image\PictureFactory" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Image/PictureFactory.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Image/PictureFactory.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Image\ImageFactory" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Image/ImageFactory.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Image/ImageFactory.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Image\ImageFactoryInterface" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Image/ImageFactoryInterface.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Image/ImageFactoryInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Image\LegacyResizer" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Image/LegacyResizer.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Image/LegacyResizer.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Image\ImageSizes" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Image/ImageSizes.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Image/ImageSizes.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Doctrine\Schema\MigrationsSchemaProvider" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Doctrine/Schema/MigrationsSchemaProvider.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Doctrine/Schema/MigrationsSchemaProvider.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Doctrine\Schema\DcaSchemaProvider" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Doctrine/Schema/DcaSchemaProvider.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Doctrine/Schema/DcaSchemaProvider.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Doctrine\DBAL\Types\BinaryStringType" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Doctrine/DBAL/Types/BinaryStringType.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Doctrine/DBAL/Types/BinaryStringType.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\DependencyInjection\Compiler\AddResourcesPathsPass" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/DependencyInjection/Compiler/AddResourcesPathsPass.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/DependencyInjection/Compiler/AddResourcesPathsPass.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\DependencyInjection\Compiler\MapFragmentsToGlobalsPass" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/DependencyInjection/Compiler/MapFragmentsToGlobalsPass.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/DependencyInjection/Compiler/MapFragmentsToGlobalsPass.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\DependencyInjection\Compiler\PickerProviderPass" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/DependencyInjection/Compiler/PickerProviderPass.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/DependencyInjection/Compiler/PickerProviderPass.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\DependencyInjection\Compiler\RegisterFragmentsPass" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/DependencyInjection/Compiler/RegisterFragmentsPass.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/DependencyInjection/Compiler/RegisterFragmentsPass.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\DependencyInjection\Compiler\MakeServicesPublicPass" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/DependencyInjection/Compiler/MakeServicesPublicPass.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/DependencyInjection/Compiler/MakeServicesPublicPass.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\DependencyInjection\Compiler\RegisterHookListenersPass" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/DependencyInjection/Compiler/RegisterHookListenersPass.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/DependencyInjection/Compiler/RegisterHookListenersPass.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\DependencyInjection\Compiler\AddPackagesPass" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/DependencyInjection/Compiler/AddPackagesPass.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/DependencyInjection/Compiler/AddPackagesPass.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\DependencyInjection\Compiler\AddSessionBagsPass" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/DependencyInjection/Compiler/AddSessionBagsPass.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/DependencyInjection/Compiler/AddSessionBagsPass.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\DependencyInjection\Compiler\AddAssetsPackagesPass" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/DependencyInjection/Compiler/AddAssetsPackagesPass.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/DependencyInjection/Compiler/AddAssetsPackagesPass.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\DependencyInjection\Compiler\DoctrineMigrationsPass" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/DependencyInjection/Compiler/DoctrineMigrationsPass.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/DependencyInjection/Compiler/DoctrineMigrationsPass.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\DependencyInjection\Security\ContaoLoginFactory" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/DependencyInjection/Security/ContaoLoginFactory.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/DependencyInjection/Security/ContaoLoginFactory.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\DependencyInjection\ContaoCoreExtension" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/DependencyInjection/ContaoCoreExtension.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/DependencyInjection/ContaoCoreExtension.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\DependencyInjection\Configuration" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/DependencyInjection/Configuration.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/DependencyInjection/Configuration.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Framework\FrameworkAwareInterface" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Framework/FrameworkAwareInterface.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Framework/FrameworkAwareInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Framework\ContaoFramework" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Framework/ContaoFramework.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Framework/ContaoFramework.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Framework\ScopeAwareTrait" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Framework/ScopeAwareTrait.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Framework/ScopeAwareTrait.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Framework\FrameworkAwareTrait" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Framework/FrameworkAwareTrait.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Framework/FrameworkAwareTrait.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Framework\ContaoFrameworkInterface" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Framework/ContaoFrameworkInterface.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Framework/ContaoFrameworkInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Framework\Adapter" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Framework/Adapter.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Framework/Adapter.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Monolog\ContaoContext" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Monolog/ContaoContext.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Monolog/ContaoContext.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Monolog\ContaoTableProcessor" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Monolog/ContaoTableProcessor.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Monolog/ContaoTableProcessor.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Monolog\ContaoTableHandler" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Monolog/ContaoTableHandler.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Monolog/ContaoTableHandler.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Session\Attribute\ArrayAttributeBag" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Session/Attribute/ArrayAttributeBag.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Session/Attribute/ArrayAttributeBag.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Session\LazySessionAccess" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Session/LazySessionAccess.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Session/LazySessionAccess.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Session\MockNativeSessionStorage" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Session/MockNativeSessionStorage.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Session/MockNativeSessionStorage.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\ContaoFrameworkInterface" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/ContaoFrameworkInterface.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/ContaoFrameworkInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Routing\FrontendLoader" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Routing/FrontendLoader.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Routing/FrontendLoader.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Routing\UrlGenerator" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Routing/UrlGenerator.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Routing/UrlGenerator.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Routing\ScopeMatcher" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Routing/ScopeMatcher.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Routing/ScopeMatcher.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Cors\WebsiteRootsConfigProvider" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Cors/WebsiteRootsConfigProvider.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Cors/WebsiteRootsConfigProvider.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Config\ResourceFinder" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Config/ResourceFinder.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Config/ResourceFinder.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Config\ResourceFinderInterface" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Config/ResourceFinderInterface.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Config/ResourceFinderInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Config\Dumper\CombinedFileDumper" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Config/Dumper/CombinedFileDumper.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Config/Dumper/CombinedFileDumper.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Config\Dumper\DumperInterface" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Config/Dumper/DumperInterface.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Config/Dumper/DumperInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Config\Loader\XliffFileLoader" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Config/Loader/XliffFileLoader.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Config/Loader/XliffFileLoader.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Config\Loader\PhpFileLoader" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Config/Loader/PhpFileLoader.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Config/Loader/PhpFileLoader.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Analyzer\HtaccessAnalyzer" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/Analyzer/HtaccessAnalyzer.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/Analyzer/HtaccessAnalyzer.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\DataContainer\PaletteManipulator" was found in both "/html/contao-corsicana/vendor/contao/core-bundle/src/src/DataContainer/PaletteManipulator.php" and "/html/contao-corsicana/vendor/contao/core-bundle/src/DataContainer/PaletteManipulator.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CommentsBundle\ContaoCommentsBundle" was found in both "/html/contao-corsicana/vendor/contao/comments-bundle/src/src/ContaoCommentsBundle.php" and "/html/contao-corsicana/vendor/contao/comments-bundle/src/ContaoCommentsBundle.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CommentsBundle\ContaoManager\Plugin" was found in both "/html/contao-corsicana/vendor/contao/comments-bundle/src/src/ContaoManager/Plugin.php" and "/html/contao-corsicana/vendor/contao/comments-bundle/src/ContaoManager/Plugin.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CalendarBundle\EventListener\GeneratePageListener" was found in both "/html/contao-corsicana/vendor/contao/calendar-bundle/src/src/EventListener/GeneratePageListener.php" and "/html/contao-corsicana/vendor/contao/calendar-bundle/src/EventListener/GeneratePageListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CalendarBundle\EventListener\PreviewUrlCreateListener" was found in both "/html/contao-corsicana/vendor/contao/calendar-bundle/src/src/EventListener/PreviewUrlCreateListener.php" and "/html/contao-corsicana/vendor/contao/calendar-bundle/src/EventListener/PreviewUrlCreateListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CalendarBundle\EventListener\PreviewUrlConvertListener" was found in both "/html/contao-corsicana/vendor/contao/calendar-bundle/src/src/EventListener/PreviewUrlConvertListener.php" and "/html/contao-corsicana/vendor/contao/calendar-bundle/src/EventListener/PreviewUrlConvertListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CalendarBundle\EventListener\InsertTagsListener" was found in both "/html/contao-corsicana/vendor/contao/calendar-bundle/src/src/EventListener/InsertTagsListener.php" and "/html/contao-corsicana/vendor/contao/calendar-bundle/src/EventListener/InsertTagsListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CalendarBundle\ContaoManager\Plugin" was found in both "/html/contao-corsicana/vendor/contao/calendar-bundle/src/src/ContaoManager/Plugin.php" and "/html/contao-corsicana/vendor/contao/calendar-bundle/src/ContaoManager/Plugin.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CalendarBundle\Picker\EventPickerProvider" was found in both "/html/contao-corsicana/vendor/contao/calendar-bundle/src/src/Picker/EventPickerProvider.php" and "/html/contao-corsicana/vendor/contao/calendar-bundle/src/Picker/EventPickerProvider.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CalendarBundle\DependencyInjection\ContaoCalendarExtension" was found in both "/html/contao-corsicana/vendor/contao/calendar-bundle/src/src/DependencyInjection/ContaoCalendarExtension.php" and "/html/contao-corsicana/vendor/contao/calendar-bundle/src/DependencyInjection/ContaoCalendarExtension.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CalendarBundle\ContaoCalendarBundle" was found in both "/html/contao-corsicana/vendor/contao/calendar-bundle/src/src/ContaoCalendarBundle.php" and "/html/contao-corsicana/vendor/contao/calendar-bundle/src/ContaoCalendarBundle.php", the first will be used.
    contao/manager-plugin: Generating plugin class...
    contao/manager-plugin: ...done generating plugin class
    ocramius/package-versions:  Generating version class...
    ocramius/package-versions: ...done generating version class
    > Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication
    Could not open input file: /html/contao-corsicana/vendor/contao/manager-bundle/src/src/Composer/../../bin/contao-console
    Script Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication handling the post-install-cmd event terminated with an exception
    
    In ScriptHandler.php line 87:
                                                                               
      An error occurred while executing the "contao:install-web-dir" command:  
                                                                               
    
    install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [--no-suggest] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--ignore-platform-reqs] [--] [<packages>]...
    
    
    # Process terminated with exit code 1
    # Result: General error
    
    
    ---
    
    ### The background task has stopped unexpectedly ###
    Danke vielmals für Eure Hilfe.

  5. #5
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.392
    Partner-ID
    10107

    Standard

    Zitat Zitat von Nelly Beitrag anzeigen
    Wenn ich den Ordner vendor komplett lösche, müsste ich dann auch alle Contao Extensions neu installieren, oder genügt es die Composer Abhängigkeiten neu zu installieren?
    Es genügt im Safe Mode des Contao Managers die Abhängigkeiten wieder zu installieren lassen.

  6. #6
    Contao-Nutzer Avatar von Nelly
    Registriert seit
    16.10.2009.
    Beiträge
    41

    Standard

    Ordner vendor komplett gelöscht und im Debug Mode die Abhängigkeiten neu installiert.
    Lief diesmal alles fehlerfrei durch.

    Dann noch die composer.jason im require Bereich ergänzt mit
    Code:
    contao/image": "dev-master as 0.3.9",
    die Zugriffsrechte im assets Ordner auf 640 geändert und die Bilddateien werden auch wieder angezeigt.

    Was bin ich froh, vielen vielen Dank für die schnelle Hilfe!!!

  7. #7
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.392
    Partner-ID
    10107

    Standard

    Zitat Zitat von Nelly Beitrag anzeigen
    Dann noch die composer.jason im require Bereich ergänzt mit
    Code:
    contao/image": "dev-master as 0.3.9",
    die Zugriffsrechte im assets Ordner auf 640 geändert und die Bilddateien werden auch wieder angezeigt.
    Das musst du nicht machen, Version 0.3.9 wurde schon veröffentlicht.

Aktive Benutzer

Aktive Benutzer

Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1)

Lesezeichen

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •