Contao-Camp 2024
Ergebnis 1 bis 5 von 5

Thema: Modul im Layout eingebunden bringt 'weisse Seite'

  1. #1
    Community-Moderator & Contao-Urgestein Avatar von derRenner
    Registriert seit
    23.10.2012.
    Ort
    hoRn|waldviertel
    Beiträge
    2.849
    Contao-Projekt unterstützen

    Support Contao

    Standard Modul im Layout eingebunden bringt 'weisse Seite'

    Hallo,

    Contao 4.4.48
    php7.4.3

    Besucher Statistiken Version 1.5.2
    nach dem Einbinden ins Layout via Modul Besucher erhalte ich bloss eine 'weisse, inhaltslose Seite'.

    prod-log
    Code:
    [2020-04-29 12:20:53] request.INFO: Matched route "contao_catch_all". {"route":"contao_catch_all","route_parameters":{"_scope":"frontend","_token_check":true,"_controller":"Contao\\CoreBundle\\Controller\\FrontendController::indexAction","_url_fragment":"favicon.ico","_route":"contao_catch_all"},"request_uri":"https://horn-ist-vorn.at/favicon.ico","method":"GET"} []
    [2020-04-29 12:20:53] security.INFO: Attempting SimplePreAuthentication. {"key":"frontend","authenticator":"Contao\\CoreBundle\\Security\\ContaoAuthenticator"} []
    [2020-04-29 12:20:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Page not found: https://horn-ist-vorn.at/favicon.ico" at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php line 112 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Page not found: https://horn-ist-vorn.at/favicon.ico at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:112, Contao\\CoreBundle\\Exception\\PageNotFoundException(code: 0): Page not found: https://horn-ist-vorn.at/favicon.ico at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/controllers/FrontendIndex.php:63)"} []
    app_dev.php bringt über's Backend keinen Fehlermeldung angezeigt - erst wenn ich via Backend die Vorschau anstosse bekomme ich auf die dev-log-Datei etwas mitgeilt
    dev-log
    Code:
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Passing the path to the Composer installed.json as first argument is no longer supported in version 2.3. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Passing the path to the Composer installed.json as first argument is no longer supported in version 2.3. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/manager-plugin/src/PluginLoader.php:46)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using a bundles.json file has been deprecated and will no longer work in version 3.0. Use the Plugin::getBundles() method to define your bundles instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a bundles.json file has been deprecated and will no longer work in version 3.0. Use the Plugin::getBundles() method to define your bundles instead. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/manager-plugin/src/Bundle/Parser/JsonParser.php:24)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: The type "binary_string" was explicitly marked as commented in its configuration. This is no longer necessary and will be removed in DoctrineBundle 2.0. Please remove the "commented" attribute from the type configuration. {"exception":"[object] (ErrorException(code: 0): User Deprecated: The type "binary_string" was explicitly marked as commented in its configuration. This is no longer necessary and will be removed in DoctrineBundle 2.0. Please remove the "commented" attribute from the type configuration. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:153)"} []
    [2020-04-29 12:22:25] request.INFO: Matched route "contao_catch_all". {"route":"contao_catch_all","route_parameters":{"_scope":"frontend","_token_check":true,"_controller":"Contao\\CoreBundle\\Controller\\FrontendController::indexAction","_url_fragment":"app_dev.php/visitors/screencount","_route":"contao_catch_all"},"request_uri":"https://horn-ist-vorn.at/app_dev.php/app_dev.php/visitors/screencount?scrh=1080&scrih=879&scriw=1698&scrw=1920&vcid=1","method":"GET"} []
    [2020-04-29 12:22:25] security.INFO: Attempting SimplePreAuthentication. {"key":"frontend","authenticator":"Contao\\CoreBundle\\Security\\ContaoAuthenticator"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addNamespaces() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addNamespaces() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:72)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addNamespace() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addNamespace() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:53)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClasses() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClasses() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:118)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addNamespaces() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addNamespaces() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:72)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addNamespace() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addNamespace() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:53)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClasses() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClasses() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:118)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addNamespaces() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addNamespaces() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:72)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addNamespace() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addNamespace() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:53)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addNamespace() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addNamespace() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:53)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addNamespace() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addNamespace() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:53)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClasses() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClasses() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:118)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addNamespaces() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addNamespaces() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:72)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addNamespace() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addNamespace() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:53)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClasses() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClasses() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:118)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addNamespaces() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addNamespaces() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:72)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addNamespace() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addNamespace() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:53)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClasses() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClasses() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:118)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addNamespaces() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addNamespaces() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:72)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addNamespace() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addNamespace() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:53)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClasses() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClasses() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:118)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addNamespace() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addNamespace() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:53)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClasses() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClasses() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:118)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addNamespaces() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addNamespaces() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:72)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addNamespace() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addNamespace() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:53)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClasses() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClasses() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:118)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using Environment::getInstance() has been deprecated and will no longer work in Contao 5.0. The Environment class is now static. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using Environment::getInstance() has been deprecated and will no longer work in Contao 5.0. The Environment class is now static. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/Environment.php:636)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using Environment::getInstance() has been deprecated and will no longer work in Contao 5.0. The Environment class is now static. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using Environment::getInstance() has been deprecated and will no longer work in Contao 5.0. The Environment class is now static. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/Environment.php:636)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addNamespaces() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addNamespaces() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:72)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addNamespace() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addNamespace() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:53)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClasses() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClasses() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:118)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addNamespaces() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addNamespaces() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:72)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addNamespace() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addNamespace() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:53)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClasses() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClasses() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:118)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addNamespaces() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addNamespaces() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:72)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addNamespace() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addNamespace() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:53)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClasses() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClasses() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:118)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addNamespaces() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addNamespaces() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:72)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addNamespace() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addNamespace() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:53)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClasses() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClasses() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:118)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addNamespaces() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addNamespaces() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:72)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addNamespace() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addNamespace() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:53)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClasses() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClasses() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:118)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addNamespaces() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addNamespaces() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:72)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addNamespace() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addNamespace() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:53)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClasses() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClasses() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:118)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addNamespaces() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addNamespaces() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:72)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addNamespace() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addNamespace() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:53)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClasses() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClasses() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:118)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addNamespaces() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addNamespaces() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:72)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addNamespace() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addNamespace() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:53)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClasses() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClasses() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:118)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addNamespaces() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addNamespaces() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:72)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addNamespace() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addNamespace() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:53)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClasses() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClasses() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:118)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addNamespaces() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addNamespaces() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:72)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addNamespace() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addNamespace() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:53)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClasses() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClasses() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:118)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addNamespaces() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addNamespaces() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:72)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addNamespace() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addNamespace() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:53)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClasses() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClasses() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:118)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addNamespaces() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addNamespaces() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:72)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addNamespace() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addNamespace() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:53)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClasses() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClasses() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:118)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addNamespaces() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addNamespaces() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:72)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addNamespace() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addNamespace() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:53)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClasses() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClasses() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:118)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addNamespaces() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addNamespaces() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:72)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addNamespace() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addNamespace() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:53)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClasses() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClasses() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:118)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addNamespaces() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addNamespaces() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:72)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addNamespace() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addNamespace() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:53)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClasses() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClasses() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:118)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addNamespaces() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addNamespaces() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:72)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addNamespace() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addNamespace() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:53)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClasses() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClasses() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:118)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addNamespaces() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addNamespaces() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:72)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addNamespace() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addNamespace() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:53)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClasses() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClasses() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:118)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using ClassLoader::addClass() has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:104)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using Environment::getInstance() has been deprecated and will no longer work in Contao 5.0. The Environment class is now static. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using Environment::getInstance() has been deprecated and will no longer work in Contao 5.0. The Environment class is now static. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/Environment.php:636)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using Environment::getInstance() has been deprecated and will no longer work in Contao 5.0. The Environment class is now static. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using Environment::getInstance() has been deprecated and will no longer work in Contao 5.0. The Environment class is now static. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/Environment.php:636)"} []
    [2020-04-29 12:22:25] php.INFO: User Deprecated: Using the Contao\RequestToken class has been deprecated and will no longer work in Contao 5.0. Use the Symfony CSRF service via the container instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the Contao\\RequestToken class has been deprecated and will no longer work in Contao 5.0. Use the Symfony CSRF service via the container instead. at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/library/Contao/RequestToken.php:15)"} []
    [2020-04-29 12:22:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Page not found: https://horn-ist-vorn.at/app_dev.php/app_dev.php/visitors/screencount?vcid=1&scrw=1920&scrh=1080&scriw=1698&scrih=879" at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php line 112 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Page not found: https://horn-ist-vorn.at/app_dev.php...1698&scrih=879 at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:112, Contao\\CoreBundle\\Exception\\PageNotFoundException(code: 0): Page not found: https://horn-ist-vorn.at/app_dev.php...1698&scrih=879 at /var/www/vhosts/horn-ist-vorn.at/httpdocs/main/vendor/contao/core-bundle/src/Resources/contao/controllers/FrontendIndex.php:63)"} []
    ich vermute aber, dass sich diese Fehlermeldung nur auf das doppelte /app_dev.php/app_dev.php/ bezieht, oder?

    Ich bitte um Hilfestellung
    vielen dank
    Grüsse
    Bernhard


  2. #2
    Community-Moderator & Contao-Urgestein Avatar von derRenner
    Registriert seit
    23.10.2012.
    Ort
    hoRn|waldviertel
    Beiträge
    2.849
    Contao-Projekt unterstützen

    Support Contao

    Standard

    OK, konnte den Fehler auf das template mod_visitors_fe_invisible.html5 einschränken.
    » document.write()
    Mit der 1.6.2 wurde dies ja schon behoben - darunter gibt es nun (wieder) Probleme ... ggf. ein php-Versionsthema?


    ich habe das template 1.5.3 auf ein aktuelleres ausgetauscht
    PHP-Code:
    <!-- indexer::stop -->
    <!-- Template for "only counting", no display in Frontend. -->
    <?php foreach ($this->visitors as $visitor): ?>
    <span class="visitor_count invisible">{{cache_visitors::<?= $visitor['VisitorsKatID']; ?>::count}}</span>
    <script>
        document.addEventListener('DOMContentLoaded', function () {
            var iWidth  = window.innerWidth  || (window.document.documentElement.clientWidth  || window.document.body.clientWidth); 
            var iHeight = window.innerHeight || (window.document.documentElement.clientHeight || window.document.body.clientHeight);
            var sWidth  = screen.width;
            var sHeight = screen.height;
            var visitorurl = '<?= $this->route('visitors_frontend_screencount'?>?vcid=<?= $visitor['VisitorsKatID']; ?>&scrw='+sWidth+'&scrh='+sHeight+'&scriw='+iWidth+'&scrih='+iHeight+'';
            try {
                fetch( visitorurl, { method: 'GET' , headers: { 'X-Requested-With': 'XMLHttpRequest', } } )
                .catch( error => console.error('error:', error) );
            } catch (r) {
                return;
            }
            
        });
        </script>
    <?php endforeach; ?>
    <!-- indexer::continue -->
    Grüsse
    Bernhard


  3. #3
    Wandelndes Contao-Lexikon Avatar von BugBuster
    Registriert seit
    15.06.2009.
    Ort
    Berlin
    Beiträge
    10.496
    User beschenken
    Wunschliste

    Standard

    Das erklärt aber alles nicht deine weiße Seite, denn das wäre ein Error 500 und somit ein PHP Fehler und sollte im Error Log von Webserver zu finden sein.

    document.write ist Javascript und funktioniert auch weiterhin, sollte nur nicht mehr aus anderen Gründen genutzt werden.

    Hattest du ein angepasstes Template vorher im Einsatz?
    Denn grad das mod_visitors_fe_invisible.html5 macht ja von allen Templates von Visitors das wenigste (nur zählen, nichts anzeigen)
    Grüße, BugBuster
    "view source" is your guide.
    Danke an alle Amazon Wunschlisten Erfüller

  4. #4
    Community-Moderator & Contao-Urgestein Avatar von derRenner
    Registriert seit
    23.10.2012.
    Ort
    hoRn|waldviertel
    Beiträge
    2.849
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Zitat Zitat von BugBuster Beitrag anzeigen
    Hattest du ein angepasstes Template vorher im Einsatz?
    Nein, kein angepasstes - nur das mitgelieferte Template.

    Ich hatte auch die anderen templates versucht ... alle brachten die weisse Seite.
    Zum Test hatte ich dann ein leeres Template versucht und mich dann nach und nach zur Fehlerquelle, dem <script> vorgehantelt. Übrig blieb dann document.write();
    Dann konnte ich mich erinnern, dass ich dieses Thema schon mal hatte, aber in einem anderen Zusammenhang und über diesen thread dann, hatte ich eines der neuen templates hergenommen.

    Das Ergebnis ist, dass das funktioniert.

    OK, ja, mit php hat das nix zu tun ... erkenne ich erst jetzt, da ja ein javascript Methode ist.
    Grüsse
    Bernhard


  5. #5
    Wandelndes Contao-Lexikon Avatar von BugBuster
    Registriert seit
    15.06.2009.
    Ort
    Berlin
    Beiträge
    10.496
    User beschenken
    Wunschliste

    Standard

    Konnte ich nicht nachvollziehen, habe es mit den selben Versionen der Installation getestet, keine Probleme.
    Grüße, BugBuster
    "view source" is your guide.
    Danke an alle Amazon Wunschlisten Erfüller

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
  •