Contao-Camp 2024
Ergebnis 1 bis 34 von 34

Thema: Frontend Fehlermeldung

  1. #1
    Contao-Fan Avatar von Kopfnuss
    Registriert seit
    05.09.2012.
    Ort
    Zwickau
    Beiträge
    317
    Partner-ID
    11375
    Contao-Projekt unterstützen

    Support Contao

    Standard Frontend Fehlermeldung

    Hey ihr,

    ich komme nicht mehr weiter. Habe local einen Webseite entwickelt, das ganze dann auf meinen Testserver (Subdomain) installiert. Das Backend geht aber im Frontend zeigt es mir folgende Fehlermeldung:
    Contao 4.9.3

    Code:
    [2020-07-09 12:28:40] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO)" at /www/htdocs/w00e1e9a/tauscher2/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 93 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) at /www/htdocs/w00e1e9a/tauscher2/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:93, Doctrine\\DBAL\\Driver\\PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) at /www/htdocs/w00e1e9a/tauscher2/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:31, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) at /www/htdocs/w00e1e9a/tauscher2/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:27)"} []
    [2020-07-09 12:31:13] request.INFO: Matched route "contao_core_favicon__invoke". {"route":"contao_core_favicon__invoke","route_parameters":{"_route":"contao_core_favicon__invoke","_scope":"frontend","_controller":"Contao\\CoreBundle\\Controller\\FaviconController"},"request_uri":"http://www.tauscher2.werbeagentur-kopfnuss.de/favicon.ico","method":"GET"} []
    [2020-07-09 12:31:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
    [2020-07-09 12:31:13] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT tl_page.* FROM tl_page WHERE (tl_page.dns='www.tauscher2.werbeagentur-kopfnuss.de' OR tl_page.dns='') AND tl_page.fallback='1' AND (tl_page.start='' OR tl_page.start<='1594290660') AND (tl_page.stop='' OR tl_page.stop>'1594290720') AND tl_page.published='1' LIMIT 0,1':  SQLSTATE[42S02]: Base table or view not found: 1146 Table 'd032f5b6.tl_page' doesn't exist" at /www/htdocs/w00e1e9a/tauscher2/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT tl_page.* FROM tl_page WHERE (tl_page.dns='www.tauscher2.werbeagentur-kopfnuss.de' OR tl_page.dns='') AND tl_page.fallback='1' AND (tl_page.start='' OR tl_page.start<='1594290660') AND (tl_page.stop='' OR tl_page.stop>'1594290720') AND tl_page.published='1' LIMIT 0,1':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'd032f5b6.tl_page' doesn't exist at /www/htdocs/w00e1e9a/tauscher2/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42, Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'd032f5b6.tl_page' doesn't exist at /www/htdocs/w00e1e9a/tauscher2/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83, PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'd032f5b6.tl_page' doesn't exist at /www/htdocs/w00e1e9a/tauscher2/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} []
    Anscheinend nimmt Conta noch meine alte Datenbank.. hab aber die neue angegeben.

    Viele Grüße
    Marco

  2. #2
    Contao-Yoda Avatar von MacKP
    Registriert seit
    15.06.2009.
    Ort
    Duisburg
    Beiträge
    13.292
    User beschenken
    Wunschliste
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Hallo Kopfnuss,
    hast du auch den Cache geleert? var/cache/* alles weg?
    Oder über den Manager: Prod und Dev Cache neu aufbauen lassen.

    Viele Grüße
    Contao Pool | C-C-A | MetaModels | [Internetseite -> Mediendepot Ruhr]
    [Arbeitet bei -> Paus Design & Medien]
    "I can EXPLAIN it to you, but I can't UNDERSTAND it for you."

  3. #3
    Contao-Fan Avatar von Kopfnuss
    Registriert seit
    05.09.2012.
    Ort
    Zwickau
    Beiträge
    317
    Partner-ID
    11375
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Ja hab ich gemacht und eben nochmal. Hat leider nichts gebracht.
    Steht denn noch wo anders der Zugang zur Datenbank? Steht der auch in der Datenbank? Ich weiß das der Zugang unter config->parameters.yml steht. Dort ist der Richtige eingetragen.

  4. #4
    Contao-Yoda Avatar von MacKP
    Registriert seit
    15.06.2009.
    Ort
    Duisburg
    Beiträge
    13.292
    User beschenken
    Wunschliste
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Zitat Zitat von Kopfnuss Beitrag anzeigen
    Steht denn noch wo anders der Zugang zur Datenbank?
    Nein.

    Zitat Zitat von Kopfnuss Beitrag anzeigen
    Steht der auch in der Datenbank?
    Nein.

    Zitat Zitat von Kopfnuss Beitrag anzeigen
    Ich weiß das der Zugang unter config->parameters.yml steht. Dort ist der Richtige eingetragen.
    Dann sollte es auch funktionieren, wenn du den richtigen Cache geleert hast. Sicher dass du die richtige Installation erwischt hast?

    Viele Grüße
    Contao Pool | C-C-A | MetaModels | [Internetseite -> Mediendepot Ruhr]
    [Arbeitet bei -> Paus Design & Medien]
    "I can EXPLAIN it to you, but I can't UNDERSTAND it for you."

  5. #5
    Contao-Fan Avatar von Kopfnuss
    Registriert seit
    05.09.2012.
    Ort
    Zwickau
    Beiträge
    317
    Partner-ID
    11375
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Ich habe es jetzt 3mal neu gemacht.. es ist immer wieder der gleich Fehler..

  6. #6
    Contao-Yoda Avatar von MacKP
    Registriert seit
    15.06.2009.
    Ort
    Duisburg
    Beiträge
    13.292
    User beschenken
    Wunschliste
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Zitat Zitat von Kopfnuss Beitrag anzeigen
    Ich habe es jetzt 3mal neu gemacht.. es ist immer wieder der gleich Fehler..
    Hmm so wie es aussieht hast du anscheinend nicht die ganze DB hochgeladen?

    032f5b6.tl_page' doesn't exist
    Heißt ja, dass du da keine tl_page hast?

    Guck mal nach, ob die DB komplett übernommen wurde.

    Viele Grüße
    Contao Pool | C-C-A | MetaModels | [Internetseite -> Mediendepot Ruhr]
    [Arbeitet bei -> Paus Design & Medien]
    "I can EXPLAIN it to you, but I can't UNDERSTAND it for you."

  7. #7
    Contao-Fan Avatar von Kopfnuss
    Registriert seit
    05.09.2012.
    Ort
    Zwickau
    Beiträge
    317
    Partner-ID
    11375
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Die Tabelle tl_page ist bei mir in der Datenbank für die Testseite vorhanden. Es sind auch alle Einträge darin.
    Habe auch schon die Datenbank gelöscht und über das Installtool dann neu erstellen lassen, so das die Datenbank leer ist. Schnell eine Seite angelegt und es kommt wieder der Fehler.

    Edit: ich mach jetzt mal eine neue Grundinstallation ohne alles und schau ob ich da eine neue Seite anlegen kann und im Frontend sehe.

  8. #8
    Contao-Fan Avatar von Kopfnuss
    Registriert seit
    05.09.2012.
    Ort
    Zwickau
    Beiträge
    317
    Partner-ID
    11375
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Hab jetzt Contao neu installiert, ohne Erweiterungen.
    Contao 4.9.4

    Es kommt wieder der Fehler.. es wurde nichts importiert.. nur eine neue Seite erstellt zum Testen.

    Fehlermeldung wenn ich die Seite im Frontend öffnen möchte.
    Code:
    [2020-07-09 15:11:38] request.INFO: Matched route "contao_core_favicon__invoke". {"route":"contao_core_favicon__invoke","route_parameters":{"_route":"contao_core_favicon__invoke","_scope":"frontend","_controller":"Contao\\CoreBundle\\Controller\\FaviconController"},"request_uri":"http://www.test.werbeagentur-kopfnuss.de/favicon.ico","method":"GET"} []
    [2020-07-09 15:11:38] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
    [2020-07-09 15:11:38] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO)" at /www/htdocs/w00e1e9a/test/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 93 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) at /www/htdocs/w00e1e9a/test/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:93, Doctrine\\DBAL\\Driver\\PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) at /www/htdocs/w00e1e9a/test/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:31, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) at /www/htdocs/w00e1e9a/test/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:27)"} []
    [2020-07-09 15:11:49] request.INFO: Matched route "contao_core_favicon__invoke". {"route":"contao_core_favicon__invoke","route_parameters":{"_route":"contao_core_favicon__invoke","_scope":"frontend","_controller":"Contao\\CoreBundle\\Controller\\FaviconController"},"request_uri":"http://www.test.werbeagentur-kopfnuss.de/favicon.ico","method":"GET"} []
    [2020-07-09 15:11:49] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
    [2020-07-09 15:11:49] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO)" at /www/htdocs/w00e1e9a/test/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 93 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) at /www/htdocs/w00e1e9a/test/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:93, Doctrine\\DBAL\\Driver\\PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) at /www/htdocs/w00e1e9a/test/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:31, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) at /www/htdocs/w00e1e9a/test/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:27)"} []
    [2020-07-09 15:12:32] request.INFO: Matched route "contao_core_favicon__invoke". {"route":"contao_core_favicon__invoke","route_parameters":{"_route":"contao_core_favicon__invoke","_scope":"frontend","_controller":"Contao\\CoreBundle\\Controller\\FaviconController"},"request_uri":"http://www.test.werbeagentur-kopfnuss.de/favicon.ico","method":"GET"} []
    [2020-07-09 15:12:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
    [2020-07-09 15:12:32] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT tl_page.* FROM tl_page WHERE (tl_page.dns='www.test.werbeagentur-kopfnuss.de' OR tl_page.dns='') AND tl_page.fallback='1' AND (tl_page.start='' OR tl_page.start<='1594300320') AND (tl_page.stop='' OR tl_page.stop>'1594300380') AND tl_page.published='1' LIMIT 0,1':  SQLSTATE[42S02]: Base table or view not found: 1146 Table 'd032f68e.tl_page' doesn't exist" at /www/htdocs/w00e1e9a/test/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT tl_page.* FROM tl_page WHERE (tl_page.dns='www.test.werbeagentur-kopfnuss.de' OR tl_page.dns='') AND tl_page.fallback='1' AND (tl_page.start='' OR tl_page.start<='1594300320') AND (tl_page.stop='' OR tl_page.stop>'1594300380') AND tl_page.published='1' LIMIT 0,1':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'd032f68e.tl_page' doesn't exist at /www/htdocs/w00e1e9a/test/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42, Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'd032f68e.tl_page' doesn't exist at /www/htdocs/w00e1e9a/test/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83, PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'd032f68e.tl_page' doesn't exist at /www/htdocs/w00e1e9a/test/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} []
    [2020-07-09 15:14:27] request.INFO: Matched route "tl_page.2". {"route":"tl_page.2","route_parameters":{"_token_check":true,"_controller":"Contao\\FrontendIndex::renderPage","_scope":"frontend","_locale":"de","pageModel":"[object] (Contao\\PageModel: {})","parameters":"","_route":"tl_page.2"},"request_uri":"http://www.test.werbeagentur-kopfnuss.de/preview.php/id-1.html","method":"GET"} []
    [2020-07-09 15:14:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
    [2020-07-09 15:14:27] request.CRITICAL: Uncaught PHP Exception Contao\CoreBundle\Exception\InternalServerErrorHttpException: "No layout specified" at /www/htdocs/w00e1e9a/test/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php line 94 {"exception":"[object] (Contao\\CoreBundle\\Exception\\InternalServerErrorHttpException(code: 0): No layout specified at /www/htdocs/w00e1e9a/test/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:94, Contao\\CoreBundle\\Exception\\NoLayoutSpecifiedException(code: 0): No layout specified at /www/htdocs/w00e1e9a/test/vendor/contao/core-bundle/src/Resources/contao/pages/PageRegular.php:241)"} []
    Das Backend geht.. ich kann auch über das Installtool auf die Datenbank zugreifen.. im Backend Sachen ändern.

    Der Contao Crawler zeigt mir folgende Fehlermeldung:
    Code:
    Time,Source,URI,"Found on URI","Found on level",Tags,Message
    "2020-07-09 15:19:49.235005","Contao\CoreBundle\Crawl\Escargot\Subscriber\BrokenLinkCheckerSubscriber",http://www.test.werbeagentur-kopfnuss.de/test.html,,0,,"Broken link! HTTP Status Code: 500."
    Webspace habe ich bei all-inkl, könnte es an denen liegen?

    Edit: die Contao Grundinstallation geht.. ohne alles.. ich hatte kein Layout zur Seite hinzugefügt.
    Geändert von Kopfnuss (09.07.2020 um 14:34 Uhr)

  9. #9
    Contao-Fan Avatar von Kopfnuss
    Registriert seit
    05.09.2012.
    Ort
    Zwickau
    Beiträge
    317
    Partner-ID
    11375
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Sorry das ich nochmal ein neuen Post mache aber, wenn ich den Installer für Composer Abhängigkeiten ausführe bring er mir folgendes.

    Code:
    Done! Please open the Contao install tool or run contao:migrate on the command line to make sure the database is up-to-date.
    Loading composer repositories with package information
    Installing dependencies from lock file
    Nothing to install or update
    Package zendframework/zend-code is abandoned, you should avoid using it. Use laminas/laminas-code instead.
    Package zendframework/zend-eventmanager is abandoned, you should avoid using it. Use laminas/laminas-eventmanager instead.
    Generating optimized autoload files
    Deprecation Notice: Class League\Uri\Schemes\AbstractUri located in ./vendor/league/uri-schemes/src/Schemes/deprecated.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///www/htdocs/w00e1e9a/tauscher/web/contao-manager.phar.php/vendor/composer/composer/src/Composer/Autoload/ClassMapGenerator.php:201
    Deprecation Notice: Class League\Uri\Schemes\Data located in ./vendor/league/uri-schemes/src/Schemes/deprecated.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///www/htdocs/w00e1e9a/tauscher/web/contao-manager.phar.php/vendor/composer/composer/src/Composer/Autoload/ClassMapGenerator.php:201
    Deprecation Notice: Class League\Uri\Schemes\File located in ./vendor/league/uri-schemes/src/Schemes/deprecated.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///www/htdocs/w00e1e9a/tauscher/web/contao-manager.phar.php/vendor/composer/composer/src/Composer/Autoload/ClassMapGenerator.php:201
    Deprecation Notice: Class League\Uri\Schemes\Ftp located in ./vendor/league/uri-schemes/src/Schemes/deprecated.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///www/htdocs/w00e1e9a/tauscher/web/contao-manager.phar.php/vendor/composer/composer/src/Composer/Autoload/ClassMapGenerator.php:201
    Deprecation Notice: Class League\Uri\Schemes\Http located in ./vendor/league/uri-schemes/src/Schemes/deprecated.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///www/htdocs/w00e1e9a/tauscher/web/contao-manager.phar.php/vendor/composer/composer/src/Composer/Autoload/ClassMapGenerator.php:201
    Deprecation Notice: Class League\Uri\Schemes\Uri located in ./vendor/league/uri-schemes/src/Schemes/deprecated.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///www/htdocs/w00e1e9a/tauscher/web/contao-manager.phar.php/vendor/composer/composer/src/Composer/Autoload/ClassMapGenerator.php:201
    Deprecation Notice: Class League\Uri\Schemes\UriException located in ./vendor/league/uri-schemes/src/Schemes/deprecated.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///www/htdocs/w00e1e9a/tauscher/web/contao-manager.phar.php/vendor/composer/composer/src/Composer/Autoload/ClassMapGenerator.php:201
    Deprecation Notice: Class League\Uri\Schemes\Ws located in ./vendor/league/uri-schemes/src/Schemes/deprecated.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///www/htdocs/w00e1e9a/tauscher/web/contao-manager.phar.php/vendor/composer/composer/src/Composer/Autoload/ClassMapGenerator.php:201
    73 packages you are using are looking for funding.
    Use the `composer fund` command to find out more!
    > Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication

  10. #10
    Contao-Yoda Avatar von MacKP
    Registriert seit
    15.06.2009.
    Ort
    Duisburg
    Beiträge
    13.292
    User beschenken
    Wunschliste
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Keine Ahnung was bei dir da schief läuft. Irgendwas haut da mit der DB nicht hin. Ich hab aber auch keine Installation bei All Inkl um da selber mal eben testen zu können oder so.
    Was sagt denn das Install Tool, wenn du das aufrufst?

    Die Meldung vom Composer sind doch vollkommen in Ordnung? Was ist da das Problem?

    Viele Grüße
    Contao Pool | C-C-A | MetaModels | [Internetseite -> Mediendepot Ruhr]
    [Arbeitet bei -> Paus Design & Medien]
    "I can EXPLAIN it to you, but I can't UNDERSTAND it for you."

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

    Standard

    Zitat Zitat von Kopfnuss Beitrag anzeigen
    Es kommt wieder der Fehler.. es wurde nichts importiert.. nur eine neue Seite erstellt zum Testen.
    Nein, das ist nicht der selbe Fehler. Lies dir die Fehlermeldungen nochmal genauer durch.

  12. #12
    Contao-Fan Avatar von Kopfnuss
    Registriert seit
    05.09.2012.
    Ort
    Zwickau
    Beiträge
    317
    Partner-ID
    11375
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Hab den Fehler jetzt soweit eingegrenzt das ich bei all-inkl Contao 4.9.4 nicht installieren kann. Nach der Installation mit dem Contao-Manager und wenn das Installtool aufgerufen wird, kommt folgende Fehlermeldung:

    Code:
    [2020-07-09 16:50:27] request.INFO: Matched route "contao_core_favicon__invoke". {"route":"contao_core_favicon__invoke","route_parameters":{"_route":"contao_core_favicon__invoke","_scope":"frontend","_controller":"Contao\\CoreBundle\\Controller\\FaviconController"},"request_uri":"http://www.tauscher.werbeagentur-kopfnuss.de/favicon.ico","method":"GET"} []
    [2020-07-09 16:50:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
    [2020-07-09 16:50:27] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO)" at /www/htdocs/w00e1e9a/tauscher/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 93 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) at /www/htdocs/w00e1e9a/tauscher/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:93, Doctrine\\DBAL\\Driver\\PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) at /www/htdocs/w00e1e9a/tauscher/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:31, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) at /www/htdocs/w00e1e9a/tauscher/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:27)"} []
    [2020-07-09 16:50:38] request.INFO: Matched route "contao_core_favicon__invoke". {"route":"contao_core_favicon__invoke","route_parameters":{"_route":"contao_core_favicon__invoke","_scope":"frontend","_controller":"Contao\\CoreBundle\\Controller\\FaviconController"},"request_uri":"http://www.tauscher.werbeagentur-kopfnuss.de/favicon.ico","method":"GET"} []
    [2020-07-09 16:50:38] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
    [2020-07-09 16:50:38] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO)" at /www/htdocs/w00e1e9a/tauscher/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 93 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) at /www/htdocs/w00e1e9a/tauscher/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:93, Doctrine\\DBAL\\Driver\\PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) at /www/htdocs/w00e1e9a/tauscher/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:31, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) at /www/htdocs/w00e1e9a/tauscher/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:27)"} []
    [2020-07-09 16:51:23] request.INFO: Matched route "contao_install". {"route":"contao_install","route_parameters":{"_route":"contao_install","_scope":"backend","_token_check":true,"_controller":"Contao\\InstallationBundle\\Controller\\InstallationController::installAction"},"request_uri":"http://www.tauscher.werbeagentur-kopfnuss.de/contao/install","method":"GET"} []
    [2020-07-09 16:51:23] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT * FROM tl_user WHERE `username`='Admin' LIMIT 0,1':  SQLSTATE[42S02]: Base table or view not found: 1146 Table 'd030f062.tl_user' doesn't exist" at /www/htdocs/w00e1e9a/tauscher/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT * FROM tl_user WHERE `username`='Admin' LIMIT 0,1':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'd030f062.tl_user' doesn't exist at /www/htdocs/w00e1e9a/tauscher/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42, Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'd030f062.tl_user' doesn't exist at /www/htdocs/w00e1e9a/tauscher/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83, PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'd030f062.tl_user' doesn't exist at /www/htdocs/w00e1e9a/tauscher/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} []
    [2020-07-09 16:51:24] request.INFO: Matched route "contao_core_favicon__invoke". {"route":"contao_core_favicon__invoke","route_parameters":{"_route":"contao_core_favicon__invoke","_scope":"frontend","_controller":"Contao\\CoreBundle\\Controller\\FaviconController"},"request_uri":"http://www.tauscher.werbeagentur-kopfnuss.de/favicon.ico","method":"GET"} []
    [2020-07-09 16:51:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
    [2020-07-09 16:51:24] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT tl_page.* FROM tl_page WHERE (tl_page.dns='www.tauscher.werbeagentur-kopfnuss.de' OR tl_page.dns='') AND tl_page.fallback='1' AND (tl_page.start='' OR tl_page.start<='1594306260') AND (tl_page.stop='' OR tl_page.stop>'1594306320') AND tl_page.published='1' LIMIT 0,1':  SQLSTATE[42S02]: Base table or view not found: 1146 Table 'd030f062.tl_page' doesn't exist" at /www/htdocs/w00e1e9a/tauscher/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT tl_page.* FROM tl_page WHERE (tl_page.dns='www.tauscher.werbeagentur-kopfnuss.de' OR tl_page.dns='') AND tl_page.fallback='1' AND (tl_page.start='' OR tl_page.start<='1594306260') AND (tl_page.stop='' OR tl_page.stop>'1594306320') AND tl_page.published='1' LIMIT 0,1':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'd030f062.tl_page' doesn't exist at /www/htdocs/w00e1e9a/tauscher/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42, Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'd030f062.tl_page' doesn't exist at /www/htdocs/w00e1e9a/tauscher/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83, PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'd030f062.tl_page' doesn't exist at /www/htdocs/w00e1e9a/tauscher/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} []
    Auf meiner lokalen Arbeitsumgebung funktioniert alles.

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

    Standard

    Laut Fehlermeldung fehlt die Tabelle tl_page in der Datenbank d030f062.

  14. #14
    Contao-Fan Avatar von Kopfnuss
    Registriert seit
    05.09.2012.
    Ort
    Zwickau
    Beiträge
    317
    Partner-ID
    11375
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Ja.. aber der Fehler kommt nach der Installation durch den Contao-Manager. Da ist die Datenbank doch noch leer. Ich gebe das PW für das Installtool an und danach meine Zugangsdaten für die Datenbank dann kommt der Fehler. Ich komme garnicht soweit das ich die Datenbank mit dem Installtool generieren kann.

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

    Standard

    Zitat Zitat von Kopfnuss Beitrag anzeigen
    Ja.. aber der Fehler kommt nach der Installation durch den Contao-Manager. Da ist die Datenbank doch noch leer.
    Dann hast du eine Extension installiert, die sich zu früh einhängt. Welche Extensions hast du bereits installiert, bevor du die Datenbank aktualisierst?

    Genauers findest du vermutlich über den Stack Trace im Debug-Modus heraus.

  16. #16
    Community-Moderatorin & Contao-Urgestein Avatar von mlweb
    Registriert seit
    10.07.2011.
    Beiträge
    6.733
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Zitat Zitat von Kopfnuss Beitrag anzeigen
    Hab den Fehler jetzt soweit eingegrenzt das ich bei all-inkl Contao 4.9.4 nicht installieren kann.
    Grundsätzlich gibt es keine Probleme mit Contao 4.9.4 und All-Inkl. Ich habe heute verschiedene Installationen aktualisiert - alles Shared-Hosting-Pakete auf unterschiedlichen Servern von All-inkl.
    Ich habe Dir mit meinen Hinweisen geholfen und Du möchtest Dich bedanken?
    Unterstütze bitte das Contao-Projekt (Button Links)
    Weitere Spendenmöglichkeiten
    ------------------------------------------------------------------------------------------------------
    Contao-Dokumentation: Contao-Handbuch und Contao-Entwickler-Doku
    Contao-Online-Video-Kurse: Contao Academy
    Funktionalität erweitern: Contao-Erweiterungen

    Für Dinge die man mit html5 und css3 lösen kann, braucht man kein javascript.




  17. #17
    Contao-Fan Avatar von Kopfnuss
    Registriert seit
    05.09.2012.
    Ort
    Zwickau
    Beiträge
    317
    Partner-ID
    11375
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Danke für Eure Hilfe. Ich probier es am Montag nochmal. Weiß einfach nicht wo der Fehler ist.

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

  19. #19
    Contao-Fan Avatar von Kopfnuss
    Registriert seit
    05.09.2012.
    Ort
    Zwickau
    Beiträge
    317
    Partner-ID
    11375
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Ich hatte da noch keine Erweiterungen installiert bei den beiden letzten Versuche. Das war nur Contao installiert mit dem Contao Manager und die Version 4.9 ausgewählt. Installation lief durch und ich bin in das Installtool habe die Datenbank angegeben und es trat der Fehler auf. Erweiterungen waren keine installiert.

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

    Standard

    Benutze den Debug-Modus und poste den Stack Trace.

  21. #21
    Contao-Fan Avatar von Kopfnuss
    Registriert seit
    05.09.2012.
    Ort
    Zwickau
    Beiträge
    317
    Partner-ID
    11375
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Hey,

    hab den Debug-Modus an gemacht und hier ist der Stack Trace:

    Code:
    ParseError:
    syntax error, unexpected 'version' (T_STRING)
    
      at /www/htdocs/w00e1e9a/tauscher_bestattungen/templates/icon_phone.html5:1
      at Contao\InsertTags->doReplace('<!-- TEMPLATE START: templates/tauscher/fe_page.html5 --><!DOCTYPE html><html lang="de"><head>      <meta charset="utf-8">    <title>Bestattungen Tauscher Auerbach GmbH</title>    <base href="http://www.tauscher.werbeagentur-kopfnuss.de/">          <meta name="robots" content="index,follow">      <meta name="description" content="Ist ein Mensch verstorben, gilt es vieles zu bedenken und zu klären. ?In diesen hochemotionalen Tagen begleiten wir Angehörige und Trauernde">      <meta name="generator" content="Contao Open Source CMS">        <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">        [[TL_CSS]]        [[TL_HEAD]]<link rel="shortcut icon" href="files/themes/standard/homeicons/favicon.ico" type="image/x-icon" /><link rel="apple-touch-icon" sizes="57x57" href="files/themes/standard/homeicons/apple-touch-icon-57x57.png"><link rel="apple-touch-icon" sizes="60x60" href="files/themes/standard/homeicons/apple-touch-icon-60x60.png"><link rel="apple-touch-icon" sizes="72x72" href="files/themes/standard/homeicons/apple-touch-icon-72x72.png"><link rel="apple-touch-icon" sizes="76x76" href="files/themes/standard/homeicons/apple-touch-icon-76x76.png"><link rel="apple-touch-icon" sizes="114x114" href="files/themes/standard/homeicons/apple-touch-icon-114x114.png"><link rel="apple-touch-icon" sizes="120x120" href="files/themes/standard/homeicons/apple-touch-icon-120x120.png"><link rel="apple-touch-icon" sizes="144x144" href="files/themes/standard/homeicons/apple-touch-icon-144x144.png"><link rel="apple-touch-icon" sizes="152x152" href="files/themes/standard/homeicons/apple-touch-icon-152x152.png"><link rel="apple-touch-icon" sizes="180x180" href="files/themes/standard/homeicons/apple-touch-icon-180x180.png"><link rel="icon" type="image/png" href="files/themes/standard/homeicons/favicon-16x16.png" sizes="16x16"><link rel="icon" type="image/png" href="files/themes/standard/homeicons/favicon-32x32.png" sizes="32x32"><link rel="icon" type="image/png" href="files/themes/standard/homeicons/favicon-96x96.png" sizes="96x96"><link rel="icon" type="image/png" href="files/themes/standard/homeicons/android-chrome-192x192.png" sizes="192x192"><meta name="msapplication-square70x70logo" content="files/themes/standard/homeicons/smalltile.png" /><meta name="msapplication-square150x150logo" content="files/themes/standard/homeicons/mediumtile.png" /><meta name="msapplication-wide310x150logo" content="files/themes/standard/homeicons/widetile.png" /><meta name="msapplication-square310x310logo" content="files/themes/standard/homeicons/largetile.png" /><meta http-equiv="X-UA-Compatible" content="IE=edge" /><link rel="stylesheet" href="https://use.typekit.net/qni4dpj.css">          <!--[if lt IE 9]><script src="assets/html5shiv/js/html5shiv-printshiv.min.js"></script><![endif]-->      </head><body id="top" class="win firefox gecko fx78 site-home" itemscope itemtype="http://schema.org/WebPage"> <!-- echo $ua->os; // Betriebssystem echo $ua->browser; // Browsername echo $ua->shorty;  // Browserkürzel echo $ua->version; // Browserversionecho $ua->mobile;  // True wenn der Client ein mobiler Browser ist echo $ua->class;   // Den CSS-Klassen-String ?> -->          <div id="wrapper">                        <header id="header">            <div class="inside">              <!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_html.html5 -->    <a title="Startseite Lackiererei Zwickau" id="home-link" href="bestattungen-tauscher.html"><img alt="Logo Lackiererei Zwickau" src="files/themes/standard/img/logo.svg"></a><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_html.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_html.html5 --><div id="topContact">	<div class="left-contact-top">		', true)
         (/www/htdocs/w00e1e9a/tauscher_bestattungen/vendor/contao/core-bundle/src/Resources/contao/library/Contao/InsertTags.php:53)
      at Contao\InsertTags->replace('<!-- TEMPLATE START: templates/tauscher/fe_page.html5 --><!DOCTYPE html><html lang="de"><head>      <meta charset="utf-8">    <title>Bestattungen Tauscher Auerbach GmbH</title>    <base href="http://www.tauscher.werbeagentur-kopfnuss.de/">          <meta name="robots" content="index,follow">      <meta name="description" content="Ist ein Mensch verstorben, gilt es vieles zu bedenken und zu klären. ?In diesen hochemotionalen Tagen begleiten wir Angehörige und Trauernde">      <meta name="generator" content="Contao Open Source CMS">        <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">        [[TL_CSS]]        [[TL_HEAD]]<link rel="shortcut icon" href="files/themes/standard/homeicons/favicon.ico" type="image/x-icon" /><link rel="apple-touch-icon" sizes="57x57" href="files/themes/standard/homeicons/apple-touch-icon-57x57.png"><link rel="apple-touch-icon" sizes="60x60" href="files/themes/standard/homeicons/apple-touch-icon-60x60.png"><link rel="apple-touch-icon" sizes="72x72" href="files/themes/standard/homeicons/apple-touch-icon-72x72.png"><link rel="apple-touch-icon" sizes="76x76" href="files/themes/standard/homeicons/apple-touch-icon-76x76.png"><link rel="apple-touch-icon" sizes="114x114" href="files/themes/standard/homeicons/apple-touch-icon-114x114.png"><link rel="apple-touch-icon" sizes="120x120" href="files/themes/standard/homeicons/apple-touch-icon-120x120.png"><link rel="apple-touch-icon" sizes="144x144" href="files/themes/standard/homeicons/apple-touch-icon-144x144.png"><link rel="apple-touch-icon" sizes="152x152" href="files/themes/standard/homeicons/apple-touch-icon-152x152.png"><link rel="apple-touch-icon" sizes="180x180" href="files/themes/standard/homeicons/apple-touch-icon-180x180.png"><link rel="icon" type="image/png" href="files/themes/standard/homeicons/favicon-16x16.png" sizes="16x16"><link rel="icon" type="image/png" href="files/themes/standard/homeicons/favicon-32x32.png" sizes="32x32"><link rel="icon" type="image/png" href="files/themes/standard/homeicons/favicon-96x96.png" sizes="96x96"><link rel="icon" type="image/png" href="files/themes/standard/homeicons/android-chrome-192x192.png" sizes="192x192"><meta name="msapplication-square70x70logo" content="files/themes/standard/homeicons/smalltile.png" /><meta name="msapplication-square150x150logo" content="files/themes/standard/homeicons/mediumtile.png" /><meta name="msapplication-wide310x150logo" content="files/themes/standard/homeicons/widetile.png" /><meta name="msapplication-square310x310logo" content="files/themes/standard/homeicons/largetile.png" /><meta http-equiv="X-UA-Compatible" content="IE=edge" /><link rel="stylesheet" href="https://use.typekit.net/qni4dpj.css">          <!--[if lt IE 9]><script src="assets/html5shiv/js/html5shiv-printshiv.min.js"></script><![endif]-->      </head><body id="top" class="{{ua::class}} site-home" itemscope itemtype="http://schema.org/WebPage"> <!-- echo $ua->os; // Betriebssystem echo $ua->browser; // Browsername echo $ua->shorty;  // Browserkürzel echo $ua->version; // Browserversionecho $ua->mobile;  // True wenn der Client ein mobiler Browser ist echo $ua->class;   // Den CSS-Klassen-String ?> -->          <div id="wrapper">                        <header id="header">            <div class="inside">              <!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_html.html5 -->{{iflng::de}}    <a title="Startseite Lackiererei Zwickau" id="home-link" href="{{link_url::2}}"><img alt="Logo Lackiererei Zwickau" src="files/themes/standard/img/logo.svg"></a>{{iflng::en}}    {{iflng}}<!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_html.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_html.html5 --><div id="topContact">	<div class="left-contact-top">		{{file::icon_phone.html5}}		</div>	<div class="right-contact-top">		<p>			<span class="contact-top-test">Telefon:</span>			<span class="contact-top-number"><a href="tel:03744212377">03744 212 377</a></span>		</p>	</div></div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_html.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_html.html5 -->{{iflng::de}}    <a title="Nach oben" id="back-to-top" href="#">		{{file::icon_to_top_arrow.html5}}	</a>{{iflng::en}}    <a title="To Top" id="back-to-top" href="#">		{{file::icon_to_top_arrow.html5}}	</a>{{iflng}}<!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_html.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_html.html5 --><div class="clear"></div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_html.html5 -->            </div>          </header>                    <div class="nav-splitter"></div>      <div class="custom">      <!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/block/block_section.html5 --><div id="nav-wrapper">  <div class="inside">    <!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_navigation.html5 --><!-- indexer::stop --><nav class="mod_navigation block" id="nav-main" itemscope itemtype="http://schema.org/SiteNavigationElement">    <a href="bestattungen-tauscher.html#skipNavigation3" class="invisible">Navigation überspringen</a>  <!-- TEMPLATE START: templates/tauscher/nav_default_dropdown.html5 --><ul class="level_1">            <li class="submenu sibling first"><a href="im-trauerfall.html" title="Im Trauerfall" class="submenu sibling first" aria-haspopup="true" itemprop="url">        <span class="outer-item-link">          <span class="link-name" itemprop="name">            Im Trauerfall          </span>        </span>      </a><!-- TEMPLATE START: templates/tauscher/nav_default_dropdown.html5 --><ul class="level_2">            <li class="first"><a href="was-ist-zuerst-zu-tun.html" title="Was ist zuerst zu tun?" class="first" itemprop="url">        <span class="outer-item-link">          <span class="link-name" itemprop="name">            Was ist zuerst zu tun?          </span>        </span>      </a></li>                <li><a href="wichtige-papiere-formulare.html" title="Wichtige Papiere &amp; Formulare" itemprop="url">        <span class="outer-item-link">          <span class="link-name" itemprop="name">            Wichtige Papiere & Formulare          </span>        </span>      </a></li>                <li class="last"><a href="abschiednahme.html" title="Abschiednahme" class="last" itemprop="url">        <span class="outer-item-link">          <span class="link-name" itemprop="name">            Abschiednahme          </span>        </span>      </a></li>      </ul><!-- TEMPLATE END: templates/tauscher/nav_default_dropdown.html5 --></li>                <li class="submenu sibling"><a href="bestattungen.html" title="Bestattungen" class="submenu sibling" aria-haspopup="true" itemprop="url">        <span class="outer-item-link">          <span class="link-name" itemprop="name">            Bestattungen          </span>        </span>      </a><!-- TEMPLATE START: templates/tauscher/nav_default_dropdown.html5 --><ul class="level_2">            <li class="first"><a href="erdbestattung.html" title="Erdbestattung" class="first" itemprop="url">        <span class="outer-item-link">          <span class="link-name" itemprop="name">            Erdbestattung          </span>        </span>      </a></li>                <li class="last"><a href="feuerbestattung.html" title="Feuerbestattung" class="last" itemprop="url">        <span class="outer-item-link">          <span class="link-name" itemprop="name">            Feuerbestattung          </span>        </span>      </a></li>      </ul><!-- TEMPLATE END: templates/tauscher/nav_default_dropdown.html5 --></li>                <li class="submenu sibling"><a href="vorsorge.html" title="Vorsorge" class="submenu sibling" aria-haspopup="true" itemprop="url">        <span class="outer-item-link">          <span class="link-name" itemprop="name">            Vorsorge          </span>        </span>      </a><!-- TEMPLATE START: templates/tauscher/nav_default_dropdown.html5 --><ul class="level_2">            <li class="first"><a href="sterbegeldversicherung.html" title="Sterbegeldversicherung" class="first" itemprop="url">        <span class="outer-item-link">          <span class="link-name" itemprop="name">            Sterbegeldversicherung          </span>        </span>      </a></li>                <li><a href="bestattungsvorsorge-treuhandvertrag.html" title="Bestattungsvorsorge – Treuhandvertrag" itemprop="url">        <span class="outer-item-link">          <span class="link-name" itemprop="name">            Bestattungsvorsorge – Treuhandvertrag          </span>        </span>      </a></li>                <li class="last"><a href="digitaler-nachlass.html" title="Digitaler Nachlass" class="last" itemprop="url">        <span class="outer-item-link">          <span class="link-name" itemprop="name">            Digitaler Nachlass          </span>        </span>      </a></li>      </ul><!-- TEMPLATE END: templates/tauscher/nav_default_dropdown.html5 --></li>                <li class="sibling"><a href="ihr-bestattungsinstitut.html" title="Ihr Bestattungsinstitut" class="sibling" itemprop="url">        <span class="outer-item-link">          <span class="link-name" itemprop="name">            Ihr Bestattungsinstitut          </span>        </span>      </a></li>                <li class="site-contact sibling last"><a href="kontakt.html" title="Kontakt" class="site-contact sibling last" itemprop="url">        <span class="outer-item-link">          <span class="link-name" itemprop="name">            Kontakt          </span>        </span>      </a></li>      </ul><!-- TEMPLATE END: templates/tauscher/nav_default_dropdown.html5 -->  <a id="skipNavigation3" class="invisible">&nbsp;</a></nav><!-- indexer::continue --><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_navigation.html5 --><!-- TEMPLATE START: system/modules/mobile_menu/templates/modules/mod_mobile_menu.html5 --><!-- indexer::stop --><div class="mod_mobile_menu block" id="mobile-menu">          <div id="mobile-menu-5-trigger" class="mobile_menu_trigger">    <div id="nav-mobile-wrapper">	<span class="btn-menu-mobile-text">Menü</span>	<span class="btn-menu-mobile-wrapper">		<div class="btn-menu-mobile" role="button">			<div class="line l-01"></div>			<div class="line l-02"></div>			<div class="line l-03"></div>			<div class="line l-04"></div>		</div>	</span></div></div><div id="mobile-menu-5" class="mobile_menu">    <div class="inner">        <button type="button" id="btt-mmenu" class="tcon" data-mobile-menu="close">  	<a href="#" class="tcon-visuallyhidden" data-mobile-menu="close">Schließen</a></button>{{insert_module::4}}<div id="contact-mobile-menu">	{{email:: tauscher@bestattungen-auerbach.de}}>				<a class="mobile-menu-tel" title="Jetzt anrufen!" href="tel:  03744212377"> 03744 212 377</a>			<div class="clear"></div></div>    </div></div><script>(function($) {    $(\'#mobile-menu-5\').mobileMenu({                \'animation\': true,        \'animationSpeed\': 200,                \'breakPoint\': 1240,        \'offCanvas\': false,        \'overlay\': false,        \'disableNavigation\': false,        \'parentTogglers\': false,        \'closeOnLinkClick\': false,        \'keepInPlace\': false,        \'position\': \'right\',        \'size\': \'100\',        \'trigger\': $(\'#mobile-menu-5-trigger\')    });})(jQuery);</script></div><!-- indexer::continue --><!-- TEMPLATE END: system/modules/mobile_menu/templates/modules/mod_mobile_menu.html5 -->  </div></div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/block/block_section.html5 -->      <!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/block/block_section.html5 --><div id="hero">  <div class="inside">    <!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_article.html5 -->  <div class="mod_article first last block" id="article-1">              <!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_html.html5 --><div class="w-normal center-block"><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_html.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_headline.html5 --><h1 class="ce_headline headline-hero">  <span class="sub-headline-top">Bestattungen Tauscher Auerbach GmbH </span><span class="headline">menschlich. <br>zuverlässig. <br> fair.</span></h1><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_headline.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_text.html5 --><div class="ce_text text-right-headline block">                <p>Ist ein Mensch verstorben, gilt es vieles zu bedenken und zu klären. Gut, wenn man dann konkrete Unterstützung in der Nähe hat. Als Bestatter kommen wir Angehörigen und Trauernden in hochemotionalen Tagen zu Hilfe. Stets in dem Wissen, dass der Tod kaum fassbar ist. Darum verstehen wir uns als Begleiter, Kümmerer, Planer, Ermöglicher und Ermutiger.</p><p>Sie erreichen uns rund um die Uhr – freilich auch an Sonn- und Feiertagen.</p>      </div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_text.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_html.html5 --><div id="wrapper-home-contact"><div class="flex-container"><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_html.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_html.html5 --><div class="flex-item"><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_html.html5 --><!-- TEMPLATE START: templates/tauscher/rsce_contact_home.html5 --><div class="ce_rsce_contact_home block">
    	
    <div class="home-contact">
    	<div class="left-contact">
    					<img src="files/themes/standard/img/icon_tele.svg" alt="Telefon:">
    			</div>
    	<div class="right-contact">
    		<p>		
    			<span class="contact-description">Telefon:</span>
    							<span class="contact-data"><a href="tel:03744212377">03744 212 377</a></span>
    						
    		</p>
    	</div>
    </div>
    
    </div><!-- TEMPLATE END: templates/tauscher/rsce_contact_home.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_html.html5 --></div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_html.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_html.html5 --><div class="flex-item"><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_html.html5 --><!-- TEMPLATE START: templates/tauscher/rsce_contact_home.html5 --><div class="ce_rsce_contact_home block">
    	
    <div class="home-contact">
    	<div class="left-contact">
    					<img src="files/themes/standard/img/icon_handy.svg" alt="Handy:">
    			</div>
    	<div class="right-contact">
    		<p>		
    			<span class="contact-description">Handy:</span>
    							<span class="contact-data"><a href="tel:01735196822">0173 519 6822</a></span>
    						
    		</p>
    	</div>
    </div>
    
    </div><!-- TEMPLATE END: templates/tauscher/rsce_contact_home.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_html.html5 --></div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_html.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_html.html5 --><div class="flex-item"><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_html.html5 --><!-- TEMPLATE START: templates/tauscher/rsce_contact_home.html5 --><div class="ce_rsce_contact_home block">
    	
    <div class="home-contact">
    	<div class="left-contact">
    					<img src="files/themes/standard/img/icon_fax.svg" alt="Fax:">
    			</div>
    	<div class="right-contact">
    		<p>		
    			<span class="contact-description">Fax:</span>
    							<span class="contact-data">03744 809 51</span>
    						
    		</p>
    	</div>
    </div>
    
    </div><!-- TEMPLATE END: templates/tauscher/rsce_contact_home.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_html.html5 --></div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_html.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_html.html5 --></div></div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_html.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_html.html5 --></div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_html.html5 -->          </div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_article.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_html.html5 --><div class="clear"></div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_html.html5 -->  </div></div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/block/block_section.html5 -->      <!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/block/block_section.html5 --><div id="img-full-width">  <div class="inside">    <!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_article.html5 -->  <div class="mod_article first last block" id="article-45">              <!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_html.html5 --><div id="parallax-home" class="background"><div class="parallax-img"></div></div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_html.html5 -->          </div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_article.html5 -->  </div></div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/block/block_section.html5 -->  </div>              <div id="container">                      <main id="main">              <div class="inside">                <!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_article.html5 -->  <div class="mod_article first last block" id="article-37">              <!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_html.html5 --><div class="w-normal center-block"><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_html.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_headline.html5 --><h2 class="ce_headline headline-hero">  <span class="headline">Qualifizierte Unterstützung im Sterbefall</span></h2><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_headline.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_text.html5 --><div class="ce_text padding-left block">                  <!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/image/image.html5 --><figure class="image_container float_right" style="margin-left:10%;">    <!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/picture/picture_default.html5 --><img src="assets/images/6/graphic_rose-360ef233.svg" width="140" height="185" alt="" itemprop="image"><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/picture/picture_default.html5 -->    </figure><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/image/image.html5 -->        <p>Vieles ist im Todesfall innerhalb von kurzer Zeit zu klären. Neben der Organisation der <a title="Link zu Bestattungen" href="{{link_url::32}}">Bestattung</a> und der Trauerfeier stehen Formalitäten an. Laufende Verträge sind zu kündigen, die Sterbeurkunde muss beantragt werden oder Abmeldungen sollen fristgerecht erfolgen. Gern nehmen wir Ihnen diese bürokratischen Aufgaben ab.</p>  </div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_text.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_html.html5 --><div class="clear"></div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_html.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_headline.html5 --><h2 class="ce_headline headline-hero">  <span class="headline">Der Tod kennt weder Tag noch Stunde</span></h2><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_headline.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_text.html5 --><div class="ce_text padding-left block">                  <!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/image/image.html5 --><figure class="image_container float_right" style="margin-left:10%;">    <!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/picture/picture_default.html5 --><img src="assets/images/f/graphic_lily-4ae3ba6a.svg" width="140" height="185" alt="" itemprop="image"><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/picture/picture_default.html5 -->    </figure><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/image/image.html5 -->        <p>Wenn sich das Sterben andeutet oder Sie zu Lebzeiten <a title="Link zu Vorsorge" href="{{link_url::33}}">Vorsorge</a> treffen wollen, stehen wir Ihnen freundlich und fachkundig zur Seite. Gemeinsam finden wir für Sie die passende <a title="Link zu Bestattungsart" href="{{link_url::32}}">Bestattungsart</a>, die sinnvolle Finanzierung Ihrer Wünsche oder eine geeignete Ruhestätte. Unklarheiten, die den <a title="Link zu digitalen Nachlass" href="{{link_url::34}}">digitalen Nachlass</a> betreffen, können wir ebenfalls für Sie regeln.</p>  </div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_text.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_html.html5 --><div class="clear"></div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_html.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_html.html5 --></div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_html.html5 -->          </div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_article.html5 -->              </div>                          </main>                                                                                  </div>                                    <footer id="footer">            <div class="inside">              <!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_html.html5 -->{{iflng::de}}    {{insert_article::12}}{{iflng::en}}    {{iflng}}<!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_html.html5 -->            </div>          </footer>                  </div>        <!-- TEMPLATE START: templates/tauscher/j_colorbox.html5 -->
    <!-- <script src="assets/colorbox/js/colorbox.min.js"></script> -->
    <script>
      jQuery(function($) {
        $(\'a[data-lightbox]\').map(function() {
          $(this).colorbox({
            // Put custom options here
            loop: false,
            rel: $(this).attr(\'data-lightbox\'),
            maxWidth: \'95%\',
            maxHeight: \'95%\'
          });
        });
      });
    </script>
    <!-- TEMPLATE END: templates/tauscher/j_colorbox.html5 --><!-- TEMPLATE START: templates/tauscher/j_unternehmen.html5 --><!-- TEMPLATE END: templates/tauscher/j_unternehmen.html5 -->[[TL_JQUERY]]<!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/js/js_autofocus.html5 --><script>  (function() {    var p = document.querySelector(\'p.error\') || document.querySelector(\'p.confirm\');    if (p) {      p.scrollIntoView();    }  })();</script><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/js/js_autofocus.html5 -->[[TL_BODY]]<script type="application/ld+json">{"@context":{"contao":"https:\\/\\/schema.contao.org\\/"},"@type":"contao:RegularPage","contao:pageId":2,"contao:noSearch":false,"contao:protected":false,"contao:groups":[],"contao:fePreview":false}</script></body></html><!-- TEMPLATE END: templates/tauscher/fe_page.html5 -->', true)
         (/www/htdocs/w00e1e9a/tauscher_bestattungen/vendor/contao/core-bundle/src/Resources/contao/library/Contao/Controller.php:799)
      at Contao\Controller::replaceInsertTags('<!-- TEMPLATE START: templates/tauscher/fe_page.html5 --><!DOCTYPE html><html lang="de"><head>      <meta charset="utf-8">    <title>Bestattungen Tauscher Auerbach GmbH</title>    <base href="http://www.tauscher.werbeagentur-kopfnuss.de/">          <meta name="robots" content="index,follow">      <meta name="description" content="Ist ein Mensch verstorben, gilt es vieles zu bedenken und zu klären. ?In diesen hochemotionalen Tagen begleiten wir Angehörige und Trauernde">      <meta name="generator" content="Contao Open Source CMS">        <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">        [[TL_CSS]]        [[TL_HEAD]]<link rel="shortcut icon" href="files/themes/standard/homeicons/favicon.ico" type="image/x-icon" /><link rel="apple-touch-icon" sizes="57x57" href="files/themes/standard/homeicons/apple-touch-icon-57x57.png"><link rel="apple-touch-icon" sizes="60x60" href="files/themes/standard/homeicons/apple-touch-icon-60x60.png"><link rel="apple-touch-icon" sizes="72x72" href="files/themes/standard/homeicons/apple-touch-icon-72x72.png"><link rel="apple-touch-icon" sizes="76x76" href="files/themes/standard/homeicons/apple-touch-icon-76x76.png"><link rel="apple-touch-icon" sizes="114x114" href="files/themes/standard/homeicons/apple-touch-icon-114x114.png"><link rel="apple-touch-icon" sizes="120x120" href="files/themes/standard/homeicons/apple-touch-icon-120x120.png"><link rel="apple-touch-icon" sizes="144x144" href="files/themes/standard/homeicons/apple-touch-icon-144x144.png"><link rel="apple-touch-icon" sizes="152x152" href="files/themes/standard/homeicons/apple-touch-icon-152x152.png"><link rel="apple-touch-icon" sizes="180x180" href="files/themes/standard/homeicons/apple-touch-icon-180x180.png"><link rel="icon" type="image/png" href="files/themes/standard/homeicons/favicon-16x16.png" sizes="16x16"><link rel="icon" type="image/png" href="files/themes/standard/homeicons/favicon-32x32.png" sizes="32x32"><link rel="icon" type="image/png" href="files/themes/standard/homeicons/favicon-96x96.png" sizes="96x96"><link rel="icon" type="image/png" href="files/themes/standard/homeicons/android-chrome-192x192.png" sizes="192x192"><meta name="msapplication-square70x70logo" content="files/themes/standard/homeicons/smalltile.png" /><meta name="msapplication-square150x150logo" content="files/themes/standard/homeicons/mediumtile.png" /><meta name="msapplication-wide310x150logo" content="files/themes/standard/homeicons/widetile.png" /><meta name="msapplication-square310x310logo" content="files/themes/standard/homeicons/largetile.png" /><meta http-equiv="X-UA-Compatible" content="IE=edge" /><link rel="stylesheet" href="https://use.typekit.net/qni4dpj.css">          <!--[if lt IE 9]><script src="assets/html5shiv/js/html5shiv-printshiv.min.js"></script><![endif]-->      </head><body id="top" class="{{ua::class}} site-home" itemscope itemtype="http://schema.org/WebPage"> <!-- echo $ua->os; // Betriebssystem echo $ua->browser; // Browsername echo $ua->shorty;  // Browserkürzel echo $ua->version; // Browserversionecho $ua->mobile;  // True wenn der Client ein mobiler Browser ist echo $ua->class;   // Den CSS-Klassen-String ?> -->          <div id="wrapper">                        <header id="header">            <div class="inside">              <!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_html.html5 -->{{iflng::de}}    <a title="Startseite Lackiererei Zwickau" id="home-link" href="{{link_url::2}}"><img alt="Logo Lackiererei Zwickau" src="files/themes/standard/img/logo.svg"></a>{{iflng::en}}    {{iflng}}<!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_html.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_html.html5 --><div id="topContact">	<div class="left-contact-top">		{{file::icon_phone.html5}}		</div>	<div class="right-contact-top">		<p>			<span class="contact-top-test">Telefon:</span>			<span class="contact-top-number"><a href="tel:03744212377">03744 212 377</a></span>		</p>	</div></div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_html.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_html.html5 -->{{iflng::de}}    <a title="Nach oben" id="back-to-top" href="#">		{{file::icon_to_top_arrow.html5}}	</a>{{iflng::en}}    <a title="To Top" id="back-to-top" href="#">		{{file::icon_to_top_arrow.html5}}	</a>{{iflng}}<!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_html.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_html.html5 --><div class="clear"></div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_html.html5 -->            </div>          </header>                    <div class="nav-splitter"></div>      <div class="custom">      <!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/block/block_section.html5 --><div id="nav-wrapper">  <div class="inside">    <!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_navigation.html5 --><!-- indexer::stop --><nav class="mod_navigation block" id="nav-main" itemscope itemtype="http://schema.org/SiteNavigationElement">    <a href="bestattungen-tauscher.html#skipNavigation3" class="invisible">Navigation überspringen</a>  <!-- TEMPLATE START: templates/tauscher/nav_default_dropdown.html5 --><ul class="level_1">            <li class="submenu sibling first"><a href="im-trauerfall.html" title="Im Trauerfall" class="submenu sibling first" aria-haspopup="true" itemprop="url">        <span class="outer-item-link">          <span class="link-name" itemprop="name">            Im Trauerfall          </span>        </span>      </a><!-- TEMPLATE START: templates/tauscher/nav_default_dropdown.html5 --><ul class="level_2">            <li class="first"><a href="was-ist-zuerst-zu-tun.html" title="Was ist zuerst zu tun?" class="first" itemprop="url">        <span class="outer-item-link">          <span class="link-name" itemprop="name">            Was ist zuerst zu tun?          </span>        </span>      </a></li>                <li><a href="wichtige-papiere-formulare.html" title="Wichtige Papiere &amp; Formulare" itemprop="url">        <span class="outer-item-link">          <span class="link-name" itemprop="name">            Wichtige Papiere & Formulare          </span>        </span>      </a></li>                <li class="last"><a href="abschiednahme.html" title="Abschiednahme" class="last" itemprop="url">        <span class="outer-item-link">          <span class="link-name" itemprop="name">            Abschiednahme          </span>        </span>      </a></li>      </ul><!-- TEMPLATE END: templates/tauscher/nav_default_dropdown.html5 --></li>                <li class="submenu sibling"><a href="bestattungen.html" title="Bestattungen" class="submenu sibling" aria-haspopup="true" itemprop="url">        <span class="outer-item-link">          <span class="link-name" itemprop="name">            Bestattungen          </span>        </span>      </a><!-- TEMPLATE START: templates/tauscher/nav_default_dropdown.html5 --><ul class="level_2">            <li class="first"><a href="erdbestattung.html" title="Erdbestattung" class="first" itemprop="url">        <span class="outer-item-link">          <span class="link-name" itemprop="name">            Erdbestattung          </span>        </span>      </a></li>                <li class="last"><a href="feuerbestattung.html" title="Feuerbestattung" class="last" itemprop="url">        <span class="outer-item-link">          <span class="link-name" itemprop="name">            Feuerbestattung          </span>        </span>      </a></li>      </ul><!-- TEMPLATE END: templates/tauscher/nav_default_dropdown.html5 --></li>                <li class="submenu sibling"><a href="vorsorge.html" title="Vorsorge" class="submenu sibling" aria-haspopup="true" itemprop="url">        <span class="outer-item-link">          <span class="link-name" itemprop="name">            Vorsorge          </span>        </span>      </a><!-- TEMPLATE START: templates/tauscher/nav_default_dropdown.html5 --><ul class="level_2">            <li class="first"><a href="sterbegeldversicherung.html" title="Sterbegeldversicherung" class="first" itemprop="url">        <span class="outer-item-link">          <span class="link-name" itemprop="name">            Sterbegeldversicherung          </span>        </span>      </a></li>                <li><a href="bestattungsvorsorge-treuhandvertrag.html" title="Bestattungsvorsorge – Treuhandvertrag" itemprop="url">        <span class="outer-item-link">          <span class="link-name" itemprop="name">            Bestattungsvorsorge – Treuhandvertrag          </span>        </span>      </a></li>                <li class="last"><a href="digitaler-nachlass.html" title="Digitaler Nachlass" class="last" itemprop="url">        <span class="outer-item-link">          <span class="link-name" itemprop="name">            Digitaler Nachlass          </span>        </span>      </a></li>      </ul><!-- TEMPLATE END: templates/tauscher/nav_default_dropdown.html5 --></li>                <li class="sibling"><a href="ihr-bestattungsinstitut.html" title="Ihr Bestattungsinstitut" class="sibling" itemprop="url">        <span class="outer-item-link">          <span class="link-name" itemprop="name">            Ihr Bestattungsinstitut          </span>        </span>      </a></li>                <li class="site-contact sibling last"><a href="kontakt.html" title="Kontakt" class="site-contact sibling last" itemprop="url">        <span class="outer-item-link">          <span class="link-name" itemprop="name">            Kontakt          </span>        </span>      </a></li>      </ul><!-- TEMPLATE END: templates/tauscher/nav_default_dropdown.html5 -->  <a id="skipNavigation3" class="invisible">&nbsp;</a></nav><!-- indexer::continue --><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_navigation.html5 --><!-- TEMPLATE START: system/modules/mobile_menu/templates/modules/mod_mobile_menu.html5 --><!-- indexer::stop --><div class="mod_mobile_menu block" id="mobile-menu">          <div id="mobile-menu-5-trigger" class="mobile_menu_trigger">    <div id="nav-mobile-wrapper">	<span class="btn-menu-mobile-text">Menü</span>	<span class="btn-menu-mobile-wrapper">		<div class="btn-menu-mobile" role="button">			<div class="line l-01"></div>			<div class="line l-02"></div>			<div class="line l-03"></div>			<div class="line l-04"></div>		</div>	</span></div></div><div id="mobile-menu-5" class="mobile_menu">    <div class="inner">        <button type="button" id="btt-mmenu" class="tcon" data-mobile-menu="close">  	<a href="#" class="tcon-visuallyhidden" data-mobile-menu="close">Schließen</a></button>{{insert_module::4}}<div id="contact-mobile-menu">	{{email:: tauscher@bestattungen-auerbach.de}}>				<a class="mobile-menu-tel" title="Jetzt anrufen!" href="tel:  03744212377"> 03744 212 377</a>			<div class="clear"></div></div>    </div></div><script>(function($) {    $(\'#mobile-menu-5\').mobileMenu({                \'animation\': true,        \'animationSpeed\': 200,                \'breakPoint\': 1240,        \'offCanvas\': false,        \'overlay\': false,        \'disableNavigation\': false,        \'parentTogglers\': false,        \'closeOnLinkClick\': false,        \'keepInPlace\': false,        \'position\': \'right\',        \'size\': \'100\',        \'trigger\': $(\'#mobile-menu-5-trigger\')    });})(jQuery);</script></div><!-- indexer::continue --><!-- TEMPLATE END: system/modules/mobile_menu/templates/modules/mod_mobile_menu.html5 -->  </div></div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/block/block_section.html5 -->      <!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/block/block_section.html5 --><div id="hero">  <div class="inside">    <!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_article.html5 -->  <div class="mod_article first last block" id="article-1">              <!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_html.html5 --><div class="w-normal center-block"><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_html.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_headline.html5 --><h1 class="ce_headline headline-hero">  <span class="sub-headline-top">Bestattungen Tauscher Auerbach GmbH </span><span class="headline">menschlich. <br>zuverlässig. <br> fair.</span></h1><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_headline.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_text.html5 --><div class="ce_text text-right-headline block">                <p>Ist ein Mensch verstorben, gilt es vieles zu bedenken und zu klären. Gut, wenn man dann konkrete Unterstützung in der Nähe hat. Als Bestatter kommen wir Angehörigen und Trauernden in hochemotionalen Tagen zu Hilfe. Stets in dem Wissen, dass der Tod kaum fassbar ist. Darum verstehen wir uns als Begleiter, Kümmerer, Planer, Ermöglicher und Ermutiger.</p><p>Sie erreichen uns rund um die Uhr – freilich auch an Sonn- und Feiertagen.</p>      </div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_text.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_html.html5 --><div id="wrapper-home-contact"><div class="flex-container"><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_html.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_html.html5 --><div class="flex-item"><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_html.html5 --><!-- TEMPLATE START: templates/tauscher/rsce_contact_home.html5 --><div class="ce_rsce_contact_home block">
    	
    <div class="home-contact">
    	<div class="left-contact">
    					<img src="files/themes/standard/img/icon_tele.svg" alt="Telefon:">
    			</div>
    	<div class="right-contact">
    		<p>		
    			<span class="contact-description">Telefon:</span>
    							<span class="contact-data"><a href="tel:03744212377">03744 212 377</a></span>
    						
    		</p>
    	</div>
    </div>
    
    </div><!-- TEMPLATE END: templates/tauscher/rsce_contact_home.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_html.html5 --></div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_html.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_html.html5 --><div class="flex-item"><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_html.html5 --><!-- TEMPLATE START: templates/tauscher/rsce_contact_home.html5 --><div class="ce_rsce_contact_home block">
    	
    <div class="home-contact">
    	<div class="left-contact">
    					<img src="files/themes/standard/img/icon_handy.svg" alt="Handy:">
    			</div>
    	<div class="right-contact">
    		<p>		
    			<span class="contact-description">Handy:</span>
    							<span class="contact-data"><a href="tel:01735196822">0173 519 6822</a></span>
    						
    		</p>
    	</div>
    </div>
    
    </div><!-- TEMPLATE END: templates/tauscher/rsce_contact_home.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_html.html5 --></div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_html.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_html.html5 --><div class="flex-item"><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_html.html5 --><!-- TEMPLATE START: templates/tauscher/rsce_contact_home.html5 --><div class="ce_rsce_contact_home block">
    	
    <div class="home-contact">
    	<div class="left-contact">
    					<img src="files/themes/standard/img/icon_fax.svg" alt="Fax:">
    			</div>
    	<div class="right-contact">
    		<p>		
    			<span class="contact-description">Fax:</span>
    							<span class="contact-data">03744 809 51</span>
    						
    		</p>
    	</div>
    </div>
    
    </div><!-- TEMPLATE END: templates/tauscher/rsce_contact_home.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_html.html5 --></div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_html.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_html.html5 --></div></div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_html.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_html.html5 --></div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_html.html5 -->          </div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_article.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_html.html5 --><div class="clear"></div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_html.html5 -->  </div></div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/block/block_section.html5 -->      <!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/block/block_section.html5 --><div id="img-full-width">  <div class="inside">    <!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_article.html5 -->  <div class="mod_article first last block" id="article-45">              <!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_html.html5 --><div id="parallax-home" class="background"><div class="parallax-img"></div></div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_html.html5 -->          </div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_article.html5 -->  </div></div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/block/block_section.html5 -->  </div>              <div id="container">                      <main id="main">              <div class="inside">                <!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_article.html5 -->  <div class="mod_article first last block" id="article-37">              <!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_html.html5 --><div class="w-normal center-block"><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_html.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_headline.html5 --><h2 class="ce_headline headline-hero">  <span class="headline">Qualifizierte Unterstützung im Sterbefall</span></h2><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_headline.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_text.html5 --><div class="ce_text padding-left block">                  <!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/image/image.html5 --><figure class="image_container float_right" style="margin-left:10%;">    <!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/picture/picture_default.html5 --><img src="assets/images/6/graphic_rose-360ef233.svg" width="140" height="185" alt="" itemprop="image"><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/picture/picture_default.html5 -->    </figure><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/image/image.html5 -->        <p>Vieles ist im Todesfall innerhalb von kurzer Zeit zu klären. Neben der Organisation der <a title="Link zu Bestattungen" href="{{link_url::32}}">Bestattung</a> und der Trauerfeier stehen Formalitäten an. Laufende Verträge sind zu kündigen, die Sterbeurkunde muss beantragt werden oder Abmeldungen sollen fristgerecht erfolgen. Gern nehmen wir Ihnen diese bürokratischen Aufgaben ab.</p>  </div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_text.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_html.html5 --><div class="clear"></div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_html.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_headline.html5 --><h2 class="ce_headline headline-hero">  <span class="headline">Der Tod kennt weder Tag noch Stunde</span></h2><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_headline.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_text.html5 --><div class="ce_text padding-left block">                  <!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/image/image.html5 --><figure class="image_container float_right" style="margin-left:10%;">    <!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/picture/picture_default.html5 --><img src="assets/images/f/graphic_lily-4ae3ba6a.svg" width="140" height="185" alt="" itemprop="image"><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/picture/picture_default.html5 -->    </figure><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/image/image.html5 -->        <p>Wenn sich das Sterben andeutet oder Sie zu Lebzeiten <a title="Link zu Vorsorge" href="{{link_url::33}}">Vorsorge</a> treffen wollen, stehen wir Ihnen freundlich und fachkundig zur Seite. Gemeinsam finden wir für Sie die passende <a title="Link zu Bestattungsart" href="{{link_url::32}}">Bestattungsart</a>, die sinnvolle Finanzierung Ihrer Wünsche oder eine geeignete Ruhestätte. Unklarheiten, die den <a title="Link zu digitalen Nachlass" href="{{link_url::34}}">digitalen Nachlass</a> betreffen, können wir ebenfalls für Sie regeln.</p>  </div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_text.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_html.html5 --><div class="clear"></div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_html.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_html.html5 --></div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_html.html5 -->          </div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_article.html5 -->              </div>                          </main>                                                                                  </div>                                    <footer id="footer">            <div class="inside">              <!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_html.html5 -->{{iflng::de}}    {{insert_article::12}}{{iflng::en}}    {{iflng}}<!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_html.html5 -->            </div>          </footer>                  </div>        <!-- TEMPLATE START: templates/tauscher/j_colorbox.html5 -->
    <!-- <script src="assets/colorbox/js/colorbox.min.js"></script> -->
    <script>
      jQuery(function($) {
        $(\'a[data-lightbox]\').map(function() {
          $(this).colorbox({
            // Put custom options here
            loop: false,
            rel: $(this).attr(\'data-lightbox\'),
            maxWidth: \'95%\',
            maxHeight: \'95%\'
          });
        });
      });
    </script>
    <!-- TEMPLATE END: templates/tauscher/j_colorbox.html5 --><!-- TEMPLATE START: templates/tauscher/j_unternehmen.html5 --><!-- TEMPLATE END: templates/tauscher/j_unternehmen.html5 -->[[TL_JQUERY]]<!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/js/js_autofocus.html5 --><script>  (function() {    var p = document.querySelector(\'p.error\') || document.querySelector(\'p.confirm\');    if (p) {      p.scrollIntoView();    }  })();</script><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/js/js_autofocus.html5 -->[[TL_BODY]]<script type="application/ld+json">{"@context":{"contao":"https:\\/\\/schema.contao.org\\/"},"@type":"contao:RegularPage","contao:pageId":2,"contao:noSearch":false,"contao:protected":false,"contao:groups":[],"contao:fePreview":false}</script></body></html><!-- TEMPLATE END: templates/tauscher/fe_page.html5 -->')
         (/www/htdocs/w00e1e9a/tauscher_bestattungen/vendor/contao/core-bundle/src/Resources/contao/classes/FrontendTemplate.php:128)
      at Contao\FrontendTemplate->compile()
         (/www/htdocs/w00e1e9a/tauscher_bestattungen/vendor/contao/core-bundle/src/Resources/contao/library/Contao/Template.php:319)
      at Contao\Template->getResponse()
         (/www/htdocs/w00e1e9a/tauscher_bestattungen/vendor/contao/core-bundle/src/Resources/contao/classes/FrontendTemplate.php:86)
      at Contao\FrontendTemplate->getResponse(true)
         (/www/htdocs/w00e1e9a/tauscher_bestattungen/vendor/contao/core-bundle/src/Resources/contao/pages/PageRegular.php:50)
      at Contao\PageRegular->getResponse(object(PageModel), true)
         (/www/htdocs/w00e1e9a/tauscher_bestattungen/vendor/contao/core-bundle/src/Resources/contao/controllers/FrontendIndex.php:339)
      at Contao\FrontendIndex->renderPage(object(PageModel))
         (/www/htdocs/w00e1e9a/tauscher_bestattungen/vendor/symfony/http-kernel/HttpKernel.php:158)
      at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
         (/www/htdocs/w00e1e9a/tauscher_bestattungen/vendor/symfony/http-kernel/HttpKernel.php:80)
      at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
         (/www/htdocs/w00e1e9a/tauscher_bestattungen/vendor/symfony/http-kernel/Kernel.php:201)
      at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
         (/www/htdocs/w00e1e9a/tauscher_bestattungen/web/index.php:31)
    Hier ist der Link zur Webseite im Debug-Modus:
    http://www.tauscher.werbeagentur-kop...-tauscher.html
    Geändert von Kopfnuss (13.07.2020 um 09:34 Uhr)

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

    Standard

    Das ist jetzt aber der Stack Trace eines Fehlers aus dem Frontend? Die Frage war nach dem Fehler, der im Contao Install Tool auftritt.

  23. #23
    Contao-Fan Avatar von Kopfnuss
    Registriert seit
    05.09.2012.
    Ort
    Zwickau
    Beiträge
    317
    Partner-ID
    11375
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Ja, ich habe es wieder neu installiert und die Installation ist durch gelaufen.
    Danach habe ich meine Seite eingespielt und es tritt wieder ein Fehler im Frontend auf. Das Backend geht.
    Webseite: http://www.tauscher.werbeagentur-kop...-tauscher.html

    Meinst du das dev.log?
    Code:
    [2020-07-13 10:28:01] request.INFO: Matched route "contao_backend". {"route":"contao_backend","route_parameters":{"_route":"contao_backend","_scope":"backend","_token_check":true,"_controller":"Contao\\CoreBundle\\Controller\\BackendController::mainAction"},"request_uri":"http://www.tauscher.werbeagentur-kopfnuss.de/contao?do=settings&ref=Q9Kf-LZ9","method":"GET"} []
    [2020-07-13 10:28:01] security.DEBUG: Read existing security token from the session. {"key":"_security_contao_backend","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
    [2020-07-13 10:28:01] security.DEBUG: User was reloaded from a user provider. {"provider":"Contao\\CoreBundle\\Security\\User\\ContaoUserProvider","username":"Admin"} []
    [2020-07-13 10:28:01] security.DEBUG: Stored the security token in the session. {"key":"_security_contao_backend"} []
    [2020-07-13 10:28:02] app.DEBUG: Executing cron job "Contao\CoreBundle\Cron\LegacyCron::onMinutely" [] []
    [2020-07-13 10:28:02] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bd2487"},"request_uri":"http://www.tauscher.werbeagentur-kopfnuss.de/_wdt/bd2487","method":"GET"} []
    [2020-07-13 10:28:02] request.INFO: Matched route "contao_core_favicon__invoke". {"route":"contao_core_favicon__invoke","route_parameters":{"_route":"contao_core_favicon__invoke","_scope":"frontend","_controller":"Contao\\CoreBundle\\Controller\\FaviconController"},"request_uri":"http://www.tauscher.werbeagentur-kopfnuss.de/favicon.ico","method":"GET"} []
    [2020-07-13 10:28:02] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
    [2020-07-13 10:28:19] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was not able to match, message "" [] []
    [2020-07-13 10:28:19] app.DEBUG: Router Symfony\Cmf\Component\Routing\DynamicRouter was not able to match, message "" [] []
    [2020-07-13 10:28:19] request.INFO: Matched route "tl_page.1.root". {"route":"tl_page.1.root","route_parameters":{"_token_check":true,"_controller":"Contao\\FrontendIndex::renderPage","_scope":"frontend","_locale":"de","pageModel":"[object] (Contao\\PageModel: {})","_route":"tl_page.1.root"},"request_uri":"http://www.tauscher.werbeagentur-kopfnuss.de/","method":"GET"} []
    [2020-07-13 10:28:19] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
    [2020-07-13 10:28:19] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was not able to match, message "" [] []
    [2020-07-13 10:28:19] app.DEBUG: Router Symfony\Cmf\Component\Routing\DynamicRouter was not able to match, message "" [] []
    [2020-07-13 10:28:19] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-07-13 10:28:19] app.DEBUG: Router Symfony\Cmf\Component\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'contao_frontend' not found': This router does not support routes by name [] []
    [2020-07-13 10:28:19] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was not able to match, message "No routes found for "/main.html/"." [] []
    [2020-07-13 10:28:19] app.DEBUG: Router Symfony\Cmf\Component\Routing\DynamicRouter was not able to match, message "" [] []
    [2020-07-13 10:28:19] request.INFO: Matched route "tl_page.3". {"route":"tl_page.3","route_parameters":{"_token_check":true,"_controller":"Contao\\FrontendIndex::renderPage","_scope":"frontend","_locale":"de","pageModel":"[object] (Contao\\PageModel: {})","parameters":"","_route":"tl_page.3"},"request_uri":"http://www.tauscher.werbeagentur-kopfnuss.de/main.html","method":"GET"} []
    [2020-07-13 10:28:19] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
    [2020-07-13 10:28:19] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was not able to match, message "No routes found for "/main.html/"." [] []
    [2020-07-13 10:28:19] app.DEBUG: Router Symfony\Cmf\Component\Routing\DynamicRouter was not able to match, message "" [] []
    [2020-07-13 10:28:19] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-07-13 10:28:19] app.DEBUG: Router Symfony\Cmf\Component\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'contao_frontend' not found': This router does not support routes by name [] []
    [2020-07-13 10:28:19] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was not able to match, message "No routes found for "/bestattungen-tauscher.html/"." [] []
    [2020-07-13 10:28:19] app.DEBUG: Router Symfony\Cmf\Component\Routing\DynamicRouter was not able to match, message "" [] []
    [2020-07-13 10:28:19] request.INFO: Matched route "tl_page.2". {"route":"tl_page.2","route_parameters":{"_token_check":true,"_controller":"Contao\\FrontendIndex::renderPage","_scope":"frontend","_locale":"de","pageModel":"[object] (Contao\\PageModel: {})","parameters":"","_route":"tl_page.2"},"request_uri":"http://www.tauscher.werbeagentur-kopfnuss.de/bestattungen-tauscher.html","method":"GET"} []
    [2020-07-13 10:28:19] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
    [2020-07-13 10:28:19] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was not able to match, message "No routes found for "/bestattungen-tauscher.html/"." [] []
    [2020-07-13 10:28:19] app.DEBUG: Router Symfony\Cmf\Component\Routing\DynamicRouter was not able to match, message "" [] []
    [2020-07-13 10:28:19] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-07-13 10:28:19] app.DEBUG: Router Symfony\Cmf\Component\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'contao_frontend' not found': This router does not support routes by name [] []
    [2020-07-13 10:28:19] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-07-13 10:28:19] app.DEBUG: Router Symfony\Cmf\Component\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'contao_frontend' not found': This router does not support routes by name [] []
    [2020-07-13 10:28:19] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-07-13 10:28:19] app.DEBUG: Router Symfony\Cmf\Component\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'contao_frontend' not found': This router does not support routes by name [] []
    [2020-07-13 10:28:19] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-07-13 10:28:19] app.DEBUG: Router Symfony\Cmf\Component\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'contao_frontend' not found': This router does not support routes by name [] []
    [2020-07-13 10:28:19] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-07-13 10:28:19] app.DEBUG: Router Symfony\Cmf\Component\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'contao_frontend' not found': This router does not support routes by name [] []
    [2020-07-13 10:28:19] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-07-13 10:28:19] app.DEBUG: Router Symfony\Cmf\Component\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'contao_frontend' not found': This router does not support routes by name [] []
    [2020-07-13 10:28:19] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-07-13 10:28:19] app.DEBUG: Router Symfony\Cmf\Component\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'contao_frontend' not found': This router does not support routes by name [] []
    [2020-07-13 10:28:19] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-07-13 10:28:19] app.DEBUG: Router Symfony\Cmf\Component\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'contao_frontend' not found': This router does not support routes by name [] []
    [2020-07-13 10:28:19] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-07-13 10:28:19] app.DEBUG: Router Symfony\Cmf\Component\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'contao_frontend' not found': This router does not support routes by name [] []
    [2020-07-13 10:28:19] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-07-13 10:28:19] app.DEBUG: Router Symfony\Cmf\Component\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'contao_frontend' not found': This router does not support routes by name [] []
    [2020-07-13 10:28:19] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-07-13 10:28:19] app.DEBUG: Router Symfony\Cmf\Component\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'contao_frontend' not found': This router does not support routes by name [] []
    [2020-07-13 10:28:19] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-07-13 10:28:19] app.DEBUG: Router Symfony\Cmf\Component\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'contao_frontend' not found': This router does not support routes by name [] []
    [2020-07-13 10:28:19] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-07-13 10:28:19] app.DEBUG: Router Symfony\Cmf\Component\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'contao_frontend' not found': This router does not support routes by name [] []
    [2020-07-13 10:28:19] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-07-13 10:28:19] app.DEBUG: Router Symfony\Cmf\Component\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'contao_frontend' not found': This router does not support routes by name [] []
    [2020-07-13 10:31:08] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was not able to match, message "No routes found for "/bestattungen-tauscher.html/"." [] []
    [2020-07-13 10:31:08] app.DEBUG: Router Symfony\Cmf\Component\Routing\DynamicRouter was not able to match, message "" [] []
    [2020-07-13 10:31:08] request.INFO: Matched route "tl_page.2". {"route":"tl_page.2","route_parameters":{"_token_check":true,"_controller":"Contao\\FrontendIndex::renderPage","_scope":"frontend","_locale":"de","pageModel":"[object] (Contao\\PageModel: {})","parameters":"","_route":"tl_page.2"},"request_uri":"http://www.tauscher.werbeagentur-kopfnuss.de/bestattungen-tauscher.html","method":"GET"} []
    [2020-07-13 10:31:09] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
    [2020-07-13 10:31:09] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was not able to match, message "No routes found for "/bestattungen-tauscher.html/"." [] []
    [2020-07-13 10:31:09] app.DEBUG: Router Symfony\Cmf\Component\Routing\DynamicRouter was not able to match, message "" [] []
    [2020-07-13 10:31:09] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-07-13 10:31:09] app.DEBUG: Router Symfony\Cmf\Component\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'contao_frontend' not found': This router does not support routes by name [] []
    [2020-07-13 10:31:09] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-07-13 10:31:09] app.DEBUG: Router Symfony\Cmf\Component\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'contao_frontend' not found': This router does not support routes by name [] []
    [2020-07-13 10:31:09] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-07-13 10:31:09] app.DEBUG: Router Symfony\Cmf\Component\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'contao_frontend' not found': This router does not support routes by name [] []
    [2020-07-13 10:31:09] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-07-13 10:31:09] app.DEBUG: Router Symfony\Cmf\Component\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'contao_frontend' not found': This router does not support routes by name [] []
    [2020-07-13 10:31:09] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-07-13 10:31:09] app.DEBUG: Router Symfony\Cmf\Component\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'contao_frontend' not found': This router does not support routes by name [] []
    [2020-07-13 10:31:09] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-07-13 10:31:09] app.DEBUG: Router Symfony\Cmf\Component\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'contao_frontend' not found': This router does not support routes by name [] []
    [2020-07-13 10:31:09] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-07-13 10:31:09] app.DEBUG: Router Symfony\Cmf\Component\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'contao_frontend' not found': This router does not support routes by name [] []
    [2020-07-13 10:31:09] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-07-13 10:31:09] app.DEBUG: Router Symfony\Cmf\Component\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'contao_frontend' not found': This router does not support routes by name [] []
    [2020-07-13 10:31:09] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-07-13 10:31:09] app.DEBUG: Router Symfony\Cmf\Component\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'contao_frontend' not found': This router does not support routes by name [] []
    [2020-07-13 10:31:09] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-07-13 10:31:09] app.DEBUG: Router Symfony\Cmf\Component\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'contao_frontend' not found': This router does not support routes by name [] []
    [2020-07-13 10:31:09] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-07-13 10:31:09] app.DEBUG: Router Symfony\Cmf\Component\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'contao_frontend' not found': This router does not support routes by name [] []
    [2020-07-13 10:31:09] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-07-13 10:31:09] app.DEBUG: Router Symfony\Cmf\Component\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'contao_frontend' not found': This router does not support routes by name [] []
    [2020-07-13 10:31:09] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-07-13 10:31:09] app.DEBUG: Router Symfony\Cmf\Component\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'contao_frontend' not found': This router does not support routes by name [] []
    [2020-07-13 10:31:09] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-07-13 10:31:09] app.DEBUG: Router Symfony\Cmf\Component\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'contao_frontend' not found': This router does not support routes by name [] []
    [2020-07-13 10:36:11] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was not able to match, message "No routes found for "/bestattungen-tauscher.html/"." [] []
    [2020-07-13 10:36:11] app.DEBUG: Router Symfony\Cmf\Component\Routing\DynamicRouter was not able to match, message "" [] []
    [2020-07-13 10:36:11] request.INFO: Matched route "tl_page.2". {"route":"tl_page.2","route_parameters":{"_token_check":true,"_controller":"Contao\\FrontendIndex::renderPage","_scope":"frontend","_locale":"de","pageModel":"[object] (Contao\\PageModel: {})","parameters":"","_route":"tl_page.2"},"request_uri":"http://www.tauscher.werbeagentur-kopfnuss.de/bestattungen-tauscher.html","method":"GET"} []
    [2020-07-13 10:36:11] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
    [2020-07-13 10:36:11] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was not able to match, message "No routes found for "/bestattungen-tauscher.html/"." [] []
    [2020-07-13 10:36:11] app.DEBUG: Router Symfony\Cmf\Component\Routing\DynamicRouter was not able to match, message "" [] []
    [2020-07-13 10:36:11] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-07-13 10:36:11] app.DEBUG: Router Symfony\Cmf\Component\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'contao_frontend' not found': This router does not support routes by name [] []
    [2020-07-13 10:36:11] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-07-13 10:36:11] app.DEBUG: Router Symfony\Cmf\Component\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'contao_frontend' not found': This router does not support routes by name [] []
    [2020-07-13 10:36:11] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-07-13 10:36:11] app.DEBUG: Router Symfony\Cmf\Component\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'contao_frontend' not found': This router does not support routes by name [] []
    [2020-07-13 10:36:11] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-07-13 10:36:11] app.DEBUG: Router Symfony\Cmf\Component\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'contao_frontend' not found': This router does not support routes by name [] []
    [2020-07-13 10:36:11] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-07-13 10:36:11] app.DEBUG: Router Symfony\Cmf\Component\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'contao_frontend' not found': This router does not support routes by name [] []
    [2020-07-13 10:36:11] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-07-13 10:36:11] app.DEBUG: Router Symfony\Cmf\Component\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'contao_frontend' not found': This router does not support routes by name [] []
    [2020-07-13 10:36:11] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-07-13 10:36:11] app.DEBUG: Router Symfony\Cmf\Component\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'contao_frontend' not found': This router does not support routes by name [] []
    [2020-07-13 10:36:11] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-07-13 10:36:11] app.DEBUG: Router Symfony\Cmf\Component\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'contao_frontend' not found': This router does not support routes by name [] []
    [2020-07-13 10:36:11] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-07-13 10:36:11] app.DEBUG: Router Symfony\Cmf\Component\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'contao_frontend' not found': This router does not support routes by name [] []
    [2020-07-13 10:36:11] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-07-13 10:36:11] app.DEBUG: Router Symfony\Cmf\Component\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'contao_frontend' not found': This router does not support routes by name [] []
    [2020-07-13 10:36:11] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-07-13 10:36:11] app.DEBUG: Router Symfony\Cmf\Component\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'contao_frontend' not found': This router does not support routes by name [] []
    [2020-07-13 10:36:11] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-07-13 10:36:11] app.DEBUG: Router Symfony\Cmf\Component\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'contao_frontend' not found': This router does not support routes by name [] []
    [2020-07-13 10:36:11] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-07-13 10:36:11] app.DEBUG: Router Symfony\Cmf\Component\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'contao_frontend' not found': This router does not support routes by name [] []
    [2020-07-13 10:36:11] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-07-13 10:36:11] app.DEBUG: Router Symfony\Cmf\Component\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'contao_frontend' not found': This router does not support routes by name [] []
    [2020-07-13 10:40:44] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bd2487"},"request_uri":"http://www.tauscher.werbeagentur-kopfnuss.de/_profiler/bd2487?panel=logger","method":"GET"} []
    [2020-07-13 10:40:44] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.tauscher.werbeagentur-kopfnuss.de/_profiler/search_bar?panel=logger","method":"GET"} []
    [2020-07-13 10:40:44] app.DEBUG: Executing cron job "Contao\CoreBundle\Cron\LegacyCron::onMinutely" [] []
    [2020-07-13 10:40:52] request.INFO: Matched route "contao_backend". {"route":"contao_backend","route_parameters":{"_route":"contao_backend","_scope":"backend","_token_check":true,"_controller":"Contao\\CoreBundle\\Controller\\BackendController::mainAction"},"request_uri":"http://www.tauscher.werbeagentur-kopfnuss.de/contao?do=settings&ref=Q9Kf-LZ9","method":"GET"} []
    [2020-07-13 10:41:08] request.INFO: Matched route "contao_backend". {"route":"contao_backend","route_parameters":{"_route":"contao_backend","_scope":"backend","_token_check":true,"_controller":"Contao\\CoreBundle\\Controller\\BackendController::mainAction"},"request_uri":"http://www.tauscher.werbeagentur-kopfnuss.de/contao?act=crawl&crawl_subscriber_names%5B0%5D=broken-link-checker&crawl_subscriber_names%5B1%5D=search-index&do=maintenance&jobId=3c3112c7-b1e9-4a64-81bd-20deda1ce9f3&ref=G3fcuM51","method":"GET"} []
    [2020-07-13 10:41:08] security.DEBUG: Read existing security token from the session. {"key":"_security_contao_backend","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
    [2020-07-13 10:41:08] security.DEBUG: User was reloaded from a user provider. {"provider":"Contao\\CoreBundle\\Security\\User\\ContaoUserProvider","username":"Admin"} []
    [2020-07-13 10:41:08] security.DEBUG: Stored the security token in the session. {"key":"_security_contao_backend"} []
    [2020-07-13 10:41:08] app.DEBUG: Executing cron job "Contao\CoreBundle\Cron\LegacyCron::onMinutely" [] []
    [2020-07-13 10:41:08] request.INFO: Matched route "contao_backend". {"route":"contao_backend","route_parameters":{"_route":"contao_backend","_scope":"backend","_token_check":true,"_controller":"Contao\\CoreBundle\\Controller\\BackendController::mainAction"},"request_uri":"http://www.tauscher.werbeagentur-kopfnuss.de/contao?act=crawl&crawl_subscriber_names%5B0%5D=broken-link-checker&crawl_subscriber_names%5B1%5D=search-index&do=maintenance&ref=G3fcuM51","method":"GET"} []
    [2020-07-13 10:41:08] security.DEBUG: Read existing security token from the session. {"key":"_security_contao_backend","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
    [2020-07-13 10:41:08] security.DEBUG: User was reloaded from a user provider. {"provider":"Contao\\CoreBundle\\Security\\User\\ContaoUserProvider","username":"Admin"} []
    [2020-07-13 10:41:08] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-07-13 10:41:08] app.DEBUG: Router Symfony\Cmf\Component\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'contao_frontend' not found': This router does not support routes by name [] []
    [2020-07-13 10:41:08] security.DEBUG: Stored the security token in the session. {"key":"_security_contao_backend"} []
    [2020-07-13 10:41:08] request.INFO: Matched route "contao_backend". {"route":"contao_backend","route_parameters":{"_route":"contao_backend","_scope":"backend","_token_check":true,"_controller":"Contao\\CoreBundle\\Controller\\BackendController::mainAction"},"request_uri":"http://www.tauscher.werbeagentur-kopfnuss.de/contao?act=crawl&crawl_subscriber_names%5B0%5D=broken-link-checker&crawl_subscriber_names%5B1%5D=search-index&do=maintenance&jobId=32e96aa5-9c30-46c8-ada9-fa851846bc67&ref=z2x1KNcG","method":"GET"} []
    [2020-07-13 10:41:08] security.DEBUG: Read existing security token from the session. {"key":"_security_contao_backend","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
    [2020-07-13 10:41:08] security.DEBUG: User was reloaded from a user provider. {"provider":"Contao\\CoreBundle\\Security\\User\\ContaoUserProvider","username":"Admin"} []
    [2020-07-13 10:41:08] security.DEBUG: Stored the security token in the session. {"key":"_security_contao_backend"} []
    [2020-07-13 10:41:09] request.INFO: Matched route "contao_backend". {"route":"contao_backend","route_parameters":{"_route":"contao_backend","_scope":"backend","_token_check":true,"_controller":"Contao\\CoreBundle\\Controller\\BackendController::mainAction"},"request_uri":"http://www.tauscher.werbeagentur-kopfnuss.de/contao?act=crawl&crawl_subscriber_names%5B0%5D=broken-link-checker&crawl_subscriber_names%5B1%5D=search-index&do=maintenance&jobId=32e96aa5-9c30-46c8-ada9-fa851846bc67&ref=z2x1KNcG","method":"POST"} []
    [2020-07-13 10:41:09] security.DEBUG: Read existing security token from the session. {"key":"_security_contao_backend","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
    [2020-07-13 10:41:09] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"958e38"},"request_uri":"http://www.tauscher.werbeagentur-kopfnuss.de/_wdt/958e38","method":"GET"} []
    [2020-07-13 10:41:09] security.DEBUG: User was reloaded from a user provider. {"provider":"Contao\\CoreBundle\\Security\\User\\ContaoUserProvider","username":"Admin"} []
    [2020-07-13 10:41:09] request.INFO: Matched route "contao_core_favicon__invoke". {"route":"contao_core_favicon__invoke","route_parameters":{"_route":"contao_core_favicon__invoke","_scope":"frontend","_controller":"Contao\\CoreBundle\\Controller\\FaviconController"},"request_uri":"http://www.tauscher.werbeagentur-kopfnuss.de/favicon.ico","method":"GET"} []
    [2020-07-13 10:41:10] security.DEBUG: Stored the security token in the session. {"key":"_security_contao_backend"} []
    [2020-07-13 10:41:10] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
    [2020-07-13 10:41:12] request.INFO: Matched route "contao_backend". {"route":"contao_backend","route_parameters":{"_route":"contao_backend","_scope":"backend","_token_check":true,"_controller":"Contao\\CoreBundle\\Controller\\BackendController::mainAction"},"request_uri":"http://www.tauscher.werbeagentur-kopfnuss.de/contao?act=crawl&crawl_subscriber_names%5B0%5D=broken-link-checker&crawl_subscriber_names%5B1%5D=search-index&do=maintenance&jobId=32e96aa5-9c30-46c8-ada9-fa851846bc67&ref=z2x1KNcG","method":"POST"} []
    [2020-07-13 10:41:12] security.DEBUG: Read existing security token from the session. {"key":"_security_contao_backend","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
    [2020-07-13 10:41:12] security.DEBUG: User was reloaded from a user provider. {"provider":"Contao\\CoreBundle\\Security\\User\\ContaoUserProvider","username":"Admin"} []
    [2020-07-13 10:41:13] security.DEBUG: Stored the security token in the session. {"key":"_security_contao_backend"} []
    Geändert von Kopfnuss (13.07.2020 um 09:43 Uhr)

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

    Standard

    Wie du im Fehler erkennen kannst befindet sich dieser in templates/icon_phone.html5 auf Zeile 5. Poste dieses Template.

  25. #25
    Contao-Fan Avatar von Kopfnuss
    Registriert seit
    05.09.2012.
    Ort
    Zwickau
    Beiträge
    317
    Partner-ID
    11375
    Contao-Projekt unterstützen

    Support Contao

    Standard

    icon_phone.html5, ist eine svg die ich mit Affinity Designer generiert habe und in html5 umbenannt, damit ich es in einem Modul als {{file::icon_phone.html5}} einbinden kann.

    Code:
    <?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 192 330" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-miterlimit:10;"><g id="icon_tele"><g id="Ebene-1" serif:id="Ebene 1"><path d="M115.943,323.01c-0.113,0.612 0.275,0.987 0.762,0.975c1.675,-0.046 1.15,1.158 1.234,2.025l-0.996,0c-0.117,-0.284 -0.171,-0.742 -0.367,-0.817c-0.433,-0.163 -0.937,-0.163 -1.416,-0.179c-3.434,-0.104 -3.434,-0.1 -7.146,-2.629c2.766,-1.038 5.337,-0.092 7.929,0.625" style="fill:#ae3539;fill-rule:nonzero;"/><path d="M105.956,326.01c-0.579,-1.079 -1.125,-2.179 -1.754,-3.229c-0.246,-0.412 -0.679,-0.708 -1.038,-1.066c-0.2,-0.592 0.509,-0.667 0.621,-1.046c0.258,-0.892 0.275,-2.209 1.671,-1.575c0.892,0.408 0.633,1.312 -0.063,1.991c-0.85,0.83 0.246,1.138 0.559,1.355c1.383,0.945 0.946,2.308 1.004,3.57l-1,0Z" style="fill:#ae3539;fill-rule:nonzero;"/><path d="M171.019,97.672c0.134,0.133 0.246,0.245 0.354,0.354c0.113,-0.221 0.263,-0.434 0.313,-0.671c0.021,-0.079 -0.2,-0.217 -0.313,-0.325c-0.116,0.217 -0.237,0.433 -0.354,0.642m6.704,9c-0.116,-0.209 -0.237,-0.425 -0.358,-0.646c-0.108,0.112 -0.329,0.246 -0.308,0.329c0.05,0.237 0.2,0.45 0.308,0.675c0.113,-0.113 0.225,-0.225 0.358,-0.358m-8.345,29.354c-0.113,0.108 -0.33,0.246 -0.313,0.329c0.05,0.233 0.2,0.45 0.313,0.671c0.112,-0.113 0.333,-0.246 0.312,-0.329c-0.054,-0.234 -0.2,-0.45 -0.312,-0.671m-0.5,89.491c-0.113,-0.112 -0.246,-0.329 -0.33,-0.312c-0.233,0.054 -0.445,0.2 -0.666,0.312c0.108,0.113 0.246,0.334 0.325,0.313c0.237,-0.05 0.45,-0.2 0.671,-0.313m-151.955,11.142c-0.116,-0.208 -0.237,-0.425 -0.354,-0.642c-0.112,0.109 -0.329,0.246 -0.312,0.33c0.05,0.233 0.2,0.45 0.312,0.67l0.354,-0.358Zm153.596,-115.779l0.354,-0.354c-0.22,-0.113 -0.433,-0.259 -0.666,-0.313c-0.084,-0.016 -0.221,0.2 -0.329,0.313c0.216,0.121 0.433,0.241 0.641,0.354m-15.612,199.629c-0.675,-0.725 -1.342,-0.725 -2.021,0c0.679,0.729 1.346,0.729 2.021,0m-143.813,-93.492c-0.487,-0.041 -0.925,0.067 -0.825,0.655c0.029,0.154 0.504,0.287 0.792,0.333c0.475,0.083 0.917,-0.054 0.817,-0.642c-0.03,-0.154 -0.509,-0.233 -0.784,-0.346m74.904,90.996c0.275,-0.116 0.759,-0.196 0.788,-0.35c0.1,-0.587 -0.342,-0.725 -0.821,-0.641c-0.283,0.05 -0.758,0.183 -0.787,0.337c-0.1,0.583 0.337,0.696 0.82,0.654m83.871,-173.487c0.675,0.725 1.338,0.725 2.017,0c-0.679,-0.729 -1.342,-0.729 -2.017,0m-151.812,51.996c0.675,0.725 1.341,0.725 2.016,0c-0.675,-0.73 -1.341,-0.73 -2.016,0m65.929,117.47c-0.117,-0.275 -0.192,-0.758 -0.35,-0.783c-0.583,-0.104 -0.725,0.342 -0.638,0.817c0.05,0.287 0.18,0.762 0.334,0.787c0.587,0.1 0.696,-0.333 0.654,-0.821m24.975,-292.458c-0.675,-0.725 -1.338,-0.725 -2.017,0c0.679,0.725 1.342,0.725 2.017,0m62.767,125.117c-0.121,-0.196 -0.242,-0.584 -0.388,-0.596c-0.446,-0.029 -1.017,-0.25 -1.275,0.321c-0.062,0.137 0.208,0.608 0.346,0.616c0.446,0.025 0.983,0.242 1.317,-0.341m-124.071,-117.763c0.583,-0.333 0.366,-0.875 0.341,-1.316c-0.008,-0.138 -0.479,-0.413 -0.616,-0.35c-0.571,0.258 -0.35,0.833 -0.321,1.275c0.012,0.15 0.396,0.27 0.596,0.391m122.212,105.638c0.675,0.725 1.338,0.725 2.017,0c-0.679,-0.729 -1.342,-0.729 -2.017,0m-90.925,176.983c1.046,0.792 2.046,0.792 3.088,0c-1.042,-0.787 -2.042,-0.787 -3.088,0m93.042,-108.883c-1.775,-0.55 -2.629,-0.317 -2.058,0.741c0.595,-0.216 1.329,-0.479 2.058,-0.741m-66.558,-183.292c1.095,-2.629 0.037,-2.471 -1.271,-2.037c0.4,0.641 0.783,1.258 1.271,2.037m-66.342,-5.8c-1.046,-0.787 -2.042,-0.787 -3.088,0c1.046,0.792 2.042,0.792 3.088,0m-19.171,175.338c-1.883,-0.775 -1.596,-2.167 -2.692,-2.592c0.371,0.933 -1.291,2.892 2.692,2.592m96.163,92.62c-1.08,-0.475 -1.305,-2.212 -3.267,-0.958c1.083,0.471 1.308,2.208 3.267,0.958m-97.005,-82.679c-0.154,-0.516 -0.379,-0.816 -0.995,-0.812c-0.921,0.008 -1.067,0.566 -0.992,1.25c0.054,0.5 0.35,0.796 0.967,0.791c0.929,-0.008 1.008,-0.57 1.02,-1.229m151.775,31.738c-1.495,-1.404 -1.495,-1.404 -2.62,0.329c0.9,0.083 1.837,0.517 2.62,-0.329m8.525,-83.529c-0.775,0.729 -0.433,1.412 -0.5,2.02c-0.1,0.938 0.58,1.042 1.238,0.967c0.883,-0.108 0.962,-0.917 0.704,-1.442c-0.296,-0.608 -0.95,-1.041 -1.442,-1.545m-47.27,-119.05c0.895,-0.634 2.112,1.041 2.779,-0.655c0.121,-0.312 -0.192,-1.133 -0.438,-1.195c-1.287,-0.338 -1.85,0.616 -2.341,1.85m-23.309,-4.596c0.271,0.271 0.379,0.396 0.504,0.5c0.671,0.591 1.171,1.658 2.33,0.941c0.2,-0.12 0.329,-0.55 0.304,-0.816c-0.159,-1.6 -1.429,-0.746 -2.221,-0.954c-0.117,-0.03 -0.275,0.091 -0.917,0.329m16.384,19.487l2.545,0c-1.279,-0.612 -0.295,-2.171 -1.4,-2.891c-0.333,0.958 -1.966,1.225 -1.145,2.891m-81.934,252.521c-0.379,0.688 -0.379,1.567 0.113,2.458c0.9,0.155 1.821,0.517 2.441,-0.091c-0.87,-0.804 -1.737,-1.613 -2.554,-2.367m17.346,-1.271c0.638,-1.425 0.608,-2.754 0.046,-4.133c-2.192,1 -2.192,1.367 -0.046,4.133m-1.662,13.217c-2.963,-0.25 -2.963,-0.25 -2.409,2.683c0.45,-0.062 0.959,0.175 1.334,-0.325c0.458,-0.612 1.35,-0.962 1.075,-2.358m22.537,7.637c-1.892,2.696 -1.887,3.492 -0.346,4.713c0.784,0.621 1.913,0.562 2.304,0.254c1.121,-0.896 -0.345,-1.375 -0.741,-1.629c-1.271,-0.825 -0.204,-2.258 -1.217,-3.338m29,-299.933c-0.529,0 -1.012,-0.012 -1.5,0.004c-1.229,0.046 -1.112,1.529 -0.858,1.538c2.487,0.079 1.458,2.371 2.15,3.371c3.516,-1.596 0.437,-3.259 0.208,-4.913m64.292,139.604c-1.138,0.721 -2.234,-0.154 -2.642,0.779c-0.137,0.321 0.829,1.13 1.371,1.809c1.217,-0.609 2.312,-1.15 3.392,-1.684c-0.33,-2.487 -1.042,-3.737 -1.867,-3.183c-0.083,0.742 -0.171,1.529 -0.254,2.279m-1.046,-6.958c0.55,1.112 1.125,2.283 1.704,3.462c2.35,-0.679 2.813,-2.041 2.175,-4.291c-1.279,0.575 -2.608,-0.471 -3.879,0.829m-156.642,30.354c0,-0.162 0.067,-0.392 -0.012,-0.479c-0.688,-0.75 -2.888,-0.738 -3.967,-0.063c-1.179,0.738 -1.117,1.871 -0.983,3.005c0.021,0.2 0.546,0.554 0.704,0.491c1.387,-0.541 1.95,-2.596 3.921,-2.154c0.05,0.008 0.221,-0.521 0.337,-0.8m85.225,127.15c0.775,4.321 3.721,-0.017 5.317,1.675c0.083,0.092 0.504,-1.1 0.312,-1.221c-1.025,-0.633 -2.125,-1.175 -3.25,-1.608c-1.179,-0.45 -1.754,0.571 -2.379,1.154m0.188,-7.242c0.391,-1.229 3.162,-0.508 2.446,-2.675c-0.517,-1.554 -2.05,-1.895 -3.796,-2.566c-0.05,1.946 -0.784,3.633 1.35,5.241m-20.359,-259.82c-0.258,1.554 -0.229,2.62 0.855,3.425c1.05,0.779 2.012,0.762 3.008,0c-0.133,-1.138 0.304,-2.292 -0.354,-3.425l-3.509,0Zm65.825,2.512c-0.079,-0.762 -0.062,-2.167 -0.25,-2.192c-1.891,-0.275 -3.533,-2.004 -6.05,-1.058c2.121,1.329 2.209,5.071 6.3,3.25m-133.312,142.242c-1.713,0.183 -3.104,0.121 -3.163,0.371c-0.395,1.72 -1.141,1.583 -2.354,0.804c-0.466,-0.296 -0.912,0.183 -1.029,0.696c-0.108,0.5 0.092,1.275 0.492,1.22c2.196,-0.295 4.096,2.184 6.366,0.671c0.884,-2.029 -1.366,-1.237 -1.837,-2.091c0.312,-0.342 0.629,-0.688 1.525,-1.671m128.937,-154.442c1.634,0.638 0.971,1.954 1.417,2.767c0.583,1.066 0.504,1.771 -0.05,2.708c-0.267,0.446 0.208,1.175 0.592,1.071c1.254,-0.325 1.683,1.779 3.066,0.875c0.492,-1.046 0.621,-2.008 -0.35,-3.029c-0.958,-1 0.196,-2.554 -0.875,-3.863c-1.295,1.05 -1.479,-1.491 -3.8,-0.529m-100.62,279.075c1.841,-1.471 2.241,1.333 3.77,0.308c0.663,-1.345 0.38,-2.437 -0.758,-3.416c-0.333,-0.292 -0.762,-0.471 -0.554,-1.404c0.604,-2.646 0.062,-2.984 -3.696,-2.505c1.504,1.825 1.408,3.892 1.238,7.017m72.55,-6.542c-0.084,-0.833 2.295,-0.633 0.825,-2.137c-0.675,-0.683 -0.446,-2.046 -2.15,-1.888c-1.959,0.184 -1.967,-1.987 -1.675,-2.804c0.529,-1.479 0.504,-2.716 0.175,-3.987l-4.55,0c-0.13,1.379 -0.642,2.737 0.308,3.787c1.262,1.396 -0.008,1.942 -0.667,2.779c-0.479,0.617 -1.8,-0.175 -1.804,1.125c-0.121,0.567 0.158,1.034 0.583,1.23c1.284,0.595 1.038,2.541 2.175,2.862c1.909,0.533 0.95,-2.1 2.284,-2.508c0.721,-0.217 1.425,-0.592 2.025,-1.05c0.354,-0.275 0.487,-0.438 0.721,-0.059c0.12,1.184 0.787,2.009 1.75,2.65m-37.346,-268.5c-1.704,2.559 -2.154,2.98 -4.613,4.521c-1.104,-0.529 -1.433,-2.321 -3.133,-1.879c-0.192,3.138 2.562,3.792 4.462,5.167c-0.525,1.008 -1.091,1.925 -0.879,3.054c0.088,0.467 -0.016,1.067 0.238,1.383c0.604,0.738 1.196,1.513 2.429,1.354c1.325,-0.175 2.067,-0.845 2.308,-2.07c0.125,-0.642 -0.029,-1.33 0.034,-1.988c0.095,-1.037 -2.042,-1.479 -0.63,-2.946c0.734,-0.766 1.846,-0.837 2.388,-1.466c-0.846,-1.663 -1.596,-3.146 -2.604,-5.13m37.787,290.542c0.892,-1.279 0.442,-2.85 0.917,-4.262c0.462,-1.392 -0.483,-2.684 -2.017,-2.667c-1.387,0.012 -2.079,-0.729 -3.2,-1.892l6.834,0c0.241,-0.629 0.516,-0.975 0.437,-1.191c-0.479,-1.292 2.196,-3.271 -0.933,-4.021c-1.438,-0.342 -2.692,-1.963 -4.288,-0.25c-0.621,0.666 -1.566,0.183 -2.358,0.275c-0.475,0.058 -1.183,-0.1 -1.279,0.446c-0.438,2.512 -3.042,3.287 -4.079,5.241c-0.209,0.884 0.512,1.367 1.025,1.834c-1.463,1.15 -4.13,-0.775 -4.296,2.245c-1.959,0.08 -4.246,0.83 -5.779,0.063c-1.667,-0.833 -3.455,-0.404 -4.817,-1.017c-1.063,-3.171 3.8,-0.425 2.771,-3.412c-0.938,-0.863 -2.163,-0.409 -3.238,-0.346c-2.687,0.158 -3.446,2.037 -1.816,4.292c0.458,0.633 1.37,0.995 1.062,2.325c-1.125,0.637 -3.092,0.158 -3.933,1.829c-0.088,0.171 -0.584,0.35 -0.663,0.279c-2.096,-1.925 -5.221,0.387 -7.241,-1.771c-2.896,0.338 -4.492,-1.15 -5.342,-3.754c-0.088,-0.283 -0.446,-0.479 -0.713,-0.746c0.671,-0.346 1.846,-0.612 1.913,-1.042c0.375,-2.512 1.546,-4.879 1.129,-7.554c-0.337,-2.162 -0.154,-2.075 -3.079,-1.933c-2.975,0.142 -5.967,0.029 -9.175,0.029l0.221,0c-0.092,-0.258 -0.142,-0.542 -0.284,-0.767c-0.166,-0.266 -0.47,-0.2 -0.591,0.188c-0.042,0.137 0.279,0.383 0.654,0.579c-0.892,1.733 -2.408,3.304 -1.788,5.675c0.263,0.992 -0.645,1.408 -1.245,2.1c-1.33,0.067 -1.496,-2.079 -2.95,-1.758c-1.05,0.229 -2.725,-0.946 -2.955,1.475c-0.041,0.454 -1.979,-1.042 -3.204,-0.484c-0.491,0.221 -0.479,0.725 -0.666,1.146c-0.309,0.696 -0.921,1.259 -1.371,1.834c-2.221,-0.775 -0.771,-4.275 -3.542,-4.496c0.3,-0.338 0.613,-0.684 1.338,-1.492c-2.196,0 -4.025,0.267 -5.742,-0.062c-2.192,-0.425 -3.133,1.37 -4.292,2.137c-2.071,-0.362 -0.733,-2.654 -2.358,-2.617c0.104,-1.962 2.079,-2.275 2.246,-4.016c0.087,-0.917 0.758,0.466 1.683,0.558c-0.55,-2.358 1.313,-4.337 1.063,-6.875l-4.634,0c-0.633,1.275 -0.721,2.463 0.834,3.388c-2.813,1.554 -4.4,-1.359 -6.675,-1.609c-1.4,2.184 0.666,3.463 0.987,5.029c1.388,0.496 1.875,-1.662 3.213,-0.75c-1.663,2.525 1.937,4.925 -0.542,7.805c-2.642,0.733 -5.179,-1.655 -8.129,-2.184c0.404,-3.329 0.404,-3.329 3.771,-4.041c0.245,-0.825 -0.68,-1.334 -0.921,-1.338c-2.634,-0.087 -3.867,-1.796 -4.684,-4.121c0.517,-0.862 1.721,0.096 2.513,-0.479c0.404,-0.237 0.404,-0.525 -0.071,-0.696c-0.583,-0.204 -1.237,-0.121 -1.717,-0.704c-0.516,-0.625 -1.337,-1.192 -0.691,-2.042c0.316,-0.42 1.091,-0.495 1.908,-0.825c-2.246,-1.895 -3.062,-4.204 -3.217,-7.1c-0.17,-3.166 -3.012,-5.341 -4.158,-8.229c-2.754,0.067 -0.967,-3.133 -2.721,-3.787c0.109,-3.942 -1.846,-7.196 -3.6,-10.496c-0.508,-0.963 -0.75,-2.008 -0.071,-2.679c1.617,-1.6 0.18,-2.829 -0.75,-3.046c-2.42,-0.571 -1.625,-1.863 -1.095,-3.167c0.52,-1.283 0.837,-2.937 1.812,-3.691c2.338,-1.792 2.138,-4.296 1.546,-6.296c-0.579,-1.967 -0.088,-3.192 1.012,-4.342c1.367,-1.433 1.275,-2.404 0.371,-4.233c-0.854,-1.725 -2.233,-3.325 -2.308,-5.563c-0.071,-2.104 -2.3,-1.762 -3.7,-2.162c-0.717,-1.7 0.321,-3.496 -0.975,-5.225c-0.867,-1.163 1.033,-2.729 0.85,-4.459c-0.25,-2.35 -0.004,-2.375 1.917,-4.075l3.604,0c0.812,-1.987 0.633,-3.737 -1.225,-5.112c-2.317,-1.717 -3.029,-4.25 -4.046,-6.817c-0.796,-2.008 2.083,-3.408 0.35,-4.762c-1.767,-1.379 -1.7,-3.029 -1.688,-4.846c0.021,-2.496 -0.087,-4.996 0.03,-7.488c0.162,-3.57 -0.484,-6.95 -1.767,-10.27c-0.333,-0.867 -0.238,-1.921 -0.246,-2.892c-0.021,-3.829 0.033,-7.658 -0.033,-11.488c-0.021,-1.241 0.183,-2.425 -0.675,-3.737c-0.659,-1.017 -0.375,-2.871 -0.067,-4.254c0.763,-3.421 0.542,-3.354 -0.071,-7.788c-0.466,-3.375 -0.829,-7 0.271,-10.283c0.504,-1.5 -0.596,-2.163 -0.604,-3.338c-0.008,-1.42 2.104,-2.225 0.754,-3.929c-1.058,-1.337 -1.175,-3.004 0.296,-4.366c-1.188,-1.15 -0.854,-2.634 -0.871,-4.034c-0.025,-1.5 0.35,-3.108 -0.071,-4.475c-1.533,-4.983 -0.791,-10.058 -0.908,-15.091c-0.117,-4.992 0.258,-10.013 -0.125,-14.98c-0.267,-3.504 1.392,-6.658 1.1,-10.083c-0.013,-0.158 -0.05,-0.396 0.037,-0.471c1.117,-0.991 1.28,-2.479 1.959,-3.696c-1.679,-1.22 0.216,-2.412 0.071,-3.67c-0.188,-1.571 0.995,-0.288 1.195,-0.396c1.384,-0.75 3.367,-0.704 3.788,-2.921c0.267,-1.417 1.525,-1.796 3.025,-1.846c3.429,-0.121 5.829,-2.283 5.825,-5.583c-0.004,-2.825 0.583,-5.325 2.2,-7.338c-0.65,-1.687 -2.067,-1.829 -3.329,-2.65c1.796,-0.462 3.496,-0.7 5.2,-2.216c0,-0.696 -0.134,-2.013 0.037,-3.284c0.188,-1.421 -0.683,-2.683 -1.546,-2.771c-2.879,-0.287 -1.287,-2.358 -1.341,-3.408c-0.042,-0.883 1.079,-1.912 2.521,-1.725c0.966,0.125 1.966,0.025 3.125,0.025c0.058,1.258 -1.23,1.463 -1.5,2.246c-0.255,0.729 -0.25,1.546 -0.342,2.217c0.8,0.866 2.204,0.733 2.362,0.479c0.659,-1.038 1.18,-2.071 2.53,-2.292c-1.913,-1.442 0.233,-2.729 0.166,-4.108c-0.075,-1.609 1.5,-2.759 1.213,-4.525c1.483,1.416 3.121,2.533 1.821,4.887c-0.455,0.825 0.829,1.267 1.25,1.925c1.466,-0.483 1.85,-1.554 1.691,-2.954c-0.337,-3.096 0.254,-6.042 1.563,-9c0.762,1.404 0.133,3.467 2.516,4.188c3.155,-2.121 3.634,-6.717 7.155,-8.588c-2.159,-4.75 -5.196,-1.062 -7.817,-1.5c-0.692,-3.45 -4.167,-4.062 -7.475,-6.175c2.583,-0.779 4.25,-1.521 5.979,-1.742c2.392,-0.312 2.95,0.725 1.971,3.625c2.229,0.53 4.692,0.425 6.517,2.155c0.362,0.341 1.441,0.404 1.879,0.12c3.608,-2.354 5.95,-0.133 8.304,2.159c0.237,0.233 0.471,0.471 0.704,0.708c2.375,-0.804 1.5,-2.783 1.696,-4.3c-0.767,-0.917 -1.663,-0.346 -2.45,-0.537c-0.788,-0.613 -0.821,-2.905 -0.075,-3.988c0.783,-1.142 2.012,-1.346 3.025,-0.871c0.992,0.463 1.712,1.509 2.579,2.325c-1.142,0.684 -1.129,1.659 -1.112,2.671c0.033,1.996 0.05,3.996 -0.009,5.992c-0.025,0.925 -0.891,1.4 -1.512,1.829c-0.55,0.383 -1.125,-0.329 -1.696,-0.583c-1.033,-0.463 -1.721,-0.934 -2.1,-2.1c-0.204,-0.621 -0.896,-1.421 -2.008,-1.242c-1.021,0.912 -0.875,3.083 -3.063,3.05c-0.504,-0.008 -0.508,0.392 -0.446,3.596c1.454,0.958 3.242,-0.292 4.696,0.671c0.254,0.637 -0.108,1.716 -0.333,1.533c-2.446,-1.983 -3.004,-0.3 -3.554,1.646c-0.075,0.279 -0.446,0.479 -0.759,0.787c0.142,0.979 1.025,1.475 1.679,2.013c1.288,1.058 3.105,0.833 4.4,-0.046c1.238,-0.842 1.525,-3.263 2.517,-3.104c2.354,0.375 1.942,-1.771 2.983,-2.463c0.392,-0.258 0.696,-0.562 1.184,-0.758c1.608,-0.65 3,-1.454 1.121,-3.471c-0.555,-0.592 0.108,-1.217 1.112,-1.575c0.958,-0.35 1.296,-1.687 1.354,-2.837c-2.062,0.454 -1.208,-2.009 -2.408,-2.425c-0.017,-0.009 0.033,-0.221 0.05,-0.342c0.125,-0.1 0.262,-0.292 0.379,-0.283c4.392,0.387 4.413,0.416 8.533,-2.684c0.655,-0.491 1.259,-0.196 1.871,-0.329c-0.183,0.942 0.154,1.871 -0.3,2.875c-0.933,2.088 0.146,4.05 2.254,4.058c1.363,0.005 2.167,0.53 3.063,1.621c-1.171,0.8 -2.463,0.396 -3.642,0.425c-4.216,0.104 -4.216,0.075 -4.379,4.767c2.508,0.329 4.854,1.179 6.533,3.283c0.1,0.125 0.246,0.221 0.346,0.354c0.963,1.284 2.196,1.684 3.825,1.675c1.988,-0.012 1.067,-2.133 2.221,-2.616c-0.312,-0.509 -0.821,-0.421 -1.308,-0.446c-0.467,-0.025 -0.934,-0.096 -1.738,-0.183c0.609,-2.205 -1.304,-5 2.617,-5.959c1.317,-0.325 -0.033,-2.454 0.733,-3.587c1.125,-0.809 2.621,0.354 3.692,-0.684c-0.179,-0.62 -1.1,-0.77 -0.933,-1.583c2.7,0.258 5.541,-0.712 8.104,0.954c0.162,0.104 0.729,-0.608 1.154,-0.687c0.954,-0.184 1.312,0.758 1.671,1.316c0.3,0.471 0.175,1.384 -0.779,1.405c-1.2,0.025 -1.5,0.837 -0.992,1.55c0.321,0.454 0.683,2.166 2.092,0.8c0.47,-0.455 1.512,-0.321 2.35,-0.467c1.612,-2.233 -1.055,-4.15 -0.588,-6.454c2.496,-0.842 5.025,-1.542 7.808,-1.475c2.775,0.066 4.634,3.2 7.496,1.958c1.188,0.804 0.192,2.054 0.879,2.804c0.442,0.488 0.792,0.688 0.18,1.463c-1.48,1.875 -3.646,3.712 -1.571,6.5c-2.767,2.962 1.546,1.933 1.8,3.196c1.004,-1.867 1.679,0.545 2.746,0.22c1.22,-0.37 2.637,-0.083 4.483,-0.083c0.662,0.867 1.554,2.021 2.662,3.463c0.109,-1.313 2.271,-1.375 0.75,-2.667c-0.458,-0.392 -0.416,-0.967 -0.208,-1.342c0.838,-1.521 1.879,-2.916 1.117,-4.875c-0.113,-0.287 0.912,-1.141 1.533,-1.541c0.383,-0.246 0.888,0.075 1.271,0.462c1.833,1.867 1.858,1.867 4.042,-0.075c0.57,-0.508 1.216,-0.712 1.683,-0.133c0.783,0.975 1.779,0.637 2.721,0.708c1.212,-0.692 -0.167,-2.321 1.237,-3.083c3.288,0.629 1.854,4.337 3.834,6.108c2.966,-0.225 6.329,0.763 8.929,-2.008c0.816,0.779 2.008,1.512 1.466,2.821c-0.587,1.425 -0.979,3.029 -2.341,4.008c-0.088,0.058 -0.504,-0.229 -0.679,-0.433c-0.563,-0.659 -0.863,-0.1 -0.888,0.287c-0.021,0.421 0.404,1.246 0.433,1.238c1.909,-0.575 3.242,1.137 5.055,1.304c1.241,0.112 2.1,2.321 4.558,2.1c-0.083,0.096 0.9,-0.579 0.808,-1.029c-0.308,-1.521 -1.183,-2.821 -2.112,-4.121c-1.017,-1.429 -2.559,2.254 -2.6,-0.242c-0.021,-1.183 0.554,-2.104 -0.684,-2.975c-0.966,-0.692 0.234,-0.937 0.413,-1.396c0.375,-0.975 -0.292,-1.508 -1.096,-2.221c4.179,-1.325 7.058,1.009 10.108,2.93c-1.179,1.904 -2.558,3.3 -5.095,2.65c1.216,2.47 2.987,2.029 4.608,2.058c1.25,0.954 -0.375,2.933 1.6,3.454c-1.046,1.046 -2.288,-0.017 -3.004,1c1.712,0.342 2.033,1.971 2.896,3.108c-0.705,1 -1.938,-0.037 -2.705,0.692c-0.391,6.225 -0.645,7.158 2.888,11.046c2.625,2.883 3.854,6.117 4.746,9.575c0.358,1.392 0.85,2.725 1.487,3.887c1.034,1.863 1.871,3.642 1.65,5.838c-0.091,0.929 -0.25,1.896 0.725,2.7c1.813,1.504 1.679,3.217 0.417,5.133c-0.4,0.604 -0.55,1.4 -1.096,2.038c-2.846,3.333 -2.825,3.925 -0.071,7.304c-0.066,0.304 -0.025,0.708 -0.208,0.904c-3.183,3.383 -3.492,3.521 -1.683,7.383c1.195,2.55 1.65,5.963 5.129,6.95c0.283,0.08 0.75,0.455 0.721,0.509c-1.021,2.308 2.133,4.171 0.391,6.866c-1.15,1.788 -0.05,4.721 -1.937,6.609c-1.209,0.566 -1.467,-1.329 -3.125,-0.838c-0.492,0.575 -1.313,1.534 -2.071,2.425c0.679,2.429 3.662,2.975 4.542,5.384c0.079,0.225 1.512,0.1 1.195,0.987c-0.783,2.179 2.592,4.1 0.3,6.296c-0.087,0.079 -0.175,0.312 -0.145,0.333c3.208,2.634 0.775,6.838 2.733,9.888c0.533,0.829 0.279,2.283 0.125,3.416c-0.617,4.446 0.396,8.846 1.262,13.034c0.717,3.45 0.367,6.779 0.771,10.129c0.225,1.879 -0.65,3.892 0.925,5.642c0.417,0.462 -0.037,1.625 0.084,2.441c0.262,1.734 -0.825,3.292 -0.15,5.217c0.62,1.783 0.129,3.954 0.129,5.95l0,6c0,2 -0.125,4.008 0.041,5.996c0.142,1.716 -0.42,3.408 0.746,5.204c0.8,1.237 -1.037,2.696 -1.712,4.15c0.516,0.183 1.096,0.387 1.983,0.696c-0.725,6.766 1.354,13.458 1.025,20.371c-0.371,7.812 -0.083,15.658 -0.083,23.487c0,1 0.25,2.088 -0.054,2.979c-0.55,1.592 -2.009,2.804 -1.955,4.692c0.05,1.629 0.009,3.262 0.009,4.896c-1.084,0.116 -1.396,-1.192 -2.25,-0.767c-0.95,0.471 -2.684,1.271 -2.613,1.592c0.792,3.441 -3.05,1.662 -3.641,3.387c-3.684,-0.321 -4.513,2.667 -5.325,5.117c-0.305,0.912 -1.834,2.375 -0.188,3.662c0.1,0.08 -0.25,0.855 -0.492,1.234c-2.208,3.437 -2.208,3.454 2.042,5.862c-2.292,-0.096 -3.733,0.884 -5.508,1.509c0,1.079 0.1,2.229 -0.025,3.358c-0.167,1.496 0.366,2.692 1.662,3.212c1.709,0.68 1.85,2.184 2.542,3.421c-2.263,1.5 -4.492,2.038 -7.333,1.363c1.112,-1.421 3.116,-2.404 1.912,-4.479c-2.542,-1.884 -2.529,2.141 -4.408,1.933c-0.429,-0.046 -0.317,0.317 -0.009,0.683c1.534,1.842 0.421,3.575 -0.341,5.296c-0.229,0.521 -0.709,0.996 -0.75,1.517c-0.034,0.387 1.262,0.766 0.104,1.283c-0.417,0.183 -0.875,-0.083 -1.317,-0.396c-1.158,-0.808 -1.487,-2.154 -0.937,-3.041c1.296,-2.096 -0.409,-3.059 -1.342,-4.18c-0.608,-0.733 -1.754,-0.591 -2.642,0.042c-2.27,1.613 -4.008,5.904 -3.166,8.925c0.408,1.471 -1.3,1.8 -0.967,3.054c0.2,0.746 0.038,1.592 0.038,2.204c-1.188,0.838 -1.755,0.23 -2.146,-0.212c-1.209,1.204 -2.425,2.417 -3.813,3.796c0.225,1.508 1.467,1.9 3.134,1.858c1.458,-0.033 2.908,0.096 3.695,-1.158c2.28,0.804 1.871,3.508 3.655,4.071c1.47,0.466 2.775,1.454 4.616,1.091c-0.825,1.392 -1.766,1.767 -2.816,2.209c-3.705,1.579 -4.692,1.129 -5.492,-2.909c-0.517,-0.633 -1.238,-0.312 -1.85,-0.308c-1.875,0.021 -3.163,-1.804 -4.671,-1.85c-1.596,-0.05 -3.304,1.296 -5.058,0.775c-1.304,-0.383 -2.709,-0.783 -3.704,-1.896c-0.538,-0.6 -1.034,-1.358 -2.15,-0.967c-0.634,1.13 -0.421,2.384 -0.184,3.805c0.804,0.062 1.592,0.129 2.392,0.191c0.787,0.846 0.508,1.934 0.354,2.817c-0.321,1.862 -2.225,2.712 -4.221,2.104c-1.287,-0.392 -2.371,-2.292 -1.516,-3.554c1.008,-1.5 0.725,-2.308 0.045,-3.879c-1.266,-2.929 0.43,-4.796 3.455,-4.596c1.141,0.075 1.183,0.592 1.375,1.508c0.137,0.659 1.041,1.146 1.666,1.775c1.813,-0.604 2.475,-3.329 4.65,-2.125c1.15,-1.225 -1.141,-1.416 -0.479,-2.591c0.304,-0.542 0.363,-1.605 -0.075,-2.171c-1.517,-1.271 -4.183,1.187 -4.958,-1.754c0.891,-0.992 1.062,0.225 1.533,0.283c1.229,0.158 2.417,0.6 2.8,-1.5c0.317,-1.7 -0.046,-2.804 -1.183,-3.838c-1.213,-1.1 -2.342,-0.825 -3.409,0.305c-1.025,1.083 -2.104,2.116 -3.054,3.07c-1.354,0.667 -1.6,-1.258 -2.716,-0.929c-0.896,0.263 -1.417,1.329 -2.925,1.088c0.487,2.433 -0.755,4.837 0.779,7.15c0.521,0.787 -0.492,1.062 -0.867,1.366c-2.267,1.855 -2.329,1.909 -0.917,3.792c0.475,0.633 1.359,1.025 1.038,2.121c-0.621,0.721 -1.188,0.512 -2.004,0c-1.021,-0.638 -2.475,-1.475 -2.909,0.608c-0.408,1.929 -2.816,-0.141 -2.995,1.579c-0.259,2.484 -2.038,0.855 -3.034,1.292" style="fill:#ae3539;fill-rule:nonzero;"/><path d="M27.843,22.745c3.996,0.25 4.062,0.258 4.192,-0.467c0.204,-1.183 -0.963,-1.508 -1.492,-2.237c-0.8,0.804 -1.596,1.596 -2.7,2.704m4.325,-8.421c-1.725,1.158 -2.542,1.704 -3.317,2.225c1.084,1.458 2.517,2.554 4.617,3.592c1.146,-1.046 0.058,-3.367 2.267,-3.992c1,1.879 -0.925,5.025 2.875,6.275c-3.005,1.075 -1.946,4.129 -3.925,5.463c-1.092,-0.134 -0.246,-2.33 -1.971,-1.875c-0.588,0.154 -1.488,0.204 -1.634,-0.592c-0.487,-2.775 -2.162,-1.508 -3.079,-0.7c-1.075,0.946 -2.029,1.575 -3.483,1.287c-0.988,-0.679 -0.058,-1.875 -0.663,-2.675c-1.308,-0.791 -2.375,-0.25 -3.42,0.646c-0.875,-1.6 -0.488,-2.829 1.341,-3.896c0.409,0.63 0.917,1.425 1.525,2.371c0.709,-0.875 1.113,-1.375 1.625,-2.012c-0.816,-1.038 -2.529,-1.9 -1.641,-4.204c2.595,0.4 4.491,-2.65 8.883,-1.913" style="fill:#ae3539;fill-rule:nonzero;"/><path d="M162.702,312.77c0.654,-2.021 -0.712,-1.821 -1.8,-1.738c-0.971,0.079 -1.521,0.779 -1.896,1.746c1.309,0.342 2.521,0.429 3.696,-0.008m-2.662,7.029c1.07,-0.863 2.554,-1.388 1.829,-3.138c-0.65,-1.579 -3,-2.979 -4.275,-2.641c-0.834,0.22 -0.792,0.9 -0.634,1.545c0.117,0.484 1.325,0.588 0.471,1.417c-0.35,0.338 -0.646,0.733 -0.991,1.129c-0.771,-1.375 -1.55,-2.412 -0.65,-4.129c0.704,-1.337 -1.667,-0.437 -1.892,-2.075c0.754,-1.617 3.442,-3.046 1.342,-6.425c2.05,0.975 1.304,3.108 3.208,2.542c0.296,-0.088 0.892,-0.088 0.942,0.037c1.212,3.088 2.65,2.15 4.541,0.529c0.913,-0.775 2.517,-1.77 3.092,0.934c0.342,1.612 2.25,1.6 3.762,1.487c0.875,-0.066 1.159,0.438 1.08,1.196c-0.096,0.938 -0.913,0.613 -1.45,0.846c-1.4,0.604 -1.709,-1.788 -3.221,-0.917c-1.367,2.021 1.75,2.325 1.783,4.3c-2.542,2.009 -5.567,3.042 -8.937,3.363" style="fill:#ae3539;fill-rule:nonzero;"/><path d="M122.936,25.721c0,-1.075 -0.042,-2.204 0.008,-3.329c0.079,-1.662 -0.05,-3.087 -1.421,-4.437c-0.816,-0.805 -1.808,-2.692 0.946,-3.005c0.879,-0.1 -0.046,-2.158 1.625,-1.887c2.229,1.733 2.271,5.492 6.154,6.392c-1.354,0.666 -3.379,1.52 -3.083,1.866c1.029,1.221 -0.042,1.896 -0.262,2.721c-0.534,1.979 -1.909,2.392 -3.967,1.679" style="fill:#ae3539;fill-rule:nonzero;"/><path d="M70.738,318.786c-1.041,1.208 -2.708,2.108 -3.029,4.171c-2.746,-1.371 -1.871,-5.85 -6.462,-6.317c3.208,-0.929 2.321,-3.546 3.583,-5.163c0.579,-0.741 0.629,-1.462 1.846,-1.512c1.937,-0.075 1.021,2.208 2.325,2.546c-3.058,3.091 0.896,3.983 1.737,6.275" style="fill:#ae3539;fill-rule:nonzero;"/><path d="M74.995,10.035c1.825,-0.308 3.891,0.725 5.558,-0.85c0.425,1.617 1.479,2.813 3.537,3.271c-3.27,1.813 -6.129,-0.575 -9.095,-0.421l0,-2Z" style="fill:#ae3539;fill-rule:nonzero;"/><path d="M87.979,16.035c-0.934,-0.121 -1.925,0.283 -2.804,-0.313c-1.025,-1.354 1.779,-2.183 0.587,-3.308c-1.079,-1.012 -0.587,-2.012 -0.929,-3.4c1.317,0.417 2.15,1.1 2.067,1.883c-0.121,1.167 1.216,2.392 0.725,2.817c-1.43,1.225 0.845,1.508 0.354,2.321" style="fill:#ae3539;fill-rule:nonzero;"/><path d="M169.794,305.844l-3.687,0c-0.963,-2.537 1.996,-1.5 2.283,-2.821c0.529,0.742 1.679,1.084 1.404,2.821" style="fill:#ae3539;fill-rule:nonzero;"/><path d="M25.168,28.464c-0.267,2.237 -2.288,1.208 -2.713,2.537c-0.471,-0.946 -0.517,-1.941 -1.487,-2.579c1.45,-0.558 2.775,-0.608 4.2,0.042" style="fill:#ae3539;fill-rule:nonzero;"/><path d="M12.122,47.037c-0.95,0.058 -1.108,-0.546 -1.029,-1.233c0.058,-0.504 0.35,-0.796 0.967,-0.792c0.925,0.008 1.07,0.567 0.995,1.25c-0.058,0.5 -0.35,0.888 -0.933,0.775" style="fill:#ae3539;fill-rule:nonzero;"/><path d="M21.563,45.077c-0.788,-1.045 -0.788,-2.045 0,-3.091c0.787,1.046 0.787,2.046 0,3.091" style="fill:#ae3539;fill-rule:nonzero;"/><path d="M179.528,270.155c-0.53,0.508 -1.05,1.004 -1.505,1.437c-0.454,-1.175 -0.212,-1.887 1.505,-1.437" style="fill:#ae3539;fill-rule:nonzero;"/><path d="M73.07,9.437c0.692,-0.621 1.675,-0.658 1.838,0.15c0.208,1.021 -0.884,0.15 -1.325,0.421c-0.038,0.021 -0.33,-0.363 -0.513,-0.571" style="fill:#ae3539;fill-rule:nonzero;"/><path d="M179.721,287.637c-0.338,0.588 -0.875,0.367 -1.317,0.342c-0.141,-0.008 -0.412,-0.475 -0.35,-0.612c0.259,-0.575 0.829,-0.35 1.275,-0.321c0.146,0.008 0.267,0.396 0.392,0.591" style="fill:#ae3539;fill-rule:nonzero;"/><path d="M169.878,289.995c0.042,0.488 -0.067,0.921 -0.654,0.821c-0.154,-0.029 -0.284,-0.504 -0.334,-0.787c-0.083,-0.479 0.055,-0.921 0.642,-0.821c0.154,0.029 0.233,0.512 0.346,0.787" style="fill:#ae3539;fill-rule:nonzero;"/><path d="M12.928,62.656c-0.338,0.587 -0.875,0.366 -1.317,0.341c-0.137,-0.008 -0.412,-0.475 -0.35,-0.612c0.259,-0.575 0.834,-0.35 1.275,-0.321c0.146,0.008 0.271,0.396 0.392,0.592" style="fill:#ae3539;fill-rule:nonzero;"/><path d="M11.929,55.387c-0.116,0.208 -0.237,0.429 -0.354,0.645c-0.112,-0.112 -0.333,-0.245 -0.312,-0.329c0.054,-0.233 0.2,-0.45 0.312,-0.671l0.354,0.355Z" style="fill:#ae3539;fill-rule:nonzero;"/><path d="M58.871,25.39c-0.116,0.208 -0.237,0.429 -0.354,0.645c-0.112,-0.112 -0.333,-0.245 -0.312,-0.329c0.05,-0.237 0.2,-0.45 0.312,-0.671l0.354,0.355Z" style="fill:#ae3539;fill-rule:nonzero;"/><path d="M12.218,37.389c0.133,-0.133 0.246,-0.246 0.354,-0.354c0.113,0.221 0.258,0.433 0.313,0.671c0.02,0.079 -0.2,0.216 -0.313,0.325c-0.117,-0.213 -0.237,-0.434 -0.354,-0.642" style="fill:#ae3539;fill-rule:nonzero;"/><path d="M40.683,22.889c-0.209,-0.117 -0.43,-0.237 -0.646,-0.354c0.112,-0.113 0.246,-0.333 0.329,-0.313c0.233,0.055 0.45,0.2 0.671,0.313c-0.109,0.108 -0.221,0.221 -0.354,0.354" style="fill:#ae3539;fill-rule:nonzero;"/><path d="M179.22,277.158c0.209,0.117 0.43,0.237 0.646,0.354c-0.112,0.113 -0.246,0.333 -0.329,0.317c-0.233,-0.054 -0.45,-0.204 -0.671,-0.317c0.109,-0.108 0.221,-0.221 0.354,-0.354" style="fill:#ae3539;fill-rule:nonzero;"/><path d="M133.503,308.092c0.117,0.117 0.329,0.28 0.308,0.317c-0.116,0.217 -0.25,0.488 -0.45,0.583c-0.421,0.209 -0.625,0 -0.421,-0.42c0.1,-0.205 0.371,-0.321 0.563,-0.48" style="fill:#ae3539;fill-rule:nonzero;"/><path d="M9.63,218.019c-0.154,-0.196 -0.471,-0.446 -0.429,-0.584c0.121,-0.383 0.425,-0.45 0.587,-0.187c0.142,0.229 0.196,0.512 0.288,0.771l-0.446,0Z" style="fill:#ae3539;fill-rule:nonzero;"/><path d="M132.923,309.457c-0.196,0.155 -0.446,0.471 -0.583,0.43c-0.384,-0.121 -0.45,-0.425 -0.188,-0.588c0.229,-0.142 0.513,-0.196 0.771,-0.287l0,0.445Z" style="fill:#ae3539;fill-rule:nonzero;"/><path d="M183.216,270.871c-0.133,-0.133 -0.246,-0.246 -0.354,-0.354c0.221,-0.112 0.433,-0.262 0.671,-0.317c0.079,-0.016 0.216,0.205 0.325,0.317c-0.213,0.117 -0.434,0.238 -0.642,0.354" style="fill:#ae3539;fill-rule:nonzero;"/><path d="M181.507,291.869c-0.208,-0.117 -0.429,-0.237 -0.646,-0.354c0.113,-0.113 0.246,-0.333 0.329,-0.317c0.234,0.054 0.45,0.204 0.671,0.317c-0.108,0.108 -0.221,0.221 -0.354,0.354" style="fill:#ae3539;fill-rule:nonzero;"/><path d="M7.223,63.386c0.134,-0.133 0.246,-0.246 0.355,-0.354c0.112,0.221 0.262,0.438 0.312,0.671c0.021,0.083 -0.2,0.217 -0.312,0.329c-0.117,-0.217 -0.238,-0.437 -0.355,-0.646" style="fill:#ae3539;fill-rule:nonzero;"/><path d="M151.543,311.156c0.133,0.134 0.246,0.246 0.354,0.354c-0.221,0.113 -0.433,0.259 -0.667,0.313c-0.083,0.021 -0.216,-0.2 -0.329,-0.313c0.217,-0.12 0.434,-0.241 0.642,-0.354" style="fill:#ae3539;fill-rule:nonzero;"/></g><g id="icon-tele"><path d="M97.403,106.744c-1.37,0.542 -2.817,1.232 -4.32,1.956c-1.383,0.665 -2.844,1.327 -4.22,2.177c-1.332,0.822 -2.535,1.875 -3.753,2.899c-1.204,1.013 -2.302,2.132 -3.27,3.396c-0.946,1.235 -1.828,2.537 -2.446,4.036c-0.578,1.401 -0.991,2.923 -1.209,4.575" style="fill:#f7f3f0;fill-rule:nonzero;stroke:#f7f3f0;stroke-width:4.17px;"/><path d="M85.773,206.094c0.03,2.769 1.305,5.233 3.269,6.999c1.893,1.703 4.444,2.811 7.268,2.781" style="fill:#f7f3f0;fill-rule:nonzero;stroke:#f7f3f0;stroke-width:4.17px;"/><path d="M123.719,93.533c0.294,2.164 0.577,4.381 0.805,6.596c0.103,1.098 0.247,2.234 0.266,3.268c0.036,1.054 0.039,2.102 0.033,3.143c-0.01,2.084 -0.056,4.139 0.057,6.179c0.102,2.054 0.276,4.144 0.245,6.266c-0.009,2.168 -0.44,4.256 -0.734,6.275c-0.329,2.02 -0.371,4.007 -0.334,6.093c0.043,2.057 0.022,4.242 -0.329,6.333c-0.316,2.093 -0.791,4.116 -1.063,6.118l-0.065,0.486l-0.445,0.168c-1.441,0.541 -2.742,0.539 -4.041,0.582c-1.295,0.027 -2.568,-0.006 -3.836,-0.052c-2.562,-0.054 -5.113,-0.32 -7.598,-0.535c-1.254,-0.111 -2.461,-0.198 -3.673,-0.214c-1.213,-0.007 -2.426,0.012 -3.616,0.099c-0.59,0.043 -1.187,0.117 -1.713,0.199c-0.284,0.049 -0.404,0.079 -0.629,0.161c-0.202,0.07 -0.366,0.162 -0.53,0.266c-0.633,0.404 -1.198,1.246 -1.623,2.256c-0.22,0.497 -0.392,1.047 -0.558,1.597l-0.225,0.848c-0.064,0.264 -0.115,0.522 -0.159,0.802c-0.174,1.113 -0.237,2.356 -0.32,3.614c-0.077,1.258 -0.175,2.557 -0.322,3.836l-0.438,3.744c-0.135,1.234 -0.245,2.46 -0.317,3.685c-0.074,1.291 -0.19,2.554 -0.291,3.8c-0.108,1.245 -0.205,2.476 -0.26,3.702l-0.09,3.762c-0.06,2.506 -0.075,5.044 -0.256,7.579c-0.075,1.259 -0.154,2.502 -0.194,3.732c-0.048,1.24 -0.018,2.402 0.073,3.638c0.086,1.223 0.225,2.466 0.333,3.746c0.114,1.287 0.15,2.591 0.176,3.844c0.029,1.257 0.05,2.491 0.193,3.652c0.131,1.14 0.454,2.244 0.935,3.254c0.489,0.993 1.168,1.845 2.041,2.402c0.22,0.135 0.446,0.262 0.685,0.365c0.12,0.049 0.239,0.104 0.365,0.142l0.186,0.063l0.122,0.03c0.45,0.076 1.085,0.086 1.681,0.077c2.461,-0.04 4.928,-0.314 7.502,-0.455c2.559,-0.115 5.028,-0.097 7.491,-0.386l3.755,-0.384l1.889,-0.185c0.649,-0.051 1.239,-0.12 1.985,-0.116l0.605,0.002l0.172,0.586l1.718,5.846c0.309,0.949 0.531,2.019 0.692,3.026l0.441,3.005l2.037,11.925c0.365,1.961 0.845,3.937 1.12,5.999c0.268,2.074 0.281,4.126 0.284,6.153c-0.001,1.012 -0.006,2.018 0.014,3.014c0.027,0.986 0.052,2.046 0.028,3.06c-0.035,2.047 -0.178,4.069 -0.23,6.062l-0.018,0.724l-0.729,0.08c-4.953,0.544 -9.978,0.608 -14.959,0.136c-2.501,-0.261 -4.938,-0.592 -7.419,-1.074c-1.237,-0.247 -2.461,-0.541 -3.687,-0.912c-1.224,-0.379 -2.408,-0.843 -3.563,-1.344c-2.302,-1.028 -4.502,-2.083 -6.741,-3.247c-2.218,-1.173 -4.395,-2.545 -6.34,-4.203c-1.95,-1.64 -3.678,-3.502 -5.321,-5.346c-1.63,-1.833 -3.352,-3.689 -4.77,-5.858c-1.364,-2.189 -2.508,-4.367 -3.55,-6.683c-1.03,-2.317 -1.842,-4.685 -2.57,-7.082c-0.731,-2.406 -1.276,-4.843 -1.811,-7.261c-0.522,-2.439 -1,-4.886 -1.221,-7.434c-0.209,-2.523 -0.197,-4.997 -0.364,-7.412c-0.166,-2.428 -0.46,-4.888 -0.588,-7.4c-0.076,-1.266 -0.051,-2.502 -0.06,-3.738l-0.009,-3.714l-0.032,-7.419l-0.021,-3.706c-0.034,-1.221 0.069,-2.565 0.208,-3.79c0.138,-1.245 0.311,-2.462 0.417,-3.657c0.055,-0.601 0.087,-1.186 0.106,-1.784l0.089,-1.854c0.109,-2.456 0.257,-4.985 0.335,-7.381c0.031,-2.396 -0.218,-4.893 0.031,-7.483c0.255,-2.575 0.943,-4.991 1.384,-7.357c0.383,-2.407 0.913,-4.914 1.523,-7.304l0.459,-1.797c0.148,-0.578 0.278,-1.168 0.402,-1.765c0.25,-1.193 0.474,-2.418 0.78,-3.655c0.298,-1.229 0.722,-2.499 1.265,-3.658c0.537,-1.166 1.158,-2.274 1.801,-3.348l1.938,-3.158l1.864,-3.195c0.642,-1.077 1.339,-2.155 2.16,-3.163c0.824,-1.018 1.756,-1.911 2.722,-2.737c1.935,-1.654 3.993,-3.026 5.911,-4.535c0.977,-0.752 1.969,-1.52 3.035,-2.228c1.059,-0.72 2.243,-1.318 3.374,-1.827c2.315,-1.035 4.626,-1.887 7.104,-2.571c2.504,-0.628 4.985,-0.787 7.371,-1.218c2.425,-0.4 4.894,-0.872 7.454,-0.944c1.264,-0.038 2.525,-0.008 3.773,0.061l1.862,0.123l0.925,0.069l0.458,0.033l0.205,0.019c0.092,0.012 0.183,0.03 0.275,0.053c0.181,0.046 0.354,0.117 0.502,0.191m-1.156,1.196c-0.005,0.064 0.014,0.124 0.042,0.16c0.014,0.018 0.028,0.03 0.043,0.037c0.018,0.008 0.032,0.008 -0.026,0.004l-0.465,-0.032l-0.922,-0.067l-1.831,-0.114c-1.218,-0.064 -2.427,-0.088 -3.631,-0.048c-2.383,0.072 -4.785,0.531 -7.222,0.942c-2.471,0.45 -4.943,0.625 -7.233,1.213c-2.279,0.636 -4.615,1.499 -6.8,2.489c-1.116,0.509 -2.141,1.03 -3.126,1.702c-0.989,0.66 -1.949,1.407 -2.925,2.163c-1.959,1.548 -4.011,2.93 -5.825,4.494c-0.908,0.781 -1.761,1.608 -2.488,2.512c-0.735,0.91 -1.383,1.911 -2,2.955l-1.858,3.207l-1.926,3.16c-1.254,2.101 -2.317,4.188 -2.837,6.507c-0.284,1.161 -0.501,2.367 -0.753,3.589c-0.125,0.612 -0.258,1.228 -0.415,1.847l-0.451,1.791c-0.602,2.397 -1.089,4.725 -1.477,7.195c-0.461,2.486 -1.118,4.845 -1.338,7.194c-0.223,2.336 0.019,4.782 -0.004,7.32c-0.077,2.537 -0.217,4.939 -0.321,7.415l-0.086,1.843c-0.018,0.636 -0.052,1.284 -0.11,1.912c-0.109,1.264 -0.282,2.493 -0.413,3.701c-0.134,1.227 -0.224,2.352 -0.19,3.6l0.028,3.698l0.046,7.392l0.017,3.691c0.011,1.233 -0.011,2.466 0.064,3.665c0.127,2.419 0.424,4.866 0.6,7.363c0.176,2.51 0.171,4.98 0.375,7.379c0.209,2.373 0.679,4.784 1.195,7.168c0.537,2.4 1.074,4.785 1.785,7.102c0.71,2.325 1.509,4.634 2.491,6.828c0.982,2.185 2.151,4.383 3.4,6.381c1.292,1.969 2.938,3.753 4.591,5.599c1.624,1.853 3.256,3.631 5.075,5.185c3.584,3.124 8.118,5.151 12.528,7.235c4.349,2.039 9.217,2.715 14.066,3.317c4.845,0.508 9.744,0.501 14.61,0.013l-0.747,0.803c0.063,-2.044 0.214,-4.055 0.257,-6.047c0.026,-1.007 0.009,-1.967 -0.015,-3c-0.015,-1.024 -0.006,-2.039 0,-3.046c0.008,-2.01 0,-4.011 -0.243,-5.947c-0.249,-1.947 -0.711,-3.907 -1.082,-5.918l-2.099,-11.961c-0.327,-2.038 -0.502,-3.969 -1.125,-5.861l-1.729,-5.774l0.776,0.588c-0.512,0.005 -1.176,0.079 -1.78,0.141l-1.866,0.212l-3.75,0.446c-2.537,0.339 -5.114,0.364 -7.581,0.517c-2.449,0.171 -4.988,0.494 -7.562,0.579c-0.661,0.013 -1.29,0.037 -2.087,-0.077l-0.336,-0.077l-0.264,-0.082c-0.176,-0.05 -0.347,-0.121 -0.519,-0.188c-0.342,-0.137 -0.672,-0.309 -0.991,-0.497c-1.278,-0.773 -2.239,-1.953 -2.886,-3.198c-0.634,-1.246 -1.048,-2.583 -1.241,-3.939c-0.192,-1.336 -0.239,-2.623 -0.3,-3.88c-0.056,-1.262 -0.118,-2.475 -0.254,-3.693c-0.132,-1.225 -0.302,-2.482 -0.424,-3.766c-0.128,-1.272 -0.184,-2.629 -0.16,-3.906c0.015,-1.287 0.072,-2.557 0.122,-3.812c0.129,-2.491 0.093,-4.99 0.103,-7.517l0.016,-3.789c0.032,-1.29 0.105,-2.571 0.193,-3.834c0.093,-1.264 0.198,-2.508 0.26,-3.732c0.065,-1.287 0.172,-2.57 0.301,-3.84l0.411,-3.758c0.132,-1.223 0.215,-2.436 0.284,-3.689c0.075,-1.254 0.122,-2.531 0.323,-3.908c0.05,-0.342 0.119,-0.702 0.201,-1.051l0.252,-0.979c0.192,-0.655 0.391,-1.31 0.675,-1.969c0.277,-0.656 0.603,-1.317 1.053,-1.96c0.446,-0.64 1.048,-1.258 1.787,-1.728c0.729,-0.467 1.594,-0.751 2.361,-0.856c0.718,-0.112 1.377,-0.143 2.043,-0.169c2.63,-0.111 5.273,0.197 7.775,0.612c2.508,0.406 4.944,0.867 7.411,1.11c1.244,0.116 2.484,0.222 3.708,0.259c1.202,0.017 2.475,-0.008 3.412,-0.338l-0.511,0.653c0.315,-2.107 0.818,-4.124 1.145,-6.131c0.361,-2.005 0.403,-3.988 0.389,-6.076c0.004,-1.038 -0.006,-2.088 0.04,-3.148c0.042,-1.065 0.163,-2.136 0.316,-3.172c0.305,-2.08 0.711,-4.082 0.714,-6.074c0.017,-2.028 -0.164,-4.079 -0.283,-6.168c-0.129,-2.102 -0.094,-4.201 -0.098,-6.264c-0.002,-1.034 -0.011,-2.061 -0.053,-3.08c-0.029,-1.042 -0.167,-1.965 -0.239,-2.933c-0.17,-1.916 -0.284,-3.829 -0.386,-5.795" style="fill:#f7f3f0;fill-rule:nonzero;stroke:#f7f3f0;stroke-width:4.17px;stroke-linejoin:round;stroke-miterlimit:2;"/></g></g></svg>

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

    Standard

    In deiner Server Umgebung wurde die PHP short_open_tag Einstellung aktiviert. Die musst du deaktivieren, damit du sowas machen kannst.

  27. #27
    Contao-Fan Avatar von Kopfnuss
    Registriert seit
    05.09.2012.
    Ort
    Zwickau
    Beiträge
    317
    Partner-ID
    11375
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Vielen Dank.. booaaa Danke.. wenn ich das erstmal raus lasse geht es wieder. Ich schau mal wo ich die Einstellung short_open_tag ändern kann.
    Danke!!!

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

    Standard

    Es würde auch funktionieren, wenn du einfach die XML Angabe weg lässt. Inline SVGs können einfach direkt mit <svg> beginnen.

    Aber diese PHP Einstellung solltest du trotzdem deaktivieren, die ist nicht Zeitgemäß.

  29. #29
    Contao-Fan Avatar von Kopfnuss
    Registriert seit
    05.09.2012.
    Ort
    Zwickau
    Beiträge
    317
    Partner-ID
    11375
    Contao-Projekt unterstützen

    Support Contao

    Standard

    habe es über die .htacces deaktiviert:

    Code:
    php_value short_open_tag 0

  30. #30
    Contao-Fan Avatar von Hoch-3
    Registriert seit
    16.11.2010.
    Ort
    Zürich
    Beiträge
    373
    Partner-ID
    7136

    Standard 4.11.2 - Kann keine Artikel anlegen

    Die Installation ist auf einem Server wo schon dutzende Contao-Installationen (bis 4.10) einwandfrei laufen. Der Server ist gleich eingestellt. Und jetzt hab ich diese Probleme:

    Im Frontend dieser sehr ähnliche Fehler:

    [2021-05-07T16:43:14.602743+02:00] request.INFO: Matched route "tl_page.2". {"route":"tl_page.2","route_parameters":{"_token_c heck":true,"_controller":"Contao\\FrontendIndex::r enderPage","_scope":"frontend","_locale":"de","_fo rmat":"html","parameters":"","pageModel":{"Contao\ \PageModel":[]},"_route":"tl_page.2","_route_object":{"Contao\\C oreBundle\\Routing\\Page\\PageRoute":[]}},"request_uri":"http://walterofrey.hoch3.ch/home.html","method":"GET"} []
    [2021-05-07T16:43:14.679868+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
    [2021-05-07T16:43:14.702923+02:00] request.CRITICAL: Uncaught PHP Exception Contao\CoreBundle\Exception\InternalServerErrorHtt pException: "No layout specified" at /services/webs/walter-o-frey.ch/htdocs/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php line 95 {"exception":"[object] (Contao\\CoreBundle\\Exception\\InternalServerErro rHttpException(code: 0): No layout specified at /services/webs/walter-o-frey.ch/htdocs/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:95)\n[previous exception] [object] (Contao\\CoreBundle\\Exception\\NoLayoutSpecifiedE xception(code: 0): No layout specified at /services/webs/walter-o-frey.ch/htdocs/vendor/contao/core-bundle/src/Resources/contao/pages/PageRegular.php:243)"} []


    Im Backend sehe ich unter Artikel die soeben angelegte Seitenstruktur, kann aber keine Artikel anlegen... Hmmmm....

    Bildschirmfoto 2021-05-07 um 16.48.34.png

  31. #31
    AG Pressearbeit
    Community-Moderator
    Buchautor 'Contao für Webdesigner'
    Avatar von planepix
    Registriert seit
    05.06.2009.
    Ort
    Stuttgart
    Beiträge
    6.466
    Partner-ID
    107
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Hallo,
    vermutlich ist noch kein Seitenlayout angelegt - so liest sich der Fehler.

    Das wurde irgendwann mal geändert - ein Seitenlayout erstellen, es der Seitenstruktur zuweisen; danach sollten wieder Artikel angelegt werden können.
    ---------------------------------
    Beste Grüße planepix
    Contao für Webdesigner (Website), Twitter: @contaowebdesign
    weitzeldesign
    Contao-Sprechstunde
    Contao Schulungen: https://www.weitzeldesign.com/cms-co...chulungen.html
    Contao Jahrbuch: www.contao-jahrbuch.de
    Contao Agenturtag: www.contao-agenturtag.de
    Contao Stammtisch Stuttgart: www.contao-stammtisch-stuttgart.de
    Contao 4 Erfahrungen als Gitbook: https://app.gitbook.com/@planepix/s/...-mit-contao-4/
    Contao 4 & Manager Hosterhinweise: https://github.com/contao/contao-manager/wiki

    Schon wieder ein Update?
    Glücklich sind die, die den Wert erkennen – und wertschätzen.
    „Muss man machen wie beim Zahnarzt. Der bestraft einen auch mit hohen Rechnungen wenn man die Pflege vernachlässigt.”

  32. #32
    Contao-Fan Avatar von Hoch-3
    Registriert seit
    16.11.2010.
    Ort
    Zürich
    Beiträge
    373
    Partner-ID
    7136

    Standard

    Danke für die Antwort. Aber Seitenlayout ist angelegt und in der Seitenstruktur zugeordnet.

  33. #33
    AG Pressearbeit
    Community-Moderator
    Buchautor 'Contao für Webdesigner'
    Avatar von planepix
    Registriert seit
    05.06.2009.
    Ort
    Stuttgart
    Beiträge
    6.466
    Partner-ID
    107
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Ok. Gibt es auch schon im Layout eingefügte Module / Artikel?
    ---------------------------------
    Beste Grüße planepix
    Contao für Webdesigner (Website), Twitter: @contaowebdesign
    weitzeldesign
    Contao-Sprechstunde
    Contao Schulungen: https://www.weitzeldesign.com/cms-co...chulungen.html
    Contao Jahrbuch: www.contao-jahrbuch.de
    Contao Agenturtag: www.contao-agenturtag.de
    Contao Stammtisch Stuttgart: www.contao-stammtisch-stuttgart.de
    Contao 4 Erfahrungen als Gitbook: https://app.gitbook.com/@planepix/s/...-mit-contao-4/
    Contao 4 & Manager Hosterhinweise: https://github.com/contao/contao-manager/wiki

    Schon wieder ein Update?
    Glücklich sind die, die den Wert erkennen – und wertschätzen.
    „Muss man machen wie beim Zahnarzt. Der bestraft einen auch mit hohen Rechnungen wenn man die Pflege vernachlässigt.”

  34. #34
    Contao-Fan Avatar von Hoch-3
    Registriert seit
    16.11.2010.
    Ort
    Zürich
    Beiträge
    373
    Partner-ID
    7136

    Standard

    Zitat Zitat von planepix Beitrag anzeigen
    Ok. Gibt es auch schon im Layout eingefügte Module / Artikel?
    Yep. Genau das Modul Artikel in der Hauptspalte.


    So.... alles gelöscht, neu installiert mit Contao 4.9 und alles läuft...
    Geändert von Hoch-3 (08.05.2021 um 13:22 Uhr)

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
  •