<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Contao-Community</title>
		<link>https://community.contao.org/de/</link>
		<description>Das offizielle Forum der deutschsprachigen Contao-Community.</description>
		<language>de</language>
		<lastBuildDate>Thu, 30 Apr 2026 14:58:40 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>1</ttl>
		<image>
			<url>https://community.contao.org/de/images/misc/rss.png</url>
			<title>Contao-Community</title>
			<link>https://community.contao.org/de/</link>
		</image>
		<item>
			<title>5.7.x Vortrag SUmmit 2026 - Migration zu TWIG-Layout mit Slots</title>
			<link>https://community.contao.org/de/showthread.php?89271-Vortrag-SUmmit-2026-Migration-zu-TWIG-Layout-mit-Slots&amp;goto=newpost</link>
			<pubDate>Thu, 30 Apr 2026 12:40:05 GMT</pubDate>
			<description>Aus meinen Erfahrungen bis zu diesem Zeitpunkt könnte ich was drüber erzählen, soweit Bedarf besteht. 
Schaut  mal hier, kurz und grob die Punkte....</description>
			<content:encoded><![CDATA[<div>Aus meinen Erfahrungen bis zu diesem Zeitpunkt könnte ich was drüber erzählen, soweit Bedarf besteht.<br />
Schaut  mal hier, kurz und grob die Punkte.<br />
<a href="https://docs.contao.ninja/de/vortrag-contao-4-13-5-x-nach-5-7-inkl-twig-layout-mit-slots.html#/2" target="_blank" rel="nofollow">https://docs.contao.ninja/de/vortrag...-slots.html#/2</a><br />
<br />
Wie siehts aus?</div>

]]></content:encoded>
			<category domain="https://community.contao.org/de/forumdisplay.php?53-Layout-Templates-Holy-Grail">Layout / Templates / Holy Grail</category>
			<dc:creator>BugBuster</dc:creator>
			<guid isPermaLink="true">https://community.contao.org/de/showthread.php?89271-Vortrag-SUmmit-2026-Migration-zu-TWIG-Layout-mit-Slots</guid>
		</item>
		<item>
			<title>5.7.x Controller wird nicht geladen</title>
			<link>https://community.contao.org/de/showthread.php?89270-Controller-wird-nicht-geladen&amp;goto=newpost</link>
			<pubDate>Wed, 29 Apr 2026 10:15:33 GMT</pubDate>
			<description>Hallo, 
 
wollte gerade mal eine Erweiterung von mir testen ob die ohne Probleme läuft, leider kommt folgende Meldung: 
 
 
 
Code: 
--------- 
...</description>
			<content:encoded><![CDATA[<div>Hallo,<br />
<br />
wollte gerade mal eine Erweiterung von mir testen ob die ohne Probleme läuft, leider kommt folgende Meldung:<br />
<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"> Cannot load resource &quot;@FansiteManagerCoreBundle/Controller/Ajax&quot;. Make sure&nbsp; <br />
&nbsp;  the &quot;FansiteManagerCoreBundle&quot; bundle is correctly registered and loaded i&nbsp; <br />
&nbsp; n the application kernel class. If the bundle is registered, make sure the&nbsp;  <br />
&nbsp; bundle path &quot;@FansiteManagerCoreBundle/Controller/Ajax&quot; is not empty.</code><hr />
</div><br />
AjaxVideoController.php<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB"><br /></span><span style="color: #007700">namespace&nbsp;</span><span style="color: #0000BB">WEBROXX</span><span style="color: #007700">\</span><span style="color: #0000BB">FansiteManagerCore</span><span style="color: #007700">\</span><span style="color: #0000BB">Controller</span><span style="color: #007700">\</span><span style="color: #0000BB">Ajax</span><span style="color: #007700">;<br /><br />use&nbsp;</span><span style="color: #0000BB">Symfony</span><span style="color: #007700">\</span><span style="color: #0000BB">Component</span><span style="color: #007700">\</span><span style="color: #0000BB">HttpFoundation</span><span style="color: #007700">\</span><span style="color: #0000BB">Request</span><span style="color: #007700">;<br />use&nbsp;</span><span style="color: #0000BB">Symfony</span><span style="color: #007700">\</span><span style="color: #0000BB">Component</span><span style="color: #007700">\</span><span style="color: #0000BB">HttpFoundation</span><span style="color: #007700">\</span><span style="color: #0000BB">Response</span><span style="color: #007700">;<br />use&nbsp;</span><span style="color: #0000BB">Symfony</span><span style="color: #007700">\</span><span style="color: #0000BB">Component</span><span style="color: #007700">\</span><span style="color: #0000BB">Routing</span><span style="color: #007700">\</span><span style="color: #0000BB">Annotation</span><span style="color: #007700">\</span><span style="color: #0000BB">Route</span><span style="color: #007700">;<br /><br />use&nbsp;</span><span style="color: #0000BB">Doctrine</span><span style="color: #007700">\</span><span style="color: #0000BB">DBAL</span><span style="color: #007700">\</span><span style="color: #0000BB">Connection</span><span style="color: #007700">;<br /><br />use&nbsp;</span><span style="color: #0000BB">Contao</span><span style="color: #007700">\</span><span style="color: #0000BB">CoreBundle</span><span style="color: #007700">\</span><span style="color: #0000BB">Framework</span><span style="color: #007700">\</span><span style="color: #0000BB">ContaoFramework</span><span style="color: #007700">;<br />use&nbsp;</span><span style="color: #0000BB">Contao</span><span style="color: #007700">\</span><span style="color: #0000BB">CoreBundle</span><span style="color: #007700">\</span><span style="color: #0000BB">Image</span><span style="color: #007700">\</span><span style="color: #0000BB">Studio</span><span style="color: #007700">\</span><span style="color: #0000BB">Studio</span><span style="color: #007700">;<br />use&nbsp;</span><span style="color: #0000BB">Contao</span><span style="color: #007700">\</span><span style="color: #0000BB">StringUtil</span><span style="color: #007700">;<br /><br /><br /></span><span style="color: #FF8000">#&#91;Route('/video/{id}',&nbsp;name:&nbsp;AjaxVideoController::class)&#93;<br />#&#91;AsController&#93;<br /></span><span style="color: #007700">class&nbsp;</span><span style="color: #0000BB">AjaxVideoController<br /></span><span style="color: #007700">...&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code></code><hr />
</div>services.yml<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&nbsp; &nbsp; WEBROXX\FansiteManagerCore\Controller\Ajax\AjaxVideoController:<br />
&nbsp; &nbsp; &nbsp; &nbsp; public: true</code><hr />
</div>unter 5.3 lief diese problemlos</div>

]]></content:encoded>
			<category domain="https://community.contao.org/de/forumdisplay.php?6-Entwickler-Fragen">Entwickler-Fragen</category>
			<dc:creator>WebRoxx</dc:creator>
			<guid isPermaLink="true">https://community.contao.org/de/showthread.php?89270-Controller-wird-nicht-geladen</guid>
		</item>
		<item>
			<title>5.7.x Best-Practice Theme Templates</title>
			<link>https://community.contao.org/de/showthread.php?89269-Best-Practice-Theme-Templates&amp;goto=newpost</link>
			<pubDate>Tue, 28 Apr 2026 08:50:04 GMT</pubDate>
			<description>Hallo Zusammen, 
 
ich wollte generell mal Best-Practises einholen, wie man mit der Umstellung immer mehr Templates auf Twig mit der gesamten...</description>
			<content:encoded><![CDATA[<div>Hallo Zusammen,<br />
<br />
ich wollte generell mal Best-Practises einholen, wie man mit der Umstellung immer mehr Templates auf Twig mit der gesamten Ordnerstruktur umgeht, gerade, wenn man mit mehreren Varianten und Theme Templates arbeitet.<br />
<br />
Bisher hatte ich es immer so geregelt, dass im templates/ Ordner nur Basis-Templates sind, die ich für alle Kunden über verschiedene Contao-Installationen benutzen kann. Darin dann der Theme / Kundenordner mit Templates, die spezifisch für diesen Kunden genutzt werden. Dabei waren dabei sowohl Templates, die die Basis Templates überschreiben, sowie eigene Varianten, die nicht für andere Kunden relevant sind. <br />
<br />
Ein Beispiel wäre folgendes:<br />
<b>templates/</b><br />
<div style="margin-left:40px">- text.html5<br />
- image.html5<br />
  <b>kunde/</b><br />
    <div style="margin-left:40px">- text.html5<br />
    - text_spezial.html5<br />
    - event_list_start.html5<br />
    - news_latest.html5</div></div><br />
Jetzt ist das ja ein Aufbau, der mit twig nicht mehr so einfach funktioniert. Wenn ich alles in twig umstellen würde, müsste das, nach meinem Wissensstand, so aussehen:<br />
<b>templates/</b><br />
<div style="margin-left:40px">  - news_latest.html.twig (leer)<br />
  - event_list_start.html.twig (leer)<br />
  <b>content_element/</b><br />
    <div style="margin-left:40px">- text.html.twig<br />
    - image.html.twig</div>    <div style="margin-left:40px"><b>text/</b><br />
      <div style="margin-left:40px">- spezial (leer)</div></div>  <b>kunde/</b><br />
    <div style="margin-left:40px">-  news_latest.html.twig<br />
    -  event_list_start.html.twig<br />
    <b>content_element/</b><br />
      - text.html.twig<br />
      <div style="margin-left:40px"><b>text/</b><br />
        - spezial.html.twig</div></div></div><br />
Abgesehen davon, dass ich jetzt im Grunde alle reinen Kunden Templates doppelt anlegen muss, bringt das noch einen zusätzlichen Aufwand bei Updates / Anpassungen / Umzügen / etc. mit sich. Bisher hatte ich immer die genutzten Basis-Templates aus meinem Fundus eingefügt und den Kunden-Ordner vom Kunden kopiert, wenn ich bspw. für ein Update eine neue Instanz angelegt habe. Durch die neue Struktur müsste ich jetzt auch in den Übergeordneten Ordnern kontrollieren, ob es Änderungen gibt, was gerade bei sehr großen Websiten wirklich Zeit kostet.<br />
<br />
Hat jemand dazu schon Erfahrungen gemacht oder gibt es vielleicht eine bessere Möglichkeit das ganze aufzubauen?</div>

]]></content:encoded>
			<category domain="https://community.contao.org/de/forumdisplay.php?53-Layout-Templates-Holy-Grail">Layout / Templates / Holy Grail</category>
			<dc:creator>FlorinvV</dc:creator>
			<guid isPermaLink="true">https://community.contao.org/de/showthread.php?89269-Best-Practice-Theme-Templates</guid>
		</item>
		<item>
			<title>5.7.x Decorate listener</title>
			<link>https://community.contao.org/de/showthread.php?89268-Decorate-listener&amp;goto=newpost</link>
			<pubDate>Mon, 27 Apr 2026 17:38:10 GMT</pubDate>
			<description>Ich möchte genau das machen, was MarkejN hier (https://github.com/contao/contao/issues/9386) beschreibt. 
 
Folgender Code funktioniert (weiterhin...</description>
			<content:encoded><![CDATA[<div>Ich möchte genau das machen, was MarkejN <a href="https://github.com/contao/contao/issues/9386" target="_blank" rel="nofollow">hier</a> beschreibt.<br />
<br />
Folgender Code funktioniert (weiterhin bzw. noch bis 6):<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">// src/EventListener/DataContainer/MyContentElementViewListener.php<br />
class MyContentElementViewListener<br />
{<br />
&nbsp; &nbsp; #[AsCallback(table: 'tl_content', target: 'list.label.label', priority: 1)]<br />
&nbsp; &nbsp; public function generateLabel(array $row, string $label, DC_Table $dc): array|string<br />
&nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; [$type, $preview, $key] = (new \tl_content())-&gt;addCteType($row);<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; return $type . ' is the type';<br />
&nbsp; &nbsp; }<br />
}</code><hr />
</div>Aber wie genau kann ich hier den Listener decoraten, um die neue Funktion <a href="https://github.com/contao/contao/blob/2849c10f02c50216d0442f623d66a4369fb49cb7/core-bundle/src/EventListener/DataContainer/ContentElementViewListener.php#L53" target="_blank" rel="nofollow">generateLabel</a> zu überschreiben?</div>

]]></content:encoded>
			<category domain="https://community.contao.org/de/forumdisplay.php?6-Entwickler-Fragen">Entwickler-Fragen</category>
			<dc:creator>Dean</dc:creator>
			<guid isPermaLink="true">https://community.contao.org/de/showthread.php?89268-Decorate-listener</guid>
		</item>
		<item>
			<title>5.7.x Twig - figure aus dem Inhaltselement Bild entfernen</title>
			<link>https://community.contao.org/de/showthread.php?89267-Twig-figure-aus-dem-Inhaltselement-Bild-entfernen&amp;goto=newpost</link>
			<pubDate>Mon, 27 Apr 2026 13:56:33 GMT</pubDate>
			<description>Moin, 
 
ich tue mich immer noch schwer mit Twig. Aktuell scheitere ich daran, in einer Twig-Templatevariante von image.html.twig nur das img-Tag...</description>
			<content:encoded><![CDATA[<div>Moin,<br />
<br />
ich tue mich immer noch schwer mit Twig. Aktuell scheitere ich daran, in einer Twig-Templatevariante von image.html.twig nur das img-Tag auszugeben. Ich möchte also das umschließende figure-Element entfernen.<br />
<br />
Wie muss ich das Template anpassen, damit nur das img-Tag ausgeben wird?<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">{% extends '@Contao/content_element/_base.html.twig' %}<br />
{% use '@Contao/component/_figure.html.twig' %}<br />
<br />
{% block content %}<br />
&nbsp; &nbsp; {% if images %}<br />
&nbsp; &nbsp; &nbsp; &nbsp; {% with {figure: images|first} %}{{ block('figure_component') }}{% endwith %}<br />
&nbsp; &nbsp; {% endif %}<br />
{% endblock %}</code><hr />
</div>Ich habe diverse Versuche unternommen, bei denen dann aber nur ein blankes img-Tag ausgegeben wurde. Zum Beispiel habe ich den Block figure_component genommen, den kompletten Code aus component/_figure.html.twig kopiert und in meiner Templatevariante ausgegeben. Ausgabe im Frontend ist dann:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&lt;figure&gt;<br />
&nbsp; &lt;img src=&quot;&quot; alt=&quot;&quot;&gt;<br />
&lt;/figure&gt;</code><hr />
</div>Ich steh hier auf dem Schlauch...<br />
<br />
Danke und Gruß<br />
Mathias</div>

]]></content:encoded>
			<category domain="https://community.contao.org/de/forumdisplay.php?53-Layout-Templates-Holy-Grail">Layout / Templates / Holy Grail</category>
			<dc:creator>mdoll</dc:creator>
			<guid isPermaLink="true">https://community.contao.org/de/showthread.php?89267-Twig-figure-aus-dem-Inhaltselement-Bild-entfernen</guid>
		</item>
		<item>
			<title>randomarticle</title>
			<link>https://community.contao.org/de/showthread.php?89266-randomarticle&amp;goto=newpost</link>
			<pubDate>Mon, 27 Apr 2026 13:24:20 GMT</pubDate>
			<description>Hi! 
Ich habe immer mal wieder gerne die Erweiterung randomarticle eingesetzt, um zum Beispiel verschiedene Zitate zufällig auszuspielen oder...</description>
			<content:encoded><![CDATA[<div>Hi!<br />
Ich habe immer mal wieder gerne die Erweiterung randomarticle eingesetzt, um zum Beispiel verschiedene Zitate zufällig auszuspielen oder verschiedene Testimonials.<br />
Unter Contao 5 gibt es die Erweiterung nicht mehr.<br />
<br />
Habt ihr andere Vorschläge für einen solchen Usecase?</div>

]]></content:encoded>
			<category domain="https://community.contao.org/de/forumdisplay.php?119-Sonstige-Erweiterungen">Sonstige Erweiterungen</category>
			<dc:creator>schatzperle</dc:creator>
			<guid isPermaLink="true">https://community.contao.org/de/showthread.php?89266-randomarticle</guid>
		</item>
		<item>
			<title>Zwei Leser für zwei Varianten der Nachrichtenliste</title>
			<link>https://community.contao.org/de/showthread.php?89265-Zwei-Leser-für-zwei-Varianten-der-Nachrichtenliste&amp;goto=newpost</link>
			<pubDate>Sun, 26 Apr 2026 16:43:41 GMT</pubDate>
			<description>Meine Situation ist folgende: ich habe eine Sammlung von Nachrichten. Auf der Startseite der Webseite habe ich eine Liste mit den ersten zwei...</description>
			<content:encoded><![CDATA[<div>Meine Situation ist folgende: ich habe eine Sammlung von Nachrichten. Auf der Startseite der Webseite habe ich eine Liste mit den ersten zwei Einträgen, die komplette Liste ist auf einer separaten Seite eingebunden. Für beide Listen (komplett und kurz) habe ich eigene (identische) Leser definiert, damit man dann auch zur ursprünglichen Seite zurückkehrt. Lediglich die Übersichtsseite der Leser ist unterschiedlich.<br />
Jetzt ist es so: schon der Link zum Leser ist bei beiden Listen gleich (Popup im Browser zeigt dies an), so dass bei einer der beiden Möglichkeiten zur falschen Seite zurückgekehrt wird. Dabei ist es völlig egal, welchen Leser ich in den beiden Modulen Nachrichtenliste unter &quot;Nachrichtenleser&quot; auswähle. Ist es zufällig der Leser mit der niedrigeren ID?<br />
Kennt jemand dieses Problem? Noch besser, eine Lösung?<br />
Hier habe ich eine ähnliche Problematik gefunden, ist aber schon sehr lange her: <a href="https://community.contao.org/de/showthread.php?7316-Mehrere-Nachrichtenleser-f%C3%BCr-ein-Nachrichtenarchiv" target="_blank">https://community.contao.org/de/show...hrichtenarchiv</a></div>

]]></content:encoded>
			<category domain="https://community.contao.org/de/forumdisplay.php?77-Nachrichten-Events-FAQ">Nachrichten/Events/FAQ</category>
			<dc:creator>RuedigerMH</dc:creator>
			<guid isPermaLink="true">https://community.contao.org/de/showthread.php?89265-Zwei-Leser-für-zwei-Varianten-der-Nachrichtenliste</guid>
		</item>
		<item>
			<title>5.7.x Textfluss bei Teasertext um Bild falsch</title>
			<link>https://community.contao.org/de/showthread.php?89264-Textfluss-bei-Teasertext-um-Bild-falsch&amp;goto=newpost</link>
			<pubDate>Sun, 26 Apr 2026 14:01:08 GMT</pubDate>
			<description>Wenn ich bei Nachrichten im Teasertext ein Bild links oben einblende, sollte der Textfluss rechts neben dem Bild beginnen und dann auf der vollen...</description>
			<content:encoded><![CDATA[<div>Wenn ich bei Nachrichten im Teasertext ein Bild links oben einblende, sollte der Textfluss rechts neben dem Bild beginnen und dann auf der vollen Breite fortgesetzt werden. Dies ist hier leider nicht der Fall, bei normalen Textelementen klappt das. Es scheint, als ob Bild und Text in diesem Fall separat verarbeitet werden. Bug oder Feature?<br />
Leider kann ich den Weg in den Templates ab &quot;{{ articles|join|raw }}&quot; in mod_newslist.html.twig nicht mehr verfolgen, um ggf. einen eigenen Workaround zu erstellen. Wie geht es hier bei <i>articles</i> eigentlich weiter? Spielt content_element/teaser.html.twig hier eine Rolle oder ist das ein ganz anderer Weg?</div>

]]></content:encoded>
			<category domain="https://community.contao.org/de/forumdisplay.php?77-Nachrichten-Events-FAQ">Nachrichten/Events/FAQ</category>
			<dc:creator>RuedigerMH</dc:creator>
			<guid isPermaLink="true">https://community.contao.org/de/showthread.php?89264-Textfluss-bei-Teasertext-um-Bild-falsch</guid>
		</item>
		<item>
			<title>Contao via SSH mit KI-Agenten steuern — contao-ai-cli + contao-ai-core-bundle</title>
			<link>https://community.contao.org/de/showthread.php?89263-Contao-via-SSH-mit-KI-Agenten-steuern-—-contao-ai-cli-contao-ai-core-bundle&amp;goto=newpost</link>
			<pubDate>Fri, 24 Apr 2026 14:16:41 GMT</pubDate>
			<description>Ich habe zwei Pakete veröffentlicht, die Contao 5 für KI-Agenten (z.B. Claude Code) zugänglich machen: 
 
contao-ai-core-bundle — ein Contao-Bundle...</description>
			<content:encoded><![CDATA[<div>Ich habe zwei Pakete veröffentlicht, die Contao 5 für KI-Agenten (z.B. Claude Code) zugänglich machen:<br />
<br />
contao-ai-core-bundle — ein Contao-Bundle das CMS-Operationen als Symfony-Console-Commands bereitstellt: CRUD für Seiten, Artikel, Content-Elemente, News, Events, FAQs, Member, User, Files, Templates und Versionsverwaltung.<br />
<a href="https://github.com/webwerkwien/contao-ai-core-bundle" target="_blank" rel="nofollow">https://github.com/webwerkwien/contao-ai-core-bundle</a><br />
<br />
contao-ai-cli — ein Python-CLI das sich per SSH mit der Contao-Installation verbindet und diese Commands für KI-Agenten zugänglich macht. Daneben auch direkt im Terminal nutzbar. Es kann alleine genutzt werden, hat aber mit dem obigen Paket weit mehr Funktionen.<br />
<a href="https://github.com/webwerkwien/contao-ai-cli" target="_blank" rel="nofollow">https://github.com/webwerkwien/contao-ai-cli</a><br />
<br />
Beide (KI-generierte) Pakete sind noch früh in der Entwicklung — produktiv eingesetzt habe ich sie bisher kaum, Feedback aus der Praxis ist daher sehr willkommen. Bisherige Tests haben sich vorwiegend auf Sicherheit und Code-Qualität beschränkt. Nicht in aktiven Websites nutzen. Die Anwendung ist nicht für Redakteure gedacht, für solche wird es ein Backend-Modul geben.<br />
<br />
Ich freue mich über Erfahrungsberichte und natürlich Issues auf GitHub.</div>

]]></content:encoded>
			<category domain="https://community.contao.org/de/forumdisplay.php?119-Sonstige-Erweiterungen">Sonstige Erweiterungen</category>
			<dc:creator>Creasign</dc:creator>
			<guid isPermaLink="true">https://community.contao.org/de/showthread.php?89263-Contao-via-SSH-mit-KI-Agenten-steuern-—-contao-ai-cli-contao-ai-core-bundle</guid>
		</item>
		<item>
			<title>5.7 RSCE Dateien per sftp zu installation hinzugefügt /nicht zu bearbeiten im Backend</title>
			<link>https://community.contao.org/de/showthread.php?89262-5-7-RSCE-Dateien-per-sftp-zu-installation-hinzugefügt-nicht-zu-bearbeiten-im-Backend&amp;goto=newpost</link>
			<pubDate>Fri, 24 Apr 2026 12:35:42 GMT</pubDate>
			<description>Hallo zusammen, 
 
ich habe ein lokales contao 5.7 und wollte da mal testhalber bestehende RSCE Dateien einbinden. 
Erweiterung ist istalliert, die...</description>
			<content:encoded><![CDATA[<div>Hallo zusammen,<br />
<br />
ich habe ein lokales contao 5.7 und wollte da mal testhalber bestehende RSCE Dateien einbinden.<br />
Erweiterung ist istalliert, die Dateien direkt in templates abgelegt.<br />
<br />
Im backend sind nur die config.php- Dateien  zu bearbeiten. Die html.twig-Dateien sind irgendwie ausgegraut.<br />
Die Rechte sind bei 755 soweit ich das sehe.<br />
<br />
In meiner 5.3 ist alles zu bearbeiten.<br />
<br />
Muss ich bei 5.7 noch was anderes bedenken?<br />
<br />
Viele Grüße,<br />
conter</div>

]]></content:encoded>
			<category domain="https://community.contao.org/de/forumdisplay.php?174-Rocksolid-Custom-Elements">Rocksolid Custom Elements</category>
			<dc:creator>conter</dc:creator>
			<guid isPermaLink="true">https://community.contao.org/de/showthread.php?89262-5-7-RSCE-Dateien-per-sftp-zu-installation-hinzugefügt-nicht-zu-bearbeiten-im-Backend</guid>
		</item>
		<item>
			<title>Neue Sprache ergänzen - wo ist $arrLanguages?</title>
			<link>https://community.contao.org/de/showthread.php?89261-Neue-Sprache-ergänzen-wo-ist-arrLanguages&amp;goto=newpost</link>
			<pubDate>Fri, 24 Apr 2026 10:44:51 GMT</pubDate>
			<description>Hallo, 
 
ich habe da die diversen xlf unter translate/ mit einer neuen Sprache ergänzt, das wird auch perfekt im Backend dargestellt. 
 
Jedoch...</description>
			<content:encoded><![CDATA[<div>Hallo,<br />
<br />
ich habe da die diversen xlf unter translate/ mit einer neuen Sprache ergänzt, das wird auch perfekt im Backend dargestellt.<br />
<br />
Jedoch stehe ich auf dem Schlauch, wie &quot;Sprache der essenziellen Cookiegruppe&quot; mit dieser neuen Sprache aktiviert werden kann.<br />
<br />
Laut <a href="https://github.com/oveleon/contao-cookiebar/pull/136/changes/BASE..967190401c067cbd465a29e4b2814eadffab744e#diff-7f25d862a54c7e2c1dad5842485879d406f99ebe21cd31e986ca3b81c1374533" target="_blank" rel="nofollow">https://github.com/oveleon/contao-co...ca3b81c1374533</a> ist dazu in tl_cookiebar.php eine Variable $arrLanguages ... in meiner tl_cookiebar.php sieht das alles aber ganz anders aus!?...<br />
<br />
Wo finde ich diese? Danke sehr...</div>

]]></content:encoded>
			<category domain="https://community.contao.org/de/forumdisplay.php?180-Contao-Cookiebar-(Oveleon)">Contao Cookiebar (Oveleon)</category>
			<dc:creator>eixi</dc:creator>
			<guid isPermaLink="true">https://community.contao.org/de/showthread.php?89261-Neue-Sprache-ergänzen-wo-ist-arrLanguages</guid>
		</item>
		<item>
			<title>4.13.x Update von 4.13 auf 5.3 schlägt fehl</title>
			<link>https://community.contao.org/de/showthread.php?89260-Update-von-4-13-auf-5-3-schlägt-fehl&amp;goto=newpost</link>
			<pubDate>Thu, 23 Apr 2026 14:24:02 GMT</pubDate>
			<description>Hallo, 
 
will gerade von 4.13.58 auf 5.3.* per Contao Manager installieren.  
Update schlägt leider fehl und bekomme folgende Consolen Ausgabe: 
 
...</description>
			<content:encoded><![CDATA[<div>Hallo,<br />
<br />
will gerade von 4.13.58 auf 5.3.* per Contao Manager installieren. <br />
Update schlägt leider fehl und bekomme folgende Consolen Ausgabe:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&gt; Resolving dependencies using Composer Cloud v3.9.2<br />
[7.0MiB/0.24s] Loading composer repositories with package information<br />
[102.8MiB/23.80s] Updating dependencies<br />
[203.7MiB/26.42s] Your requirements could not be resolved to an installable set of packages.<br />
[203.7MiB/26.42s] <br />
&nbsp; Problem 1<br />
&nbsp; &nbsp; - Root composer.json requires contao/newsletter-bundle 5.3.* -&gt; satisfiable by contao/newsletter-bundle[5.3.0, ..., 5.3.45].<br />
&nbsp; &nbsp; - Root composer.json requires do-while/contao-backupdb-bundle ^1.4 -&gt; satisfiable by do-while/contao-backupdb-bundle[1.4.0, ..., 1.6.0].<br />
&nbsp; &nbsp; - contao/core-bundle[4.9.0, ..., 4.10.4] require php ^7.2 -&gt; your php version (8.5.5.0) does not satisfy that requirement.<br />
&nbsp; &nbsp; - contao/core-bundle 4.4.0 requires terminal42/header-replay-bundle ^1.0 -&gt; satisfiable by terminal42/header-replay-bundle[1.0.0, ..., 1.5.3].<br />
&nbsp; &nbsp; - contao/core-bundle[4.4.1, ..., 4.4.17] require php ^5.6|^7.0 -&gt; your php version (8.5.5.0) does not satisfy that requirement.<br />
&nbsp; &nbsp; - contao/core-bundle[4.4.18, ..., 4.4.57] require php ^5.6 || ^7.0 -&gt; your php version (8.5.5.0) does not satisfy that requirement.<br />
&nbsp; &nbsp; - contao/core-bundle[4.5.0, ..., 4.8.8] require php ^7.1 -&gt; your php version (8.5.5.0) does not satisfy that requirement.<br />
&nbsp; &nbsp; - contao/core-bundle[5.3.0, ..., 5.3.18] require scheb/2fa-backup-code ^6.0 -&gt; satisfiable by scheb/2fa-backup-code[v6.0.0, ..., v6.13.1].<br />
&nbsp; &nbsp; - contao/newsletter-bundle 5.3.0 requires contao/core-bundle 5.3.0 -&gt; satisfiable by contao/core-bundle[5.3.0].<br />
&nbsp; &nbsp; - contao/newsletter-bundle 5.3.1 requires contao/core-bundle 5.3.1 -&gt; satisfiable by contao/core-bundle[5.3.1].<br />
&nbsp; &nbsp; - contao/newsletter-bundle 5.3.10 requires contao/core-bundle 5.3.10 -&gt; satisfiable by contao/core-bundle[5.3.10].<br />
&nbsp; &nbsp; - contao/newsletter-bundle 5.3.11 requires contao/core-bundle 5.3.11 -&gt; satisfiable by contao/core-bundle[5.3.11].<br />
&nbsp; &nbsp; - contao/newsletter-bundle 5.3.12 requires contao/core-bundle 5.3.12 -&gt; satisfiable by contao/core-bundle[5.3.12].<br />
&nbsp; &nbsp; - contao/newsletter-bundle 5.3.13 requires contao/core-bundle 5.3.13 -&gt; satisfiable by contao/core-bundle[5.3.13].<br />
&nbsp; &nbsp; - contao/newsletter-bundle 5.3.14 requires contao/core-bundle 5.3.14 -&gt; satisfiable by contao/core-bundle[5.3.14].<br />
&nbsp; &nbsp; - contao/newsletter-bundle 5.3.15 requires contao/core-bundle 5.3.15 -&gt; satisfiable by contao/core-bundle[5.3.15].<br />
&nbsp; &nbsp; - contao/newsletter-bundle 5.3.16 requires contao/core-bundle 5.3.16 -&gt; satisfiable by contao/core-bundle[5.3.16].<br />
&nbsp; &nbsp; - contao/newsletter-bundle 5.3.17 requires contao/core-bundle 5.3.17 -&gt; satisfiable by contao/core-bundle[5.3.17].<br />
&nbsp; &nbsp; - contao/newsletter-bundle 5.3.18 requires contao/core-bundle 5.3.18 -&gt; satisfiable by contao/core-bundle[5.3.18].<br />
&nbsp; &nbsp; - contao/newsletter-bundle 5.3.19 requires contao/core-bundle 5.3.19 -&gt; satisfiable by contao/core-bundle[5.3.19].<br />
&nbsp; &nbsp; - contao/newsletter-bundle 5.3.2 requires contao/core-bundle 5.3.2 -&gt; satisfiable by contao/core-bundle[5.3.2].<br />
&nbsp; &nbsp; - contao/newsletter-bundle 5.3.20 requires contao/core-bundle 5.3.20 -&gt; satisfiable by contao/core-bundle[5.3.20].<br />
&nbsp; &nbsp; - contao/newsletter-bundle 5.3.21 requires contao/core-bundle 5.3.21 -&gt; satisfiable by contao/core-bundle[5.3.21].<br />
&nbsp; &nbsp; - contao/newsletter-bundle 5.3.22 requires contao/core-bundle 5.3.22 -&gt; satisfiable by contao/core-bundle[5.3.22].<br />
&nbsp; &nbsp; - contao/newsletter-bundle 5.3.23 requires contao/core-bundle 5.3.23 -&gt; satisfiable by contao/core-bundle[5.3.23].<br />
&nbsp; &nbsp; - contao/newsletter-bundle 5.3.24 requires contao/core-bundle 5.3.24 -&gt; satisfiable by contao/core-bundle[5.3.24].<br />
&nbsp; &nbsp; - contao/newsletter-bundle 5.3.25 requires contao/core-bundle 5.3.25 -&gt; satisfiable by contao/core-bundle[5.3.25].<br />
&nbsp; &nbsp; - contao/newsletter-bundle 5.3.26 requires contao/core-bundle 5.3.26 -&gt; satisfiable by contao/core-bundle[5.3.26].<br />
&nbsp; &nbsp; - contao/newsletter-bundle 5.3.27 requires contao/core-bundle 5.3.27 -&gt; satisfiable by contao/core-bundle[5.3.27].<br />
&nbsp; &nbsp; - contao/newsletter-bundle 5.3.28 requires contao/core-bundle 5.3.28 -&gt; satisfiable by contao/core-bundle[5.3.28].<br />
&nbsp; &nbsp; - contao/newsletter-bundle 5.3.29 requires contao/core-bundle 5.3.29 -&gt; satisfiable by contao/core-bundle[5.3.29].<br />
&nbsp; &nbsp; - contao/newsletter-bundle 5.3.3 requires contao/core-bundle 5.3.3 -&gt; satisfiable by contao/core-bundle[5.3.3].<br />
&nbsp; &nbsp; - contao/newsletter-bundle 5.3.30 requires contao/core-bundle 5.3.30 -&gt; satisfiable by contao/core-bundle[5.3.30].<br />
&nbsp; &nbsp; - contao/newsletter-bundle 5.3.31 requires contao/core-bundle 5.3.31 -&gt; satisfiable by contao/core-bundle[5.3.31].<br />
&nbsp; &nbsp; - contao/newsletter-bundle 5.3.32 requires contao/core-bundle 5.3.32 -&gt; satisfiable by contao/core-bundle[5.3.32].<br />
&nbsp; &nbsp; - contao/newsletter-bundle 5.3.33 requires contao/core-bundle 5.3.33 -&gt; satisfiable by contao/core-bundle[5.3.33].<br />
&nbsp; &nbsp; - contao/newsletter-bundle 5.3.34 requires contao/core-bundle 5.3.34 -&gt; satisfiable by contao/core-bundle[5.3.34].<br />
&nbsp; &nbsp; - contao/newsletter-bundle 5.3.35 requires contao/core-bundle 5.3.35 -&gt; satisfiable by contao/core-bundle[5.3.35].<br />
&nbsp; &nbsp; - contao/newsletter-bundle 5.3.36 requires contao/core-bundle 5.3.36 -&gt; satisfiable by contao/core-bundle[5.3.36].<br />
&nbsp; &nbsp; - contao/newsletter-bundle 5.3.37 requires contao/core-bundle 5.3.37 -&gt; satisfiable by contao/core-bundle[5.3.37].<br />
&nbsp; &nbsp; - contao/newsletter-bundle 5.3.38 requires contao/core-bundle 5.3.38 -&gt; satisfiable by contao/core-bundle[5.3.38].<br />
&nbsp; &nbsp; - contao/newsletter-bundle 5.3.39 requires contao/core-bundle 5.3.39 -&gt; satisfiable by contao/core-bundle[5.3.39].<br />
&nbsp; &nbsp; - contao/newsletter-bundle 5.3.4 requires contao/core-bundle 5.3.4 -&gt; satisfiable by contao/core-bundle[5.3.4].<br />
&nbsp; &nbsp; - contao/newsletter-bundle 5.3.40 requires contao/core-bundle 5.3.40 -&gt; satisfiable by contao/core-bundle[5.3.40].<br />
&nbsp; &nbsp; - contao/newsletter-bundle 5.3.41 requires contao/core-bundle 5.3.41 -&gt; satisfiable by contao/core-bundle[5.3.41].<br />
&nbsp; &nbsp; - contao/newsletter-bundle 5.3.42 requires contao/core-bundle 5.3.42 -&gt; satisfiable by contao/core-bundle[5.3.42].<br />
&nbsp; &nbsp; - contao/newsletter-bundle 5.3.43 requires contao/core-bundle 5.3.43 -&gt; satisfiable by contao/core-bundle[5.3.43].<br />
&nbsp; &nbsp; - contao/newsletter-bundle 5.3.44 requires contao/core-bundle 5.3.44 -&gt; satisfiable by contao/core-bundle[5.3.44].<br />
&nbsp; &nbsp; - contao/newsletter-bundle 5.3.45 requires contao/core-bundle 5.3.45 -&gt; satisfiable by contao/core-bundle[5.3.45].<br />
&nbsp; &nbsp; - contao/newsletter-bundle 5.3.5 requires contao/core-bundle 5.3.5 -&gt; satisfiable by contao/core-bundle[5.3.5].<br />
&nbsp; &nbsp; - contao/newsletter-bundle 5.3.6 requires contao/core-bundle 5.3.6 -&gt; satisfiable by contao/core-bundle[5.3.6].<br />
&nbsp; &nbsp; - contao/newsletter-bundle 5.3.7 requires contao/core-bundle 5.3.7 -&gt; satisfiable by contao/core-bundle[5.3.7].<br />
&nbsp; &nbsp; - contao/newsletter-bundle 5.3.8 requires contao/core-bundle 5.3.8 -&gt; satisfiable by contao/core-bundle[5.3.8].<br />
&nbsp; &nbsp; - contao/newsletter-bundle 5.3.9 requires contao/core-bundle 5.3.9 -&gt; satisfiable by contao/core-bundle[5.3.9].<br />
&nbsp; &nbsp; - do-while/contao-backupdb-bundle[1.4.0, ..., 1.4.2] require contao/core-bundle &gt;=4.4.0,&lt;5.0 -&gt; satisfiable by contao/core-bundle[4.4.0, ..., 4.13.58].<br />
&nbsp; &nbsp; - do-while/contao-backupdb-bundle[1.5.0, ..., 1.6.0] require contao/core-bundle &gt;=4.9.0,&lt;5.0 -&gt; satisfiable by contao/core-bundle[4.9.0, ..., 4.13.58].<br />
&nbsp; &nbsp; - scheb/2fa-backup-code[v6.0.0, ..., v6.3.0] require php ~8.0.0 || ~8.1.0 -&gt; your php version (8.5.5.0) does not satisfy that requirement.<br />
&nbsp; &nbsp; - scheb/2fa-backup-code[v6.10.0, ..., v6.12.0] require php ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 -&gt; your php version (8.5.5.0) does not satisfy that requirement.<br />
&nbsp; &nbsp; - scheb/2fa-backup-code v6.13.0 requires php ~8.2.0 || ~8.3.0 || ~8.4.0 -&gt; your php version (8.5.5.0) does not satisfy that requirement.<br />
&nbsp; &nbsp; - scheb/2fa-backup-code v6.13.1 requires php ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 -&gt; your php version (8.5.5.0) does not satisfy that requirement.<br />
&nbsp; &nbsp; - scheb/2fa-backup-code[v6.4.0, ..., v6.9.0] require php ~8.0.0 || ~8.1.0 || ~8.2.0 -&gt; your php version (8.5.5.0) does not satisfy that requirement.<br />
&nbsp; &nbsp; - terminal42/header-replay-bundle[1.0.0, ..., 1.4.4] require php &gt;=5.6,&lt;8 -&gt; your php version (8.5.5.0) does not satisfy that requirement.<br />
&nbsp; &nbsp; - terminal42/header-replay-bundle[1.5.0, ..., 1.5.3] require php ^5.6 | ^7.0 -&gt; your php version (8.5.5.0) does not satisfy that requirement.<br />
&nbsp; &nbsp; - Conclusion: don't install contao/core-bundle 5.3.20 (conflict analysis result)<br />
&nbsp; &nbsp; - Conclusion: don't install contao/core-bundle 5.3.21 (conflict analysis result)<br />
&nbsp; &nbsp; - Conclusion: don't install contao/core-bundle 5.3.22 (conflict analysis result)<br />
&nbsp; &nbsp; - Conclusion: don't install contao/core-bundle 5.3.23 (conflict analysis result)<br />
&nbsp; &nbsp; - Conclusion: don't install contao/core-bundle 5.3.24 (conflict analysis result)<br />
&nbsp; &nbsp; - Conclusion: don't install contao/core-bundle 5.3.25 (conflict analysis result)<br />
&nbsp; &nbsp; - Conclusion: don't install contao/core-bundle 5.3.26 (conflict analysis result)<br />
&nbsp; &nbsp; - Conclusion: don't install contao/core-bundle 5.3.27 (conflict analysis result)<br />
&nbsp; &nbsp; - Conclusion: don't install contao/core-bundle 5.3.28 (conflict analysis result)<br />
&nbsp; &nbsp; - Conclusion: don't install contao/core-bundle 5.3.29 (conflict analysis result)<br />
&nbsp; &nbsp; - Conclusion: don't install contao/core-bundle 5.3.30 (conflict analysis result)<br />
&nbsp; &nbsp; - Conclusion: don't install contao/core-bundle 5.3.31 (conflict analysis result)<br />
&nbsp; &nbsp; - Conclusion: don't install contao/core-bundle 5.3.32 (conflict analysis result)<br />
&nbsp; &nbsp; - Conclusion: don't install contao/core-bundle 5.3.33 (conflict analysis result)<br />
&nbsp; &nbsp; - Conclusion: don't install contao/core-bundle 5.3.34 (conflict analysis result)<br />
&nbsp; &nbsp; - Conclusion: don't install contao/core-bundle 5.3.35 (conflict analysis result)<br />
&nbsp; &nbsp; - Conclusion: don't install contao/core-bundle 5.3.36 (conflict analysis result)<br />
&nbsp; &nbsp; - Conclusion: don't install contao/core-bundle 5.3.37 (conflict analysis result)<br />
&nbsp; &nbsp; - Conclusion: don't install contao/core-bundle 5.3.38 (conflict analysis result)<br />
&nbsp; &nbsp; - Conclusion: don't install contao/core-bundle 5.3.39 (conflict analysis result)<br />
&nbsp; &nbsp; - Conclusion: don't install contao/core-bundle 5.3.40 (conflict analysis result)<br />
&nbsp; &nbsp; - Conclusion: don't install contao/core-bundle 5.3.41 (conflict analysis result)<br />
&nbsp; &nbsp; - Conclusion: don't install contao/core-bundle 5.3.42 (conflict analysis result)<br />
&nbsp; &nbsp; - Conclusion: don't install contao/core-bundle 5.3.43 (conflict analysis result)<br />
&nbsp; &nbsp; - Conclusion: don't install contao/core-bundle 5.3.44 (conflict analysis result)<br />
&nbsp; &nbsp; - Conclusion: don't install contao/core-bundle 5.3.45 (conflict analysis result)<br />
&nbsp; &nbsp; - You can only install one version of a package, so only one of these can be installed: contao/core-bundle[4.1.0, ..., 4.13.58, 5.0.0, ..., 5.7.3].<br />
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.<br />
[203.8MiB/26.42s] &lt;warning&gt;Running update with --no-dev does not mean require-dev is ignored, it just means the packages will not be installed. If dev requirements are blocking the update you have to resolve those problems.&lt;/warning&gt;<br />
[66.8MiB/26.56s] Memory usage: 66.84MB (peak: 239.99MB), time: 26.57s.<br />
[66.8MiB/26.56s] Finished Composer Cloud resolving.<br />
# Cloud Job ID hJVene3fcGjhVk5XIqBAjq5qXiYGj0VLSjIHrofrajeqOORgwB9FMaHMI0TnaF1NlRSY1mIX4nT4d8ElT3tBC7IF3d8vTveCatXRioh8NLAeBaCYs failed</code><hr />
</div>Hier noch meine composer.json<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">{<br />
&nbsp; &nbsp; &quot;type&quot;: &quot;project&quot;,<br />
&nbsp; &nbsp; &quot;require&quot;: {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &quot;codefog/contao-cookiebar&quot;: &quot;^2.1&quot;,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &quot;codefog/contao-mobile_menu&quot;: &quot;^2.7&quot;,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &quot;contao/calendar-bundle&quot;: &quot;4.13.*&quot;,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &quot;contao/comments-bundle&quot;: &quot;4.13.*&quot;,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &quot;contao/conflicts&quot;: &quot;*@dev&quot;,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &quot;contao/faq-bundle&quot;: &quot;4.13.*&quot;,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &quot;contao/listing-bundle&quot;: &quot;4.13.*&quot;,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &quot;contao/manager-bundle&quot;: &quot;4.13.*&quot;,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &quot;contao/news-bundle&quot;: &quot;4.13.*&quot;,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &quot;contao/newsletter-bundle&quot;: &quot;4.13.*&quot;,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &quot;do-while/contao-backupdb-bundle&quot;: &quot;^1.4&quot;,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &quot;madeyourday/contao-rocksolid-columns&quot;: &quot;^2.0&quot;,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &quot;madeyourday/contao-rocksolid-custom-elements&quot;: &quot;^2.2&quot;,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &quot;madeyourday/contao-rocksolid-slider&quot;: &quot;^2.0&quot;,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &quot;netzmacht/contao-font-awesome-inserttag&quot;: &quot;^2.0&quot;<br />
&nbsp; &nbsp; },<br />
&nbsp; &nbsp; &quot;extra&quot;: {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &quot;contao-component-dir&quot;: &quot;assets&quot;<br />
&nbsp; &nbsp; },<br />
&nbsp; &nbsp; &quot;scripts&quot;: {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &quot;post-install-cmd&quot;: [<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; ],<br />
&nbsp; &nbsp; &nbsp; &nbsp; &quot;post-update-cmd&quot;: [<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; ]<br />
&nbsp; &nbsp; },<br />
&nbsp; &nbsp; &quot;config&quot;: {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &quot;audit&quot;: {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;block-insecure&quot;: false<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; }<br />
}</code><hr />
</div>Kann mir hier bitte jemand weiterhelfen?<br />
(Muss dazu sagen, wir kommen bei dieser Website von einer ursprünglich installierten Version 4.4)</div>

]]></content:encoded>
			<category domain="https://community.contao.org/de/forumdisplay.php?48-Installation-Update">Installation / Update</category>
			<dc:creator>Claudi</dc:creator>
			<guid isPermaLink="true">https://community.contao.org/de/showthread.php?89260-Update-von-4-13-auf-5-3-schlägt-fehl</guid>
		</item>
		<item>
			<title>Drei Events in einem - und wir laden dich ein!</title>
			<link>https://community.contao.org/de/showthread.php?89259-Drei-Events-in-einem-und-wir-laden-dich-ein!&amp;goto=newpost</link>
			<pubDate>Thu, 23 Apr 2026 13:50:36 GMT</pubDate>
			<description><![CDATA[20 Jahre Contao, Mitgliederversammlung der Contao Association und Yanick bringt uns die Contao 5.7 LTS näher. 
 
 
Ganzen Beitrag zu 'Drei Events in...]]></description>
			<content:encoded><![CDATA[<div>20 Jahre Contao, Mitgliederversammlung der Contao Association und Yanick bringt uns die Contao 5.7 LTS näher.<br />
<br />
<br />
<a href="https://contao.org/de/news/drei-events-in-einem-und-wir-laden-dich-ein" target="_blank">Ganzen Beitrag zu 'Drei Events in einem - und wir laden dich ein!' lesen</a></div>

]]></content:encoded>
			<category domain="https://community.contao.org/de/forumdisplay.php?36-Ankündigungen-Hinweise">Ankündigungen/Hinweise</category>
			<dc:creator>contao.org</dc:creator>
			<guid isPermaLink="true">https://community.contao.org/de/showthread.php?89259-Drei-Events-in-einem-und-wir-laden-dich-ein!</guid>
		</item>
		<item>
			<title>5.7.x Varianten für news_full und news_latest möglich?</title>
			<link>https://community.contao.org/de/showthread.php?89258-Varianten-für-news_full-und-news_latest-möglich&amp;goto=newpost</link>
			<pubDate>Thu, 23 Apr 2026 09:15:49 GMT</pubDate>
			<description>Hallo, 
ich hätte gern Varianten für die Templates news_full und news_latest definiert, aber im Gegensatz zu ce_* und mod_* wird das im Template...</description>
			<content:encoded><![CDATA[<div>Hallo,<br />
ich hätte gern Varianten für die Templates news_full und news_latest definiert, aber im Gegensatz zu ce_* und mod_* wird das im Template Studio nicht angeboten. Diese Templates kann ich nur durch <i>ein</i> eigenes ersetzen. Ist das ein Bug oder Feature?<br />
Alternativ habe ich von dem geänderten Template news_full, das dann im Ordner /templates abgelegt wird, eine Kopie mit erweitertem Namen dazu kopiert. Aber diese Kopie ist weder im Template Studio zu sehen noch in der Modulkonfiguration (Typ Nachrichtenleser) auswählbar. Dieser Weg wäre meinetwegen eine Alternative. Müsste dieses 'neue' Template dazu irgendwo bekannt gemacht werden?<br />
In der Doku finde ich zwar einen Hinweis, dass neue Templates mit dem Template Studio angelegt werden können, aber da muss ich etwas missverstanden haben.</div>

]]></content:encoded>
			<category domain="https://community.contao.org/de/forumdisplay.php?53-Layout-Templates-Holy-Grail">Layout / Templates / Holy Grail</category>
			<dc:creator>RuedigerMH</dc:creator>
			<guid isPermaLink="true">https://community.contao.org/de/showthread.php?89258-Varianten-für-news_full-und-news_latest-möglich</guid>
		</item>
		<item>
			<title>5.7.x Neuinstallation 5.7: Schleife in der DB</title>
			<link>https://community.contao.org/de/showthread.php?89257-Neuinstallation-5-7-Schleife-in-der-DB&amp;goto=newpost</link>
			<pubDate>Wed, 22 Apr 2026 12:05:29 GMT</pubDate>
			<description>Hallo, 
 
 
 
installiere soeben CONTAO 5.7 neu, doch über den Contao- Manager hänge ich bei der DB in einer Schleife: 
 
 
Code: 
--------- 
Feld...</description>
			<content:encoded><![CDATA[<div>Hallo,<br />
<br />
<br />
<br />
installiere soeben CONTAO 5.7 neu, doch über den Contao- Manager hänge ich bei der DB in einer Schleife:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Feld webauthn_credentials.transports ändernJSON NOT NULL<br />
Feld webauthn_credentials.trustPath ändernJSON NOT NULL<br />
Feld webauthn_credentials.otherUI ändernJSON DEFAULT NULL<br />
ALTER TABLE webauthn_credentials CHANGE transports transports JSON NOT NULL, CHANGE trustPath trustPath JSON NOT NULL, CHANGE otherUI otherUI JSON DEFAULT NULL<br />
Feld tl_content.jsonData ändernJSON DEFAULT NULL<br />
ALTER TABLE tl_content CHANGE jsonData jsonData JSON DEFAULT NULL</code><hr />
</div><br />
<br />
Was habe ich übersehen ?<br />
<br />
Vielen Dank für Hinweise.</div>

]]></content:encoded>
			<category domain="https://community.contao.org/de/forumdisplay.php?48-Installation-Update">Installation / Update</category>
			<dc:creator>mv-soft</dc:creator>
			<guid isPermaLink="true">https://community.contao.org/de/showthread.php?89257-Neuinstallation-5-7-Schleife-in-der-DB</guid>
		</item>
		<item>
			<title>Anerkennung von Open-Source-Arbeit</title>
			<link>https://community.contao.org/de/showthread.php?89256-Anerkennung-von-Open-Source-Arbeit&amp;goto=newpost</link>
			<pubDate>Wed, 22 Apr 2026 07:00:18 GMT</pubDate>
			<description>Es wird in letzter Zeit oft von der digitalen Souveränität gesprochen und da ist Open-Source-Software einen elementaren Baustein davon. 
 
 
Ganzen...</description>
			<content:encoded><![CDATA[<div>Es wird in letzter Zeit oft von der digitalen Souveränität gesprochen und da ist Open-Source-Software einen elementaren Baustein davon.<br />
<br />
<br />
<a href="https://contao.org/de/news/anerkennung-von-open-source-arbeit" target="_blank">Ganzen Beitrag zu 'Anerkennung von Open-Source-Arbeit' lesen</a></div>

]]></content:encoded>
			<category domain="https://community.contao.org/de/forumdisplay.php?36-Ankündigungen-Hinweise">Ankündigungen/Hinweise</category>
			<dc:creator>contao.org</dc:creator>
			<guid isPermaLink="true">https://community.contao.org/de/showthread.php?89256-Anerkennung-von-Open-Source-Arbeit</guid>
		</item>
		<item>
			<title>5.7.x Downlaods Template soll Link im neuen Fenster öffnen</title>
			<link>https://community.contao.org/de/showthread.php?89255-Downlaods-Template-soll-Link-im-neuen-Fenster-öffnen&amp;goto=newpost</link>
			<pubDate>Tue, 21 Apr 2026 07:51:05 GMT</pubDate>
			<description>Hallo, 
 
 
 
nutze nun zum 1. mal das Template Studio, mein Ziel: 
 
Bei DOWNLOADS soll der Link ein neues Fenster öffnen. 
 
 
Habe verschiedenes...</description>
			<content:encoded><![CDATA[<div>Hallo,<br />
<br />
<br />
<br />
nutze nun zum 1. mal das Template Studio, mein Ziel:<br />
<br />
Bei DOWNLOADS soll der Link ein neues Fenster öffnen.<br />
<br />
<br />
Habe verschiedenes recherchiert, getestet, komme aber nicht zum Ziel, siehe Anlage.<br />
<br />
Gibt es dafür eine Anleitung ?<br />
<br />
<br />
<br />
<br />
Vielen Dank für Hinweise.</div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Angehängte Grafiken</legend>
			<ul>
			<li>
	<img class="inlineimg" src="https://community.contao.org/de/images/attach/gif.gif" alt="Dateityp: gif" />
	<a href="https://community.contao.org/de/attachment.php?attachmentid=28372&amp;d=1776757788" target="_blank">twig-downloads.gif</a> 
(56,3 KB)
</li>
			</ul>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<category domain="https://community.contao.org/de/forumdisplay.php?53-Layout-Templates-Holy-Grail">Layout / Templates / Holy Grail</category>
			<dc:creator>mv-soft</dc:creator>
			<guid isPermaLink="true">https://community.contao.org/de/showthread.php?89255-Downlaods-Template-soll-Link-im-neuen-Fenster-öffnen</guid>
		</item>
		<item>
			<title>Mehrere Websites in einer Installation?</title>
			<link>https://community.contao.org/de/showthread.php?89254-Mehrere-Websites-in-einer-Installation&amp;goto=newpost</link>
			<pubDate>Tue, 21 Apr 2026 06:56:13 GMT</pubDate>
			<description>Hallo zusammen! 
 
Ich stehe gerade vor einer für mich neuen Aufgabe und wollte Euch um Eure Einschätzung bitten. 
 
Ich soll innerhalb einer...</description>
			<content:encoded><![CDATA[<div>Hallo zusammen!<br />
<br />
Ich stehe gerade vor einer für mich neuen Aufgabe und wollte Euch um Eure Einschätzung bitten.<br />
<br />
Ich soll innerhalb einer bestehenden Contao-Installation (also neben der bisherigen Hauptseite) eine weitere Website aufbauen. Wenn ich es richtig verstanden habe, würde das über einen eigenen Seitenbaum mit eigenem Theme und eigener Domain laufen – korrekt?<br />
<br />
Bisher habe ich immer nur mit „eine Installation = eine Website“ gearbeitet, daher fehlt mir hier etwas die Erfahrung.<br />
<br />
Meine konkrete Frage:<br />
Ist es möglich (und sinnvoll), die neue Seite zunächst lokal aufzubauen und anschließend in die bestehende Installation zu übertragen?<br />
<br />
Ich hätte jetzt naiv gedacht:<br />
<br />
* Theme lokal entwickeln und als cto-Datei exportieren<br />
* benötigte Dateien aus dem Dateisystem übernehmen<br />
* Theme in der Zielinstallation importieren<br />
<br />
Aber wie sieht es mit den Inhalten aus?<br />
Müssen Seiten, Artikel und Inhaltselemente im Zielsystem komplett neu angelegt werden (was in diesem Fall überschaubar wäre) oder gibt es dafür einen sauberen Migrationsweg?<br />
<br />
Wie würdet Ihr hier vorgehen bzw. was ist Best Practice in so einem Fall?<br />
<br />
Hinweis: Da wir erst einmal nur ein Angebot für dieses Projekt erstellen, und ich noch keinen Einblick in das bestehende System habe, weiß ich nicht, um welche Contao-Version es sich handelt. Ich gehe aber davon aus, dass es 5.3 oder 4.13 sein wird.<br />
<br />
Vielen Dank Euch!</div>

]]></content:encoded>
			<category domain="https://community.contao.org/de/forumdisplay.php?48-Installation-Update">Installation / Update</category>
			<dc:creator>bowman</dc:creator>
			<guid isPermaLink="true">https://community.contao.org/de/showthread.php?89254-Mehrere-Websites-in-einer-Installation</guid>
		</item>
		<item>
			<title>5.3.x externe Daten via api holen</title>
			<link>https://community.contao.org/de/showthread.php?89253-externe-Daten-via-api-holen&amp;goto=newpost</link>
			<pubDate>Mon, 20 Apr 2026 16:43:29 GMT</pubDate>
			<description>Hallo zusammen; 
 
eigentlich schien die Architektur eines Projekts ganz klar zu sein, dann kam es anders. 
 
Geplant war die Datentabelle der...</description>
			<content:encoded><![CDATA[<div>Hallo zusammen;<br />
<br />
eigentlich schien die Architektur eines Projekts ganz klar zu sein, dann kam es anders.<br />
<br />
Geplant war die Datentabelle der Mitglieder stark zu erweitern und mithilfe von Contao Manager eine detaillierte Suche nach bestimmten Attributen der Mitglieder zu realisieren, als Listenansicht und Detailseiten. Geplant war, dass die Mitglieder selber einen Teil ihrer Daten ändern können. Da bestimmte Mitglieder in dem Verein bestimmte Funktionen haben, sollte sie auf entsprechenden Seiten mit ihren Daten aus tl_member dargestellt werden. Das ließ sich einfach mit Custom Elements umsetzen.<br />
<br />
Aber plötzlich: alles anders!<br />
<br />
Die Daten sollen jetzt nicht mehr in Contao liegen sondern in einer Mitgliederverwaltungssoftware, die ein Api zur Verfügung stellt um auf die Daten zuzugreifen.<br />
Eine Synchronisation der Daten ist nicht erwünscht, es soll in Echtzeit auf die externen Daten zugegriffen werden.<br />
<br />
Da ist Programmierung gefragt.<br />
<br />
Die Anforderungen gehen aber weit über meine Möglichkeiten hinaus.<br />
Extensions, die in eine ähnliche Richtung gehen, konnte ich nicht finden.<br />
<br />
Vielleicht ist alles ja auch viel einfacher als gedacht.<br />
<br />
Wer hat schon ähnliches realisiert? Mit welchen Tools? Mit welchen Dienstleistern?<br />
<br />
Ich bin für jeden Hinweis dankbar!<br />
<br />
Besten Dank im voraus und herzliche Grüße aus Dortmund!</div>

]]></content:encoded>
			<category domain="https://community.contao.org/de/forumdisplay.php?86-Allgemeine-Inhaltselemente">Allgemeine Inhaltselemente</category>
			<dc:creator>pinda</dc:creator>
			<guid isPermaLink="true">https://community.contao.org/de/showthread.php?89253-externe-Daten-via-api-holen</guid>
		</item>
		<item>
			<title>5.7.x Upgrade von 4.13 auf 5.7: DB Problem trotz erfolgreichem Testlauf</title>
			<link>https://community.contao.org/de/showthread.php?89252-Upgrade-von-4-13-auf-5-7-DB-Problem-trotz-erfolgreichem-Testlauf&amp;goto=newpost</link>
			<pubDate>Mon, 20 Apr 2026 08:50:18 GMT</pubDate>
			<description>Hallo, 
 
 
 
habe in 4.13 alte Erweiterungen gelöscht und einen Testlauf gemacht... kein Fehler. 
 
 
Jetzt wurde das Upgrade zwar umgesetzt, aber...</description>
			<content:encoded><![CDATA[<div>Hallo,<br />
<br />
<br />
<br />
habe in 4.13 alte Erweiterungen gelöscht und einen Testlauf gemacht... kein Fehler.<br />
<br />
<br />
Jetzt wurde das Upgrade zwar umgesetzt, aber die DB meldet einen Fehler:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Datenbank-Probleme<br />
Exception in file vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php on line 91<br />
<br />
An exception occurred in the driver: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO)<br />
#0 vendor/doctrine/dbal/src/Connection.php(1460): Doctrine\DBAL\Driver\API\MySQL\ExceptionConverter-&gt;convert()<br />
#1 vendor/doctrine/dbal/src/Connection.php(1402): Doctrine\DBAL\Connection-&gt;handleDriverException()<br />
#2 vendor/doctrine/dbal/src/Connection.php(224): Doctrine\DBAL\Connection-&gt;convertException()<br />
#3 vendor/doctrine/dbal/src/Connection.php(792): Doctrine\DBAL\Connection-&gt;connect()<br />
#4 vendor/doctrine/dbal/src/Connection.php(332): Doctrine\DBAL\Connection-&gt;executeQuery()<br />
#5 vendor/contao/core-bundle/src/Command/MigrateCommand.php(528): Doctrine\DBAL\Connection-&gt;fetchOne()<br />
#6 vendor/contao/core-bundle/src/Command/MigrateCommand.php(73): Contao\CoreBundle\Command\MigrateCommand-&gt;compileConfigurationErrors()<br />
#7 vendor/symfony/console/Command/Command.php(341): Contao\CoreBundle\Command\MigrateCommand-&gt;execute()<br />
#8 vendor/symfony/console/Application.php(1117): Symfony\Component\Console\Command\Command-&gt;run()<br />
#9 vendor/symfony/framework-bundle/Console/Application.php(123): Symfony\Component\Console\Application-&gt;doRunCommand()<br />
#10 vendor/symfony/console/Application.php(356): Symfony\Bundle\FrameworkBundle\Console\Application-&gt;doRunCommand()<br />
#11 vendor/symfony/framework-bundle/Console/Application.php(77): Symfony\Component\Console\Application-&gt;doRun()<br />
#12 vendor/symfony/console/Application.php(195): Symfony\Bundle\FrameworkBundle\Console\Application-&gt;doRun()<br />
#13 vendor/contao/manager-bundle/bin/contao-console(45): Symfony\Component\Console\Application-&gt;run()<br />
#14 {main}</code><hr />
</div><br />
Was habe ich übersehen ?<br />
<br />
Vielen Dank für Hinweise.</div>

]]></content:encoded>
			<category domain="https://community.contao.org/de/forumdisplay.php?48-Installation-Update">Installation / Update</category>
			<dc:creator>mv-soft</dc:creator>
			<guid isPermaLink="true">https://community.contao.org/de/showthread.php?89252-Upgrade-von-4-13-auf-5-7-DB-Problem-trotz-erfolgreichem-Testlauf</guid>
		</item>
		<item>
			<title>5.3.x Warenkorb Funktionalität</title>
			<link>https://community.contao.org/de/showthread.php?89251-Warenkorb-Funktionalität&amp;goto=newpost</link>
			<pubDate>Mon, 20 Apr 2026 08:41:19 GMT</pubDate>
			<description>Hi! 
 
Gibt es irgendeine Erweiterung, die eine Warenkorb Funktionalität übernimmt? Also quasi Isotope ohne Checkout. ;) Eine Art Merkliste, die ich...</description>
			<content:encoded><![CDATA[<div>Hi!<br />
<br />
Gibt es irgendeine Erweiterung, die eine Warenkorb Funktionalität übernimmt? Also quasi Isotope ohne Checkout. ;) Eine Art Merkliste, die ich mit Formularversand versende. Shop Lite…<br />
<br />
Grüße<br />
mapfei</div>

]]></content:encoded>
			<category domain="https://community.contao.org/de/forumdisplay.php?86-Allgemeine-Inhaltselemente">Allgemeine Inhaltselemente</category>
			<dc:creator>mapfei</dc:creator>
			<guid isPermaLink="true">https://community.contao.org/de/showthread.php?89251-Warenkorb-Funktionalität</guid>
		</item>
		<item>
			<title>5.7.x Muss mich immer wieder im BE neu anmelden</title>
			<link>https://community.contao.org/de/showthread.php?89250-Muss-mich-immer-wieder-im-BE-neu-anmelden&amp;goto=newpost</link>
			<pubDate>Mon, 20 Apr 2026 07:16:27 GMT</pubDate>
			<description>Hallo, ich verwende die aktuelle Contao 5.7.3 Version und wenn ich mich im Backend aufhalte, muss ich mich hier jetzt immer wieder neu anmelden, wenn...</description>
			<content:encoded><![CDATA[<div>Hallo, ich verwende die aktuelle Contao 5.7.3 Version und wenn ich mich im Backend aufhalte, muss ich mich hier jetzt immer wieder neu anmelden, wenn ich z.B. von Artikel zu den Seiten, oder wo anders hin möchte. Zumindest, wenn ich kurze Zeit nichts mache (so eine Minute).<br />
<br />
Ist das ein Cache-Problem bei mir? Ist mir zuvor nicht aufgefallen, ausser ich bin im Frontend im geschlossenen Bereich und steig dann dort wieder aus. <br />
<br />
Ich verwende Firefox</div>

]]></content:encoded>
			<category domain="https://community.contao.org/de/forumdisplay.php?108-Benutzer-gruppen">Benutzer/-gruppen</category>
			<dc:creator>m-werk</dc:creator>
			<guid isPermaLink="true">https://community.contao.org/de/showthread.php?89250-Muss-mich-immer-wieder-im-BE-neu-anmelden</guid>
		</item>
		<item>
			<title>Eigene Grafiken / Bilder in ChangeLanguage v3.8</title>
			<link>https://community.contao.org/de/showthread.php?89249-Eigene-Grafiken-Bilder-in-ChangeLanguage-v3-8&amp;goto=newpost</link>
			<pubDate>Mon, 20 Apr 2026 01:11:28 GMT</pubDate>
			<description>Guten Tag, 
Frage: Wie kann ich unter Contao 5.7 und terminal42/contao-changelanguage 3.8 eigene Bilder hinterlegen um die Sprache zu wechseln?...</description>
			<content:encoded><![CDATA[<div>Guten Tag,<br />
Frage: Wie kann ich unter Contao 5.7 und terminal42/contao-changelanguage 3.8 eigene Bilder hinterlegen um die Sprache zu wechseln?<br />
Früher konnte ich einfach z.B. &lt;img src=&quot;/files/Layout/language_selection/english.jpg&quot; alt=&quot;english&quot;&gt; hinterlegen.<br />
Nach dem Update von Contao 5.3.x auf Contao 5.7.x werden die Bilder im Frontend nicht mehr angezeigt sondern ein Text mit dem IMG Tag.<br />
Wenn ich auf den IMG Tag klicke wird die Sprache korrekt gewechselt.<br />
Andere Bilder auf der Webseite im IMG Tag werden korrekt angeigt.<br />
Mache ich was Falsch oder hat die Erweiterung in der Version 3.8 da einen Fehler?<br />
Hatt jemand vielleicht eine Idee, wie ich das Problem lösen könnte? Template Anpassen, per CSS?<br />
Freundliche Grüße<br />
Stefan D.</div>

]]></content:encoded>
			<category domain="https://community.contao.org/de/forumdisplay.php?22-changelanguage">changelanguage</category>
			<dc:creator>sdahlmann</dc:creator>
			<guid isPermaLink="true">https://community.contao.org/de/showthread.php?89249-Eigene-Grafiken-Bilder-in-ChangeLanguage-v3-8</guid>
		</item>
		<item>
			<title>5.7.x Navi um span Erweitern mit TWIG</title>
			<link>https://community.contao.org/de/showthread.php?89248-Navi-um-span-Erweitern-mit-TWIG&amp;goto=newpost</link>
			<pubDate>Sat, 18 Apr 2026 13:25:54 GMT</pubDate>
			<description><![CDATA[Moin Zusammen, 
 
ich möchte das Template der Haupt-Navigation so erweitern, dass der Link einen <span> erhält. 
 
*Contao Demo*: 
 
Code: 
---------...]]></description>
			<content:encoded><![CDATA[<div>Moin Zusammen,<br />
<br />
ich möchte das Template der Haupt-Navigation so erweitern, dass der Link einen &lt;span&gt; erhält.<br />
<br />
<b>Contao Demo</b>:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&lt;li class=&quot;submenu sibling&quot;&gt;<br />
&lt;a href=&quot;/content-elements.html&quot; class=&quot;submenu sibling&quot; aria-haspopup=&quot;&quot;&gt;Content Elements&lt;/a&gt;&lt;button class=&quot;btn-toggle-submenu&quot; aria-haspopup=&quot;true&quot; aria-expanded=&quot;false&quot; data-label=&quot;Content Elements&quot; aria-label=&quot;Expand menu: Content Elements&quot;&gt;&lt;/button&gt;&lt;ul class=&quot;level_2&quot;&gt;<br />
&lt;li class=&quot;noprevlink&quot;&gt;<br />
&lt;a href=&quot;/text-elements.html&quot; class=&quot;noprevlink&quot;&gt;Text elements&lt;/a&gt;&lt;/li&gt;<br />
.<br />
.<br />
.<br />
&lt;/ul&gt;<br />
&lt;/li&gt;</code><hr />
</div><b>angepasst</b>:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&lt;li class=&quot;submenu sibling&quot;&gt;<br />
&lt;a href=&quot;/content-elements.html&quot; class=&quot;submenu sibling&quot; aria-haspopup=&quot;&quot;&gt;Content Elements&lt;/a&gt;&lt;button class=&quot;btn-toggle-submenu&quot; aria-haspopup=&quot;true&quot; aria-expanded=&quot;false&quot; data-label=&quot;Content Elements&quot; aria-label=&quot;Expand menu: Content Elements&quot;&gt;&lt;/button&gt;&lt;ul class=&quot;level_2&quot;&gt;<br />
&lt;li class=&quot;noprevlink&quot;&gt;<br />
&lt;a href=&quot;/text-elements.html&quot; class=&quot;noprevlink&quot;&gt;<b>&lt;span&gt;</b>Text elements<b>&lt;/span&gt;</b>&lt;/a&gt;&lt;/li&gt;<br />
.<br />
.<br />
.<br />
&lt;/ul&gt;<br />
&lt;/li&gt;</code><hr />
</div>Hat da jemand einen Tipp für mich, welches Template das ist und wie man das am geschicktesten machen kann?<br />
<br />
Grüße</div>

]]></content:encoded>
			<category domain="https://community.contao.org/de/forumdisplay.php?53-Layout-Templates-Holy-Grail">Layout / Templates / Holy Grail</category>
			<dc:creator>tschero</dc:creator>
			<guid isPermaLink="true">https://community.contao.org/de/showthread.php?89248-Navi-um-span-Erweitern-mit-TWIG</guid>
		</item>
		<item>
			<title>Goolge Unternehmensprofil</title>
			<link>https://community.contao.org/de/showthread.php?89247-Goolge-Unternehmensprofil&amp;goto=newpost</link>
			<pubDate>Fri, 17 Apr 2026 14:31:48 GMT</pubDate>
			<description>Hallo zusammen, 
 
mein Nachbar sprach mich vor ein paar Wochen darauf an. Er hat ein (Klein-) Gewerbe an seinem Küchentisch angemeldet und möchte...</description>
			<content:encoded><![CDATA[<div>Hallo zusammen,<br />
<br />
mein Nachbar sprach mich vor ein paar Wochen darauf an. Er hat ein (Klein-) Gewerbe an seinem Küchentisch angemeldet und möchte bei Google gefunden werden.<br />
Über Socialmedia hatte er einen &quot;Experten&quot; gefunden, der monatlich 80€ dafür haben wollte ihn bei Google anzumelden. (Er spricht nur schlecht Deutsch.)<br />
<br />
Jedenfalls habe ich mal einen Blick in sein Google-Konto geworfen. Da waren zwei Gewerbeeinträge. Einer war bereits abgelehnt worden, der andere stand auf &quot;Verizifierung offen&quot; und Google wollte, dass man ein Video von den Geschäftsräumen und dem Eingangsbereich mit dem Firmennamen macht. (Die haben Humor.)<br />
<br />
Die Einträge haben wir dann mal gelöscht und einen neuen Anlauf genommen. Dann kam auch die Möglichkeit der Verifizierung über die Rufnummer. Das hat auch geklappt und jetzt steht der Eintrag auf &quot;Prüfung&quot;. Mit dem Hinweis: &quot;Die Überprüfung kann bis zu fünf Tage dauern.&quot; Die fünf Tage sind jetzt seit fünf Tage rum, passiert ist aber nichts. Die Google (KI) Suche meint die Überprüfung könne auch vier Wochen dauern.<br />
<br />
Er hat keine Webseite, keinen Socialmedia Aufritt und die Adresse ist ein Wohnhaus. Da ist nicht viel zum Prüfen.<br />
<br />
Hat hier jemand aktuelle Erfahrungen mit der Verifizierung von Google Unternehmensprofilen?<br />
<br />
Danke &amp; Gruß<br />
<br />
Neelix</div>

]]></content:encoded>
			<category domain="https://community.contao.org/de/forumdisplay.php?94-Off-Topic">Off Topic</category>
			<dc:creator>neelix</dc:creator>
			<guid isPermaLink="true">https://community.contao.org/de/showthread.php?89247-Goolge-Unternehmensprofil</guid>
		</item>
		<item>
			<title>Probleme bei Option initial ausblenden, clustering mit eigenen Icons</title>
			<link>https://community.contao.org/de/showthread.php?89246-Probleme-bei-Option-initial-ausblenden-clustering-mit-eigenen-Icons&amp;goto=newpost</link>
			<pubDate>Fri, 17 Apr 2026 09:06:41 GMT</pubDate>
			<description><![CDATA[Hallo zusammen,  
wir haben aktuell die Herausforderung mit con4gis maps dass sich die Funktion "initial ausblenden" im Kartenstruktur Element...]]></description>
			<content:encoded><![CDATA[<div>Hallo zusammen, <br />
wir haben aktuell die Herausforderung mit con4gis maps dass sich die Funktion &quot;initial ausblenden&quot; im Kartenstruktur Element unregelmäßig verhält bzw. nicht funktioniert. <br />
Wir haben die Basics wie in der Doku beschrieben eingerichtet &amp; mehrere Quelltabellen für die Lokationen angebunden. <br />
Beim Refresh gibt es immer wieder unterschiedliches Verhalten bei der Funktion &quot;initial ausblenden&quot; ohne dass die Einstellungen im Backend geändert wurden. In den meisten Fällen abweichend von der tatsächlichen Einstellung.<br />
<br />
2. Herausforderung: Das Clustering funktioniert mit eigenen Icons nicht so wie gewünscht. (Auch hier gibt es ohne BE-Änderungen immer wieder mal den Fall dass das Clustering normal dargestellt wird, woher kommen diese Unregelmäßigkeiten im FE?) <br />
Es wird nur ein kleiner Punkt neben dem Custom Icon angezeigt.<br />
<br />
Aktuell kein Caching auf der Seite aktiv (Contao &amp; c4g)<br />
Contao 5.3.44, con4gis 10.3.3.0<br />
<br />
Danke für jeglichen Input :)</div>

]]></content:encoded>
			<category domain="https://community.contao.org/de/forumdisplay.php?181-con4gis">con4gis</category>
			<dc:creator>Medi</dc:creator>
			<guid isPermaLink="true">https://community.contao.org/de/showthread.php?89246-Probleme-bei-Option-initial-ausblenden-clustering-mit-eigenen-Icons</guid>
		</item>
		<item>
			<title>5.7.x Contao Manager: Endlos Schleife bei DB Aktualisierung</title>
			<link>https://community.contao.org/de/showthread.php?89245-Contao-Manager-Endlos-Schleife-bei-DB-Aktualisierung&amp;goto=newpost</link>
			<pubDate>Fri, 17 Apr 2026 08:04:04 GMT</pubDate>
			<description>Hallo, 
 
am Ende des Upodates fon 5.3 auf 5.7 gibt es eine Endlos- Schleife: 
 
 
 
Code: 
--------- 
Feld webauthn_credentials.transports ändern</description>
			<content:encoded><![CDATA[<div>Hallo,<br />
<br />
am Ende des Upodates fon 5.3 auf 5.7 gibt es eine Endlos- Schleife:<br />
<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Feld webauthn_credentials.transports ändern<br />
<br />
JSON NOT NULL<br />
Feld webauthn_credentials.trustPath ändern<br />
<br />
JSON NOT NULL<br />
Feld webauthn_credentials.otherUI ändern<br />
<br />
JSON DEFAULT NULL<br />
ALTER TABLE webauthn_credentials CHANGE transports transports JSON NOT NULL, CHANGE trustPath trustPath JSON NOT NULL, CHANGE otherUI otherUI JSON DEFAULT NULL<br />
Feld tl_content.jsonData ändern<br />
<br />
JSON DEFAULT NULL<br />
ALTER TABLE tl_content CHANGE jsonData jsonData JSON DEFAULT NULL</code><hr />
</div><br />
<br />
Nach Abbruch ist alles korrekt aufrufbar, nur bleibt der Hinweis im CONTAO Manager (Datenbank) bestehen.<br />
<br />
<br />
<br />
Vielen Dank für Hinweise.</div>

]]></content:encoded>
			<category domain="https://community.contao.org/de/forumdisplay.php?48-Installation-Update">Installation / Update</category>
			<dc:creator>mv-soft</dc:creator>
			<guid isPermaLink="true">https://community.contao.org/de/showthread.php?89245-Contao-Manager-Endlos-Schleife-bei-DB-Aktualisierung</guid>
		</item>
		<item>
			<title>Wir sind Contao: Heute mit Bernhard Renner</title>
			<link>https://community.contao.org/de/showthread.php?89244-Wir-sind-Contao-Heute-mit-Bernhard-Renner&amp;goto=newpost</link>
			<pubDate>Fri, 17 Apr 2026 07:00:03 GMT</pubDate>
			<description><![CDATA[#Kaffeejunkie #inDerRuheLiegtDieKraft #DarkModeLover 
 
 
Ganzen Beitrag zu 'Wir sind Contao: Heute mit Bernhard Renner' lesen...]]></description>
			<content:encoded><![CDATA[<div>#Kaffeejunkie #inDerRuheLiegtDieKraft #DarkModeLover<br />
<br />
<br />
<a href="https://contao.org/de/news/wir-sind-contao-heute-mit-bernhard-renner" target="_blank">Ganzen Beitrag zu 'Wir sind Contao: Heute mit Bernhard Renner' lesen</a></div>

]]></content:encoded>
			<category domain="https://community.contao.org/de/forumdisplay.php?36-Ankündigungen-Hinweise">Ankündigungen/Hinweise</category>
			<dc:creator>contao.org</dc:creator>
			<guid isPermaLink="true">https://community.contao.org/de/showthread.php?89244-Wir-sind-Contao-Heute-mit-Bernhard-Renner</guid>
		</item>
		<item>
			<title>GSAP Animationen</title>
			<link>https://community.contao.org/de/showthread.php?89243-GSAP-Animationen&amp;goto=newpost</link>
			<pubDate>Thu, 16 Apr 2026 16:32:57 GMT</pubDate>
			<description>Hey zusammen, hat hier schon jemand Animationen mit GSAP in Contao umgesetzt? 
Alternativ was sind eure Vorschläge für anspruchsvolle Animationen und...</description>
			<content:encoded><![CDATA[<div>Hey zusammen, hat hier schon jemand Animationen mit GSAP in Contao umgesetzt?<br />
Alternativ was sind eure Vorschläge für anspruchsvolle Animationen und Scroll-Effekte wie in Webflow?<br />
<br />
Grüße in die Runde,<br />
Mathias :)</div>

]]></content:encoded>
			<category domain="https://community.contao.org/de/forumdisplay.php?88-Was-kann-Contao">Was kann Contao?</category>
			<dc:creator>MuellerM</dc:creator>
			<guid isPermaLink="true">https://community.contao.org/de/showthread.php?89243-GSAP-Animationen</guid>
		</item>
		<item>
			<title>5.7.x CSS einer eigenen Erweiterung wird nicht mehr geladen</title>
			<link>https://community.contao.org/de/showthread.php?89242-CSS-einer-eigenen-Erweiterung-wird-nicht-mehr-geladen&amp;goto=newpost</link>
			<pubDate>Thu, 16 Apr 2026 12:00:42 GMT</pubDate>
			<description>Moin liebe Foristen, 
 
heute ist mir aufgefallen, dass das CSS aus dem ./public Verzeichnis meiner eigenen Gästebuch-Erweiterung nicht mehr geladen...</description>
			<content:encoded><![CDATA[<div>Moin liebe Foristen,<br />
<br />
heute ist mir aufgefallen, dass das CSS aus dem ./public Verzeichnis meiner eigenen Gästebuch-Erweiterung nicht mehr geladen wird:<br />
<br />
<a href="https://www.luetten-dieks.eu/gaestebuch" target="_blank" rel="nofollow">https://www.luetten-dieks.eu/gaestebuch</a>.<br />
<br />
Sowohl das Formular für neue Einträge als auch die Liste der bereits bestehenden Einträge haben nicht mehr die gewünschten styles ...<br />
Ich habe das CSS einmal versuchsweise in meine 'files/ ... /custom.css'  ausgelagert, die über das Seitenlayout eingebunden wird, von dort funktioniert es.<br />
<br />
Hat jemand einen Tip?<br />
<br />
Danke - Georg</div>

]]></content:encoded>
			<category domain="https://community.contao.org/de/forumdisplay.php?6-Entwickler-Fragen">Entwickler-Fragen</category>
			<dc:creator>Seefahrer</dc:creator>
			<guid isPermaLink="true">https://community.contao.org/de/showthread.php?89242-CSS-einer-eigenen-Erweiterung-wird-nicht-mehr-geladen</guid>
		</item>
		<item>
			<title>5.7.x Laden der jquery.min.js,modernizr.min.js</title>
			<link>https://community.contao.org/de/showthread.php?89241-Laden-der-jquery-min-js-modernizr-min-js&amp;goto=newpost</link>
			<pubDate>Thu, 16 Apr 2026 05:07:32 GMT</pubDate>
			<description>Ich vermute, daß das Problem mit dem aktuellen Update des Contao-Managers auf die Version 1.10.13 zusammenhängt. Nach dem Update steht eine...</description>
			<content:encoded><![CDATA[<div>Ich vermute, daß das Problem mit dem aktuellen Update des Contao-Managers auf die Version 1.10.13 zusammenhängt. Nach dem Update steht eine Datenbankaktualisierung an. Ich habe vergessen, zu notieren, was genau. Auf jeden Fall wird jetzt im Entwicklerwerkzeug des Browsers Folgendes ausgegeben, und das in allen lokalen Installationen mit der Aktualisierung:<br />
<br />
Layout-Darstellung wurde erzwungen, bevor die Seite vollständig geladen war. Falls Stylesheets noch nicht geladen sind, kann dies zu einer kurzzeitigen Darstellung des Inhalts ohne Formatierung führen.  jquery.min.js,modernizr.min.js-xxxxxxxxx.js:6:8582</div>

]]></content:encoded>
			<category domain="https://community.contao.org/de/forumdisplay.php?48-Installation-Update">Installation / Update</category>
			<dc:creator>Birden</dc:creator>
			<guid isPermaLink="true">https://community.contao.org/de/showthread.php?89241-Laden-der-jquery-min-js-modernizr-min-js</guid>
		</item>
		<item>
			<title>5.7.x Übersetzungen in Twig-Templates mit Ersetzung</title>
			<link>https://community.contao.org/de/showthread.php?89240-Übersetzungen-in-Twig-Templates-mit-Ersetzung&amp;goto=newpost</link>
			<pubDate>Wed, 15 Apr 2026 13:52:51 GMT</pubDate>
			<description><![CDATA[Hallo zusammen, ich habe folgenden String in einer default.php: 
 
PHP: 
--------- 
$GLOBALS['TL_LANG']['MSC']['calendar_costs'] = 'Preis pro Person:...]]></description>
			<content:encoded><![CDATA[<div>Hallo zusammen, ich habe folgenden String in einer default.php:<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB">$GLOBALS</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'TL_LANG'</span><span style="color: #007700">&#93;&#91;</span><span style="color: #DD0000">'MSC'</span><span style="color: #007700">&#93;&#91;</span><span style="color: #DD0000">'calendar_costs'</span><span style="color: #007700">&#93;&nbsp;=&nbsp;</span><span style="color: #DD0000">'Preis&nbsp;pro&nbsp;Person:&nbsp;&lt;strong&gt;%costs%&nbsp;€&lt;/strong&gt;'</span><span style="color: #007700">;&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code></code><hr />
</div>Dieser String wird korrekt ausgegeben wenn ich folgendes im Template mache:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB"></span><span style="color: #007700">{%&nbsp;</span><span style="color: #0000BB">trans_default_domain&nbsp;</span><span style="color: #DD0000">"contao_default"&nbsp;</span><span style="color: #007700">%}<br />{%&nbsp;if&nbsp;</span><span style="color: #0000BB">costs&nbsp;</span><span style="color: #007700">%}<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">p&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"costs"</span><span style="color: #007700">&gt;{{&nbsp;</span><span style="color: #DD0000">'MSC.calendar_costs'</span><span style="color: #007700">|</span><span style="color: #0000BB">trans</span><span style="color: #007700">|</span><span style="color: #0000BB">raw&nbsp;</span><span style="color: #007700">}}&lt;/</span><span style="color: #0000BB">p</span><span style="color: #007700">&gt;<br />{%&nbsp;endif&nbsp;%}&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code></code><hr />
</div>Sobald ich aber versuche, %costs% zu ersetzen wie in der Doku beschrieben kommt ein Fehler:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB"></span><span style="color: #007700">{%&nbsp;</span><span style="color: #0000BB">trans_default_domain&nbsp;</span><span style="color: #DD0000">"contao_default"&nbsp;</span><span style="color: #007700">%}<br />{%&nbsp;if&nbsp;</span><span style="color: #0000BB">costs&nbsp;</span><span style="color: #007700">%}<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">p&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"costs"</span><span style="color: #007700">&gt;{{&nbsp;</span><span style="color: #DD0000">'MSC.calendar_costs'</span><span style="color: #007700">|</span><span style="color: #0000BB">trans</span><span style="color: #007700">(&#91;</span><span style="color: #0000BB">costs</span><span style="color: #007700">&#93;)|</span><span style="color: #0000BB">raw&nbsp;</span><span style="color: #007700">}}&lt;/</span><span style="color: #0000BB">p</span><span style="color: #007700">&gt;<br />{%&nbsp;endif&nbsp;%}&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code></code><hr />
</div>Ich habe auch die Variante als Objekt schon probiert:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB"></span><span style="color: #007700">{%&nbsp;</span><span style="color: #0000BB">trans_default_domain&nbsp;</span><span style="color: #DD0000">"contao_default"&nbsp;</span><span style="color: #007700">%}<br />{%&nbsp;if&nbsp;</span><span style="color: #0000BB">costs&nbsp;</span><span style="color: #007700">%}<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">p&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"costs"</span><span style="color: #007700">&gt;{{&nbsp;</span><span style="color: #DD0000">'MSC.calendar_costs'</span><span style="color: #007700">|</span><span style="color: #0000BB">trans</span><span style="color: #007700">({</span><span style="color: #DD0000">'%costs%'</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">costs</span><span style="color: #007700">})|</span><span style="color: #0000BB">raw&nbsp;</span><span style="color: #007700">}}&lt;/</span><span style="color: #0000BB">p</span><span style="color: #007700">&gt;<br />{%&nbsp;endif&nbsp;%}&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code></code><hr />
</div>Beides mal der gleiche Fehler:<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB">An&nbsp;exception&nbsp;has&nbsp;been&nbsp;thrown&nbsp;during&nbsp;the&nbsp;rendering&nbsp;of&nbsp;a&nbsp;template&nbsp;</span><span style="color: #007700">(</span><span style="color: #DD0000">"The&nbsp;arguments&nbsp;array&nbsp;must&nbsp;contain&nbsp;2&nbsp;items,&nbsp;1&nbsp;given"</span><span style="color: #007700">)&nbsp;</span><span style="color: #0000BB">in&nbsp;</span><span style="color: #007700">@</span><span style="color: #0000BB">Contao</span><span style="color: #007700">/</span><span style="color: #0000BB">event_full</span><span style="color: #007700">.</span><span style="color: #0000BB">html</span><span style="color: #007700">.</span><span style="color: #0000BB">twig&nbsp;<br /></span>
</span>
</code></code><hr />
</div>Contao ist auf der aktuellen LTS Version 5.7.3<br />
<br />
Woran liegt das oder fehlen noch Infos?</div>

]]></content:encoded>
			<category domain="https://community.contao.org/de/forumdisplay.php?6-Entwickler-Fragen">Entwickler-Fragen</category>
			<dc:creator>benfolds</dc:creator>
			<guid isPermaLink="true">https://community.contao.org/de/showthread.php?89240-Übersetzungen-in-Twig-Templates-mit-Ersetzung</guid>
		</item>
		<item>
			<title><![CDATA[5.7.x "Ungültiges Passwort" beim Versuch ein Mitglieder-Konto zu schließen]]></title>
			<link>https://community.contao.org/de/showthread.php?89239-quot-Ungültiges-Passwort-quot-beim-Versuch-ein-Mitglieder-Konto-zu-schließen&amp;goto=newpost</link>
			<pubDate>Wed, 15 Apr 2026 10:20:42 GMT</pubDate>
			<description><![CDATA[Ich bin gerade dabei eine neue Website mit Contao 5.7.3 zu erstellen. Beim Modul "Konto schließen" wird im Frontend ein Formular mit der Frage nach...]]></description>
			<content:encoded><![CDATA[<div>Ich bin gerade dabei eine neue Website mit Contao 5.7.3 zu erstellen. Beim Modul &quot;Konto schließen&quot; wird im Frontend ein Formular mit der Frage nach dem Passwort angezeigt. Ich gebe zwar das richtige Passwort ein, aber es kommt die Fehlermeldung &quot;Ungültiges Passwort&quot;. Das Konto soll gemäß Moduleinstellungen inkl. Home-Ordner gelöscht werden.</div>

]]></content:encoded>
			<category domain="https://community.contao.org/de/forumdisplay.php?74-Geschützte-Bereiche-Mitglieder">Geschützte Bereiche/Mitglieder</category>
			<dc:creator>Samson1964</dc:creator>
			<guid isPermaLink="true">https://community.contao.org/de/showthread.php?89239-quot-Ungültiges-Passwort-quot-beim-Versuch-ein-Mitglieder-Konto-zu-schließen</guid>
		</item>
		<item>
			<title>serpPreview Widget bei Events ausblenden</title>
			<link>https://community.contao.org/de/showthread.php?89238-serpPreview-Widget-bei-Events-ausblenden&amp;goto=newpost</link>
			<pubDate>Tue, 14 Apr 2026 15:02:24 GMT</pubDate>
			<description>Hallo Community, 
ich habe das Problem, dass ich die Suchmaschinen-Ausgabe bei Events ausblenden möchte. Allerdings sind meine bisherigen Versuchen...</description>
			<content:encoded><![CDATA[<div>Hallo Community,<br />
ich habe das Problem, dass ich die Suchmaschinen-Ausgabe bei Events ausblenden möchte. Allerdings sind meine bisherigen Versuchen gescheitert.<br />
<br />
Mein erster Versuch war es, mit Hilfe des PaletteManipulator das Feld zu entfernen.<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB">PaletteManipulator</span><span style="color: #007700">::</span><span style="color: #0000BB">create</span><span style="color: #007700">()<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&gt;</span><span style="color: #0000BB">removeField</span><span style="color: #007700">(</span><span style="color: #DD0000">'serpPreview'</span><span style="color: #007700">)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&gt;</span><span style="color: #0000BB">applyToPalette</span><span style="color: #007700">(</span><span style="color: #DD0000">'default'</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">'tl_calendar_events'</span><span style="color: #007700">)<br />;&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code></code><hr />
</div>Hat nicht geklappt.<br />
Danach habe ich versucht, es über die Benutzerrollen zu lösen, in dem ich zuerst das Feld &quot;steuerbar&quot; mache<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB">$GLOBALS</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'TL_DCA'</span><span style="color: #007700">&#93;&#91;</span><span style="color: #DD0000">'tl_calendar_events'</span><span style="color: #007700">&#93;&#91;</span><span style="color: #DD0000">'fields'</span><span style="color: #007700">&#93;&#91;</span><span style="color: #DD0000">'serpPreview'</span><span style="color: #007700">&#93;&#91;</span><span style="color: #DD0000">'exclude'</span><span style="color: #007700">&#93;&nbsp;=&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">;&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code></code><hr />
</div>Aber auch das nicht geholfen.<br />
Hat jemand einen Tipp, wie ich das Feld bei Events ausblende?<br />
<br />
Grüße</div>

]]></content:encoded>
			<category domain="https://community.contao.org/de/forumdisplay.php?6-Entwickler-Fragen">Entwickler-Fragen</category>
			<dc:creator>dhe</dc:creator>
			<guid isPermaLink="true">https://community.contao.org/de/showthread.php?89238-serpPreview-Widget-bei-Events-ausblenden</guid>
		</item>
		<item>
			<title>5.7.x Leere Kalender-Liste erzeugt einen 404-Fehler</title>
			<link>https://community.contao.org/de/showthread.php?89237-Leere-Kalender-Liste-erzeugt-einen-404-Fehler&amp;goto=newpost</link>
			<pubDate>Mon, 13 Apr 2026 10:33:55 GMT</pubDate>
			<description>Ich habe hier ein ganz seltsames Problem. Ich habe eine Seite, in der ein Kalender-Modul eingebunden ist. Kein Schnickschnack. Keine besondere...</description>
			<content:encoded><![CDATA[<div>Ich habe hier ein ganz seltsames Problem. Ich habe eine Seite, in der ein Kalender-Modul eingebunden ist. Kein Schnickschnack. Keine besondere Programmierung. Einfach ein Kalender-Modul aus dem Contao-Calendar-Bundle. (Und ich benutze das OpenSauce Theme von Rocksolid)<br />
<a href="https://community.contao.org/de/attachment.php?attachmentid=28369&amp;d=1776074697"  title="Name:  screen_20260413_120424.png
Hits: 3
Größe:  33,6 KB">screen_20260413_120424.png</a><br />
Wenn ich als Anzeigeformat &quot;+1 Monat&quot; angebe (aktuell gibt es da keinen Termin), wird nicht eine leere Liste angezeigt, sondern die ganze Seite ergibt einen 404-Fehler. Wenn ich einen Termin in diesem Zeitraum hinzufüge, wird alles brav angezeigt. Ebenso, wenn ich den Zeitraum z.B. auf +3 Monate verlängere, damit ein Termin drin ist.<br />
Was mich etwas stutzig macht, ist, dass im Frontend-Helper unter event_list &quot;null&quot; angezeigt wird:<br />
<a href="https://community.contao.org/de/attachment.php?attachmentid=28370&amp;d=1776076318"  title="Name:  screen_20260413_122950.png
Hits: 2
Größe:  20,8 KB">screen_20260413_122950.png</a><br />
Fällt irgendjemand etwas dazu ein?</div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Angehängte Grafiken</legend>
			<ul>
			<li>
	<img class="inlineimg" src="https://community.contao.org/de/images/attach/png.gif" alt="Dateityp: png" />
	<a href="https://community.contao.org/de/attachment.php?attachmentid=28369&amp;d=1776074697" target="_blank">screen_20260413_120424.png</a> 
(33,6 KB)
</li><li>
	<img class="inlineimg" src="https://community.contao.org/de/images/attach/png.gif" alt="Dateityp: png" />
	<a href="https://community.contao.org/de/attachment.php?attachmentid=28370&amp;d=1776076318" target="_blank">screen_20260413_122950.png</a> 
(20,8 KB)
</li>
			</ul>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<category domain="https://community.contao.org/de/forumdisplay.php?77-Nachrichten-Events-FAQ">Nachrichten/Events/FAQ</category>
			<dc:creator>robinhutter</dc:creator>
			<guid isPermaLink="true">https://community.contao.org/de/showthread.php?89237-Leere-Kalender-Liste-erzeugt-einen-404-Fehler</guid>
		</item>
		<item>
			<title>5.7.x Navigation Acessible, Hambuger mit Text ergänzen</title>
			<link>https://community.contao.org/de/showthread.php?89236-Navigation-Acessible-Hambuger-mit-Text-ergänzen&amp;goto=newpost</link>
			<pubDate>Sun, 12 Apr 2026 20:19:51 GMT</pubDate>
			<description>Nutzt man im Modul *Navigationsmenü* das Template *mod_navigation_accessible*, wird ja das berühmte Hamburger Menü generiert mit den 3 Balken bei...</description>
			<content:encoded><![CDATA[<div>Nutzt man im Modul <b>Navigationsmenü</b> das Template <b>mod_navigation_accessible</b>, wird ja das berühmte Hamburger Menü generiert mit den 3 Balken bei kleiner Auflösung.<br />
In der Contao Demo wird derzeit das zwar noch nicht direkt verwendet, aber nach gebaut. Dabei ist mir das &quot;Menu&quot; dahinter aufgefallen.<br />
In der Demo wird das derzeit über ein HTML Modul getan, was das Logo und die Toggle Nav beinhaltet.<br />
<br />
In Contao 5.7 bei Verwendung des entsprechenden Templates könnte man nun eine Variante anlegen und den Block &quot;toggle&quot; überschreiben.<br />
Aber das ist für diesen (meinen) Fall nicht nötig, das geht ja auch mit CSS:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">body.nav-is-mobile button::after {<br />
&nbsp; &nbsp; content: &quot;MENU&quot;;<br />
}<br />
body.nav-is-mobile button:lang(de)::after {<br />
&nbsp; &nbsp; content: &quot;MENÜ&quot;;<br />
}</code><hr />
</div>Erste Angabe ist default, unabhängig von der Sprache die als Ausgabe definiert ist, die zweite Angabe für deutsch.</div>

]]></content:encoded>
			<category domain="https://community.contao.org/de/forumdisplay.php?53-Layout-Templates-Holy-Grail">Layout / Templates / Holy Grail</category>
			<dc:creator>BugBuster</dc:creator>
			<guid isPermaLink="true">https://community.contao.org/de/showthread.php?89236-Navigation-Acessible-Hambuger-mit-Text-ergänzen</guid>
		</item>
		<item>
			<title>Frust bei Newsletterversand</title>
			<link>https://community.contao.org/de/showthread.php?89235-Frust-bei-Newsletterversand&amp;goto=newpost</link>
			<pubDate>Sun, 12 Apr 2026 17:25:16 GMT</pubDate>
			<description>Hallo zusammen! 
 
Offensichtlich werden durch sendmal nicht alle Newsletter versandt. In der log-Datei stehen zahlreiche Fehlermeldungen. Ich...</description>
			<content:encoded><![CDATA[<div>Hallo zusammen!<br />
<br />
Offensichtlich werden durch sendmal nicht alle Newsletter versandt. In der log-Datei stehen zahlreiche Fehlermeldungen. Ich vermute aber, dass diese durch die Beschränkung des Providers (150 Mails/Stunde) entstanden sind.<br />
Contao 5.3<br />
Newsletterempfänger 200<br />
alfahosting (Multi L v2)<br />
<br />
Meine Fragen:<br />
-Kann ich durch einen SMPT-Server diese Beschränkung umgehen?<br />
<br />
-Wenn ich die Newsletter in Portionen verschicken möchte, muss ich dann 2 Newsletterlisten anlegen? <br />
<br />
Vielen Dank<br />
<br />
Einige EInträge der log-Datei zur Info: &quot;Connection refused...&quot; /  &quot;MySQL server has gone away...&quot;<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">[2026-04-10T06:40:40.760152+02:00] request.INFO: Matched route &quot;contao_core_robotstxt__invoke&quot;. {&quot;route&quot;:&quot;contao_core_robotstxt__invoke&quot;,&quot;route_parameters&quot;:{&quot;_route&quot;:&quot;contao_core_robotstxt__invoke&quot;,&quot;_scope&quot;:&quot;frontend&quot;,&quot;_controller&quot;:&quot;Contao\\CoreBundle\\Controller\\RobotsTxtController&quot;},&quot;request_uri&quot;:&quot;https://xyz.de/robots.txt&quot;,&quot;method&quot;:&quot;GET&quot;} {&quot;request_uri&quot;:&quot;https://xyz.de/robots.txt&quot;,&quot;request_method&quot;:&quot;GET&quot;}<br />
<br />
[2026-04-10T06:40:47.988507+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: &quot;An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out&quot; at ExceptionConverter.php line 101 {&quot;exception&quot;:&quot;[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /var/www/vhosts/jksnbmg3.web154.alfahosting-server.de/httpdocs/contao/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /var/www/vhosts/jksnbmg3.web154.alfahosting-server.de/httpdocs/contao/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /var/www/vhosts/jksnbmg3.web154.alfahosting-server.de/httpdocs/contao/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:33)&quot;} {&quot;request_uri&quot;:&quot;https://xyz.de/robots.txt&quot;,&quot;request_method&quot;:&quot;GET&quot;}<br />
<br />
<br />
[2026-04-10T06:47:03.025582+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionLost: &quot;An exception occurred in the driver: SQLSTATE[HY000] [2006] MySQL server has gone away&quot; at ExceptionConverter.php line 104 {&quot;exception&quot;:&quot;[object] (Doctrine\\DBAL\\Exception\\ConnectionLost(code: 2006): An exception occurred in the driver: SQLSTATE[HY000] [2006] MySQL server has gone away at /var/www/vhosts/jksnbmg3.web154.alfahosting-server.de/httpdocs/contao/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:104)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2006): SQLSTATE[HY000] [2006] MySQL server has gone away at /var/www/vhosts/jksnbmg3.web154.alfahosting-server.de/httpdocs/contao/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2006): SQLSTATE[HY000] [2006] MySQL server has gone away at /var/www/vhosts/jksnbmg3.web154.alfahosting-server.de/httpdocs/contao/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:33)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): Error while reading greeting packet. PID=1767949 at /var/www/vhosts/jksnbmg3.web154.alfahosting-server.de/httpdocs/contao/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:33)&quot;} {&quot;request_uri&quot;:&quot;https://xyz.de/newsletter-anmelden/newsletter-kuendigen.html&quot;,&quot;request_method&quot;:&quot;GET&quot;}<br />
<br />
[2026-04-10T06:47:03.252385+02:00] php.CRITICAL: Uncaught Exception: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection refused {&quot;exception&quot;:&quot;[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection refused at /var/www/vhosts/jksnbmg3.web154.alfahosting-server.de/httpdocs/contao/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection refused at /var/www/vhosts/jksnbmg3.web154.alfahosting-server.de/httpdocs/contao/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection refused at /var/www/vhosts/jksnbmg3.web154.alfahosting-server.de/httpdocs/contao/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:33)&quot;} {&quot;request_uri&quot;:&quot;https://xyz.de/newsletter-anmelden/newsletter-kuendigen.html&quot;,&quot;request_method&quot;:&quot;GET&quot;}<br />
<br />
[2026-04-10T06:47:03.253198+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: &quot;An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection refused&quot; at ExceptionConverter.php line 101 {&quot;exception&quot;:&quot;[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection refused at /var/www/vhosts/jksnbmg3.web154.alfahosting-server.de/httpdocs/contao/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection refused at /var/www/vhosts/jksnbmg3.web154.alfahosting-server.de/httpdocs/contao/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection refused at /var/www/vhosts/jksnbmg3.web154.alfahosting-server.de/httpdocs/contao/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:33)&quot;} {&quot;request_uri&quot;:&quot;https://xyz.de/newsletter-anmelden/newsletter-kuendigen.html&quot;,&quot;request_method&quot;:&quot;GET&quot;}</code><hr />
</div></div>

]]></content:encoded>
			<category domain="https://community.contao.org/de/forumdisplay.php?80-Newsletter">Newsletter</category>
			<dc:creator>RoGer</dc:creator>
			<guid isPermaLink="true">https://community.contao.org/de/showthread.php?89235-Frust-bei-Newsletterversand</guid>
		</item>
		<item>
			<title>5.3.x TinyMCE, Schriftarten und -größen in eigenem Template entfernen</title>
			<link>https://community.contao.org/de/showthread.php?89234-TinyMCE-Schriftarten-und-größen-in-eigenem-Template-entfernen&amp;goto=newpost</link>
			<pubDate>Sun, 12 Apr 2026 14:23:34 GMT</pubDate>
			<description>Liebe Leute, 
gerne möchte ich in meinem eigenen Template die Ausgabe von Schriftarten und -größen entfernen (siehe Screenshot). Leider verstehe ich...</description>
			<content:encoded><![CDATA[<div>Liebe Leute,<br />
gerne möchte ich in meinem eigenen Template die Ausgabe von Schriftarten und -größen entfernen (siehe Screenshot). Leider verstehe ich trotz Studium des Handbuchs und der Tutorials auf der Website des TinyMCE nicht wie ich hier vorgehen muss. Kann mir wer weiterhelfen? Vielen Dank für euren Support; so sieht mein Template aktuell aus:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB">&lt;?php&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">extend</span><span style="color: #007700">(</span><span style="color: #DD0000">'be_tinyMCE'</span><span style="color: #007700">);&nbsp;</span><span style="color: #0000BB">?&gt;<br /></span><br />&nbsp;&nbsp;<span style="color: #0000BB">&lt;?php&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">block</span><span style="color: #007700">(</span><span style="color: #DD0000">'content_css'</span><span style="color: #007700">);&nbsp;</span><span style="color: #0000BB">?&gt;<br /></span>&nbsp;&nbsp;&nbsp;content_css:&nbsp;&#91;<br />&nbsp;&nbsp;&nbsp;&nbsp;'files/tinymce/c53-tinymce-be.css'<br />&nbsp;&nbsp;&nbsp;&nbsp;&#93;,<br />&nbsp;&nbsp;<span style="color: #0000BB">&lt;?php&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">endblock</span><span style="color: #007700">();&nbsp;</span><span style="color: #0000BB">?&gt;<br /></span>&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: #0000BB">&lt;?php&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">block</span><span style="color: #007700">(</span><span style="color: #DD0000">'menubar'</span><span style="color: #007700">);&nbsp;</span><span style="color: #0000BB">?&gt;<br /></span>&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;Button&nbsp;Tabelle&nbsp;entfernen<br />&nbsp;&nbsp;&nbsp;&nbsp;menubar:&nbsp;'file&nbsp;edit&nbsp;insert&nbsp;view&nbsp;format',<br />&nbsp;&nbsp;&nbsp;&nbsp;//entfernte&nbsp;Elemente&nbsp;aus&nbsp;Menubar&nbsp;&gt;&nbsp;Format<br />&nbsp;&nbsp;&nbsp;&nbsp;removed_menuitems:'blockformats,fontformats,fontsizes,forecolor,backcolor,formats,align,&nbsp;lineheight',<br />&nbsp;&nbsp;<span style="color: #0000BB">&lt;?php&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">endblock</span><span style="color: #007700">();&nbsp;</span><span style="color: #0000BB">?&gt;<br /></span>&nbsp;&nbsp;<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: #0000BB">&lt;?php&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">block</span><span style="color: #007700">(</span><span style="color: #DD0000">'toolbar'</span><span style="color: #007700">);&nbsp;</span><span style="color: #0000BB">?&gt;<br /></span>&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;Elemente&nbsp;in&nbsp;Toolbar<br />&nbsp;&nbsp;&nbsp;&nbsp;toolbar:&nbsp;'link&nbsp;unlink&nbsp;|&nbsp;image&nbsp;|&nbsp;bold&nbsp;italic&nbsp;|&nbsp;alignleft&nbsp;aligncenter&nbsp;alignright&nbsp;alignjustify&nbsp;|&nbsp;bullist&nbsp;numlist&nbsp;outdent&nbsp;indent&nbsp;|&nbsp;code',<br />&nbsp;&nbsp;<span style="color: #0000BB">&lt;?php&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">endblock</span><span style="color: #007700">();&nbsp;</span><span style="color: #0000BB">?&gt;<br /></span>&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: #0000BB">&lt;?php&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">block</span><span style="color: #007700">(</span><span style="color: #DD0000">'custom'</span><span style="color: #007700">);&nbsp;</span><span style="color: #0000BB">?&gt;<br /></span>&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;eigene&nbsp;Elemente&nbsp;in&nbsp;Toolbar&nbsp;&gt;&nbsp;styleselect&nbsp;unter&nbsp;Custom<br />&nbsp;&nbsp;&nbsp;&nbsp;style_formats_merge:&nbsp;false,<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;style_formats:&nbsp;&#91;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{title:&nbsp;'Claim&nbsp;large',&nbsp;block:&nbsp;'div',&nbsp;classes:&nbsp;'claim-size-large',&nbsp;&nbsp;exact:&nbsp;true&nbsp;},<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{title:&nbsp;'Claim&nbsp;Medium',&nbsp;block:&nbsp;'div',&nbsp;classes:&nbsp;'claim-size-medium',&nbsp;&nbsp;exact:&nbsp;true&nbsp;},<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{title:&nbsp;'Claim&nbsp;Small',&nbsp;block:&nbsp;'div',&nbsp;classes:&nbsp;'claim-size-small',&nbsp;&nbsp;exact:&nbsp;true&nbsp;},<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{title:&nbsp;'weiterlesen',&nbsp;inline:&nbsp;'span',&nbsp;classes:&nbsp;'read-more',&nbsp;&nbsp;exact:&nbsp;true&nbsp;},<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{title:&nbsp;'Button',&nbsp;inline:&nbsp;'span',&nbsp;classes:&nbsp;'button',&nbsp;&nbsp;exact:&nbsp;true&nbsp;},<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{title:&nbsp;'zurück',&nbsp;inline:&nbsp;'span',&nbsp;classes:&nbsp;'back',&nbsp;&nbsp;exact:&nbsp;true&nbsp;},<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{title:&nbsp;'Address',&nbsp;inline:&nbsp;'span',&nbsp;classes:&nbsp;'address',&nbsp;&nbsp;exact:&nbsp;true&nbsp;},<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{title:&nbsp;'Fax',&nbsp;inline:&nbsp;'span',&nbsp;classes:&nbsp;'fax',&nbsp;&nbsp;exact:&nbsp;true&nbsp;},<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{title:&nbsp;'Download',&nbsp;inline:&nbsp;'span',&nbsp;classes:&nbsp;'download-element',&nbsp;&nbsp;exact:&nbsp;true&nbsp;},<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{title:&nbsp;'externer&nbsp;Link',&nbsp;inline:&nbsp;'span',&nbsp;classes:&nbsp;'extern-link',&nbsp;&nbsp;exact:&nbsp;true&nbsp;},<br />&nbsp;&nbsp;&nbsp;&nbsp;&#93;,<br />&nbsp;&nbsp;<span style="color: #0000BB">&lt;?php&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">endblock</span><span style="color: #007700">();&nbsp;</span><span style="color: #0000BB">?&gt;</span>
</span>
</code></code><hr />
</div><a href="https://community.contao.org/de/attachment.php?attachmentid=28368&amp;d=1776003713"  title="Name:  tinymce-20260412.jpg
Hits: 17
Größe:  59,6 KB">tinymce-20260412.jpg</a></div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Angehängte Grafiken</legend>
			<ul>
			<li>
	<img class="inlineimg" src="https://community.contao.org/de/images/attach/jpg.gif" alt="Dateityp: jpg" />
	<a href="https://community.contao.org/de/attachment.php?attachmentid=28368&amp;d=1776003713" target="_blank">tinymce-20260412.jpg</a> 
(59,6 KB)
</li>
			</ul>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<category domain="https://community.contao.org/de/forumdisplay.php?86-Allgemeine-Inhaltselemente">Allgemeine Inhaltselemente</category>
			<dc:creator>3dr</dc:creator>
			<guid isPermaLink="true">https://community.contao.org/de/showthread.php?89234-TinyMCE-Schriftarten-und-größen-in-eigenem-Template-entfernen</guid>
		</item>
		<item>
			<title><![CDATA[Probleme mit ALTCHA FAILED: No payload received for field "altcha"]]></title>
			<link>https://community.contao.org/de/showthread.php?89233-Probleme-mit-ALTCHA-FAILED-No-payload-received-for-field-quot-altcha-quot&amp;goto=newpost</link>
			<pubDate>Fri, 10 Apr 2026 08:37:23 GMT</pubDate>
			<description>Hi zusammen, 
ich habe Schwierigkeiten mit dem ALTCHA Feld. Upsprünglich wollten wir das Standard ALTCHA-Feld nehmen das in Contao 5.7 drin ist. Das...</description>
			<content:encoded><![CDATA[<div>Hi zusammen,<br />
ich habe Schwierigkeiten mit dem ALTCHA Feld. Upsprünglich wollten wir das Standard ALTCHA-Feld nehmen das in Contao 5.7 drin ist. Das lies allerdings nix durch - alle Prüfungen vorm Absenden des Formulares scheiterten. Die Log-files blieben leer - unter dem ALTCHA Feld steht im Frontend nur &quot;Antispam-Überprüfung fehlgeschlagen. Sind Sie ein Mensch oder ein Roboter?&quot;<br />
<br />
Als Alternative habe ich dann das Modul con2net/contao-anti-spam-form-bundle installiert und deren ALTCHA Feld ins Formular gesetzt. Der HMAC-Key ist generiert und steht in der .env.local.<br />
Der Versuch das Formular abzusenden scheitert wieder. Diesmal steht zumindest in den Logfiles <br />
<br />
SPAM DETECTED: No valid JavaScript token! Bot without JS execution.<br />
SPAM BLOCKED: E-Mail will NOT be sent<br />
<br />
Hat jemand eine Idee?<br />
<br />
Danke</div>

]]></content:encoded>
			<category domain="https://community.contao.org/de/forumdisplay.php?81-Formulare">Formulare</category>
			<dc:creator>MM81</dc:creator>
			<guid isPermaLink="true">https://community.contao.org/de/showthread.php?89233-Probleme-mit-ALTCHA-FAILED-No-payload-received-for-field-quot-altcha-quot</guid>
		</item>
		<item>
			<title>5.7.x Zugriff auf einzelne Eigenschaften von nested_fragments</title>
			<link>https://community.contao.org/de/showthread.php?89232-Zugriff-auf-einzelne-Eigenschaften-von-nested_fragments&amp;goto=newpost</link>
			<pubDate>Thu, 09 Apr 2026 12:40:53 GMT</pubDate>
			<description>In Twig kann man die Einzelelemente eines nested_fragments letztendlich nur per {{ content_element(fragment) }} vollständig ausgeben (siehe...</description>
			<content:encoded><![CDATA[<div>In Twig kann man die Einzelelemente eines <i>nested_fragments</i> letztendlich nur per <i>{{ content_element(fragment) }}</i> vollständig ausgeben (siehe <i>content_element/element_group.html.twig</i>).<br />
<br />
Gibt es irgendeine Möglichkeit letztendlich Eigenschaften eines <i>fragment</i>(s) zu erhalten wie zum Beispiel <div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">fragment.headline.text</code><hr />
</div>Man kommt zwar mittels <div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">fragment.attributes.contentModel</code><hr />
</div> an die IDs der jeweiligen Content-Elemente ran, aber weder per twig-Funktion noch per Insert-Tag bekommt man mit der Standardfunktionalität weitere Infos aus den einzelnen Fragmenten zur individuellen Weiterverarbeitung.</div>

]]></content:encoded>
			<category domain="https://community.contao.org/de/forumdisplay.php?68-Modifizierte-Templates">Modifizierte Templates</category>
			<dc:creator>462</dc:creator>
			<guid isPermaLink="true">https://community.contao.org/de/showthread.php?89232-Zugriff-auf-einzelne-Eigenschaften-von-nested_fragments</guid>
		</item>
		<item>
			<title><![CDATA[Update 4.13 -> 5.7 : Fehler und irritierende Meldung des Composers]]></title>
			<link>https://community.contao.org/de/showthread.php?89231-Update-4-13-gt-5-7-Fehler-und-irritierende-Meldung-des-Composers&amp;goto=newpost</link>
			<pubDate>Thu, 09 Apr 2026 07:07:07 GMT</pubDate>
			<description>Hallo! 
 
Ich habe von einer bestehenden 4.13-Installation einen Klon erstellt (läuft einwandfrei) - und möchte den Klon nun auf 5.7 aktualisieren....</description>
			<content:encoded><![CDATA[<div>Hallo!<br />
<br />
Ich habe von einer bestehenden 4.13-Installation einen Klon erstellt (läuft einwandfrei) - und möchte den Klon nun auf 5.7 aktualisieren. Das habe ich bereits mit zwei anderen Installationen problemlos hinbekommen. Bei der jetztigen aber nicht.<br />
<br />
Ausgangspunkt ist Contao 4.13 mit vier installieren Extensions: codefog/news-categories sowie mademyday/slider und mademyday/custom-elements und maymyday/anti-spam. Alle Mademyday-Extensions sind auf dem aktuellsten Stand. Die Extension News-Categories liegt in der Version 3.5.8 vor (aktuellste mit 4.13 kompatible Version). <br />
<br />
Wie bei den zwei anderen Installationen (gleiches Setting) war mein Plan, in einem Rutsch das Contao-Paket sowie die Extensions zu aktualisieren (New-Categories muss auf 4.0.x aktualisiert werden, um mit 5.7 kompatibel zu sein). Leider scheitert dieses. <br />
<br />
Ich bin kein Contao oder Composer-Profi, aber die Fehlermeldung, dass PHP &gt; 7.2 erforderlich ist, PHP 8.3 diese Anforderung aber nicht erfüllt, erscheint mir verwunderlich. Auch ist in der Fehlermeldung vom Contao-Core 4.9 -&gt; 4.10 die Rede...<br />
<br />
Hier die vollständige Composer-Meldung:<br />
<br />
<div style="margin-left:40px"><br />
composer require codefog/contao-news_categories=4.0 contao/manager-bundle=5.7.* contao/news-bundle=5.7.* contao/calendar-bundle=5.7.* contao/faq-bundle=5.7.* contao/comments-bundle=5.7.* contao/newsletter-bundle=5.7.* contao/listing-bundle=5.7.* --no-update<br />
composer update --no-install<br />
&gt; Resolving dependencies using Composer Cloud v3.9.1<br />
[7.2MiB/0.21s] Loading composer repositories with package information<br />
[99.4MiB/22.10s] Updating dependencies<br />
[196.1MiB/23.70s] Your requirements could not be resolved to an installable set of packages.<br />
[196.1MiB/23.71s] <br />
  Problem 1<br />
    - Root composer.json requires contao/newsletter-bundle 5.7.* -&gt; satisfiable by contao/newsletter-bundle[5.7.0, 5.7.1, 5.7.2, 5.7.3].<br />
    - Root composer.json requires do-while/contao-backupdb-bundle ^1.6 -&gt; satisfiable by do-while/contao-backupdb-bundle[1.6.0].<br />
    - contao/core-bundle[4.9.0, ..., 4.10.4] require php ^7.2 -&gt; your php version (8.3.30.0) does not satisfy that requirement.<br />
    - contao/newsletter-bundle 5.7.0 requires contao/core-bundle 5.7.0 -&gt; satisfiable by contao/core-bundle[5.7.0].<br />
    - contao/newsletter-bundle 5.7.1 requires contao/core-bundle 5.7.1 -&gt; satisfiable by contao/core-bundle[5.7.1].<br />
    - contao/newsletter-bundle 5.7.2 requires contao/core-bundle 5.7.2 -&gt; satisfiable by contao/core-bundle[5.7.2].<br />
    - contao/newsletter-bundle 5.7.3 requires contao/core-bundle 5.7.3 -&gt; satisfiable by contao/core-bundle[5.7.3].<br />
    - do-while/contao-backupdb-bundle 1.6.0 requires contao/core-bundle &gt;=4.9.0,&lt;5.0 -&gt; satisfiable by contao/core-bundle[4.9.0, ..., 4.13.58].<br />
    - Conclusion: don't install contao/core-bundle 5.7.1 (conflict analysis result)<br />
    - Conclusion: don't install contao/core-bundle 5.7.2 (conflict analysis result)<br />
    - Conclusion: don't install contao/core-bundle 5.7.3 (conflict analysis result)<br />
    - You can only install one version of a package, so only one of these can be installed: contao/core-bundle[4.3.0, ..., 4.13.58, 5.0.0, ..., 5.7.3].<br />
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.<br />
[196.1MiB/23.71s] &lt;warning&gt;Running update with --no-dev does not mean require-dev is ignored, it just means the packages will not be installed. If dev requirements are blocking the update you have to resolve those problems.&lt;/warning&gt;<br />
[65.8MiB/23.83s] Memory usage: 65.79MB (peak: 233.92MB), time: 23.84s.<br />
[65.8MiB/23.84s] Finished Composer Cloud resolving.<br />
# Cloud Job ID HyAQm5tNvdzY5QGFwKQZwZaK9ywMTF0CPQrQMq9mDa5nR1IyFm  bQ9ZjRXC6kAN7bZfqDyhHmHFBRRAW2evnV6f8h7R6znR8zS4bG  vdmPBj34l failed</div><br />
Habt Ihr eine Idee, was ich hier falsch mache?<br />
<br />
Bin dankbar für jeden Hinweis.<br />
<br />
VG, Volker</div>

]]></content:encoded>
			<category domain="https://community.contao.org/de/forumdisplay.php?48-Installation-Update">Installation / Update</category>
			<dc:creator>volkermb</dc:creator>
			<guid isPermaLink="true">https://community.contao.org/de/showthread.php?89231-Update-4-13-gt-5-7-Fehler-und-irritierende-Meldung-des-Composers</guid>
		</item>
		<item>
			<title>5.7.x Textformatierungen in Kommentaren nicht sichtbar</title>
			<link>https://community.contao.org/de/showthread.php?89230-Textformatierungen-in-Kommentaren-nicht-sichtbar&amp;goto=newpost</link>
			<pubDate>Wed, 08 Apr 2026 08:04:18 GMT</pubDate>
			<description>Ich stehe gerade vor der Aufgabe, die Kommentare aus einer älteren Implementierung mit Contao 3 in eine neue zu übertragen. Dabei habe ich am Rande...</description>
			<content:encoded><![CDATA[<div>Ich stehe gerade vor der Aufgabe, die Kommentare aus einer älteren Implementierung mit Contao 3 in eine neue zu übertragen. Dabei habe ich am Rande folgende Auffälligkeiten festgestellt:<br />
Wenn ich in den Kommentaren (Backend: Inhalte - Kommentare) den eigentlichen Text nachträglich formatiere, beispielsweise ein paar Worte in rot einfärbe, so wird die Formatierung hier korrekt angezeigt. Im Inhaltselement &quot;Kommentare&quot; in der laufenden Anwendung erscheint im Seitenquelltext aber lediglich die Klammerung dieser Worte mit dem Element &lt;span&gt;. Das Attribut &quot;style&quot; ist im Gegensatz zu Contao 3 nicht vorhanden. In den Systemeinstellungen habe ich bei den erlaubten HTML-Attributen bei style den Wert color ergänzt, aber es wirkt nicht wie vermutet. Den Produktionscache habe ich gelöscht.<br />
Wie sieht es an dieser Stelle eigentlich mit der Ausgabe von Sonderzeichen aus wie [nbsp] und dem bedingten Trennstrich [-]? In den Textelementen wird dies wie erwünscht umgesetzt.<br />
<br />
Danke schonmal vorab für jegliche Hinweise<br />
Rüdiger</div>

]]></content:encoded>
			<category domain="https://community.contao.org/de/forumdisplay.php?86-Allgemeine-Inhaltselemente">Allgemeine Inhaltselemente</category>
			<dc:creator>RuedigerMH</dc:creator>
			<guid isPermaLink="true">https://community.contao.org/de/showthread.php?89230-Textformatierungen-in-Kommentaren-nicht-sichtbar</guid>
		</item>
		<item>
			<title>Installation Contao 5.3.</title>
			<link>https://community.contao.org/de/showthread.php?89229-Installation-Contao-5-3&amp;goto=newpost</link>
			<pubDate>Tue, 07 Apr 2026 12:55:19 GMT</pubDate>
			<description>Hallo liebe Gemeinde, 
heute macht die Installation von Contao 5.3 (auch 5.7) Probleme. Beim installieren hägt das System (siehe Anhang). Habe es...</description>
			<content:encoded><![CDATA[<div>Hallo liebe Gemeinde,<br />
heute macht die Installation von Contao 5.3 (auch 5.7) Probleme. Beim installieren hägt das System (siehe Anhang). Habe es mehrfacht versucht.<br />
Gibt es da ein allgemeines Problem? Gestern hatte ich noch eine Installation gemacht, ohne Probleme.<br />
<br />
Danke<br />
Erwin</div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Angehängte Grafiken</legend>
			<ul>
			<li>
	<img class="inlineimg" src="https://community.contao.org/de/images/attach/png.gif" alt="Dateityp: png" />
	<a href="https://community.contao.org/de/attachment.php?attachmentid=28367&amp;d=1775566500" target="_blank">Bildschirmfoto 2026-04-07 um 14.54.34.png</a> 
(65,7 KB)
</li>
			</ul>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<category domain="https://community.contao.org/de/forumdisplay.php?48-Installation-Update">Installation / Update</category>
			<dc:creator>hendele</dc:creator>
			<guid isPermaLink="true">https://community.contao.org/de/showthread.php?89229-Installation-Contao-5-3</guid>
		</item>
		<item>
			<title>CONTAO Server für Update Arbeiten gestört ?</title>
			<link>https://community.contao.org/de/showthread.php?89228-CONTAO-Server-für-Update-Arbeiten-gestört&amp;goto=newpost</link>
			<pubDate>Tue, 07 Apr 2026 09:37:19 GMT</pubDate>
			<description>Hallo, 
 
 
kann seit ca. 1h KEINE Update- Arbeiten per CONTAO- Manager umsetzen ( aktuell 26 Aufgaben auf 0 Servern )? 
 
 
Code: 
---------...</description>
			<content:encoded><![CDATA[<div>Hallo,<br />
<br />
<br />
kann seit ca. 1h KEINE Update- Arbeiten per CONTAO- Manager umsetzen ( aktuell 26 Aufgaben auf 0 Servern )?<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">composer update contao/manager-bundle contao/news-bundle contao/calendar-bundle contao/faq-bundle contao/comments-bundle contao/newsletter-bundle contao/listing-bundle contao/conflicts contao/core-bundle contao/installation-bundle --no-install --dry-run<br />
<br />
Berechnung startet in ca. 457 Sekunden (aktuell 26 Aufgaben auf 0 Servern)</code><hr />
</div><br />
Kann das bestätigt werden ?<br />
<br />
<br />
Vielen Dank für eine Rückmeldung.</div>

]]></content:encoded>
			<category domain="https://community.contao.org/de/forumdisplay.php?48-Installation-Update">Installation / Update</category>
			<dc:creator>mv-soft</dc:creator>
			<guid isPermaLink="true">https://community.contao.org/de/showthread.php?89228-CONTAO-Server-für-Update-Arbeiten-gestört</guid>
		</item>
		<item>
			<title><![CDATA[4.13.x Upgrade zu 5.3 -> 5.7]]></title>
			<link>https://community.contao.org/de/showthread.php?89226-Upgrade-zu-5-3-gt-5-7&amp;goto=newpost</link>
			<pubDate>Mon, 06 Apr 2026 10:16:37 GMT</pubDate>
			<description>Hallo 
ich wollte (jaja, reichlich spät ich weiss, asche auf mein Haupt) von meiner 4.9 LTS auf die aktuelle 5.7 LTS wechseln. 
Das ganze wird...</description>
			<content:encoded><![CDATA[<div>Hallo<br />
ich wollte (jaja, reichlich spät ich weiss, asche auf mein Haupt) von meiner 4.9 LTS auf die aktuelle 5.7 LTS wechseln.<br />
Das ganze wird aktuell bei Strato gehostet.<br />
<br />
4.9 -&gt; 4.13 ging recht problemlos mit dem Contao Manager.<br />
<br />
4.13 -&gt; 5.3 scheiter immer. Ich habe &quot;notofication center&quot; schon aktualisiert, das sollte so wie ich das verstehe mit 17x funktionieren. Allerdings schlägt das Update immer noch fehl:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">$ /opt/RZphp84/bin/php-cli -q -dmax_execution_time=0 -dmemory_limit=-1 -ddisplay_errors=0 -ddisplay_startup_errors=0 -derror_reporting=0 -dallow_url_fopen=1 -ddisable_functions= -ddate.timezone=MET /mnt/web121/c3/72/546472/htdocs/CRASH2/web/contao-manager.phar.php composer require contao/manager-bundle=5.3.* contao/news-bundle=5.3.* contao/calendar-bundle=5.3.* contao/faq-bundle=5.3.* contao/comments-bundle=5.3.* contao/listing-bundle=5.3.* contao/newsletter-bundle=5.3.* --no-update --no-scripts --prefer-stable --sort-packages --no-ansi --no-interaction<br />
<br />
Deprecation Notice: ContaoCommunityAlliance\Composer\Plugin\Plugin::__construct(): Implicitly marking parameter $runonceManager as nullable is deprecated, the explicit nullable type must be used instead in /mnt/web121/c3/72/546472/htdocs/CRASH2/vendor/contao-community-alliance/composer-plugin/src/Plugin.php:65<br />
More deprecation notices were hidden, run again with `-v` to show them.<br />
/mnt/web121/c3/72/546472/htdocs/CRASH2/composer.json has been updated<br />
<br />
# Process terminated with exit code 0<br />
# Result: OK<br />
<br />
<br />
&gt; Resolving dependencies using Composer Cloud v3.9.1<br />
<br />
[7.0MiB/0.21s] Loading composer repositories with package information<br />
[85.9MiB/14.34s] Updating dependencies<br />
[133.6MiB/15.89s] Your requirements could not be resolved to an installable set of packages.<br />
[133.6MiB/15.89s] <br />
&nbsp; Problem 1<br />
&nbsp; &nbsp; - Root composer.json requires contao/calendar-bundle 5.3.* -&gt; satisfiable by contao/calendar-bundle[5.3.0, ..., 5.3.45].<br />
&nbsp; &nbsp; - contao/calendar-bundle 5.3.0 requires contao/core-bundle 5.3.0 -&gt; found contao/core-bundle[5.3.0] but these were not loaded, likely because it conflicts with another require.<br />
&nbsp; &nbsp; - contao/calendar-bundle 5.3.1 requires contao/core-bundle 5.3.1 -&gt; found contao/core-bundle[5.3.1] but these were not loaded, likely because it conflicts with another require.<br />
&nbsp; &nbsp; - contao/calendar-bundle 5.3.10 requires contao/core-bundle 5.3.10 -&gt; found contao/core-bundle[5.3.10] but these were not loaded, likely because it conflicts with another require.<br />
&nbsp; &nbsp; - contao/calendar-bundle 5.3.11 requires contao/core-bundle 5.3.11 -&gt; found contao/core-bundle[5.3.11] but these were not loaded, likely because it conflicts with another require.<br />
&nbsp; &nbsp; - contao/calendar-bundle 5.3.12 requires contao/core-bundle 5.3.12 -&gt; found contao/core-bundle[5.3.12] but these were not loaded, likely because it conflicts with another require.<br />
&nbsp; &nbsp; - contao/calendar-bundle 5.3.13 requires contao/core-bundle 5.3.13 -&gt; found contao/core-bundle[5.3.13] but these were not loaded, likely because it conflicts with another require.<br />
&nbsp; &nbsp; - contao/calendar-bundle 5.3.14 requires contao/core-bundle 5.3.14 -&gt; found contao/core-bundle[5.3.14] but these were not loaded, likely because it conflicts with another require.<br />
&nbsp; &nbsp; - contao/calendar-bundle 5.3.15 requires contao/core-bundle 5.3.15 -&gt; found contao/core-bundle[5.3.15] but these were not loaded, likely because it conflicts with another require.<br />
&nbsp; &nbsp; - contao/calendar-bundle 5.3.16 requires contao/core-bundle 5.3.16 -&gt; found contao/core-bundle[5.3.16] but these were not loaded, likely because it conflicts with another require.<br />
&nbsp; &nbsp; - contao/calendar-bundle 5.3.17 requires contao/core-bundle 5.3.17 -&gt; found contao/core-bundle[5.3.17] but these were not loaded, likely because it conflicts with another require.<br />
&nbsp; &nbsp; - contao/calendar-bundle 5.3.18 requires contao/core-bundle 5.3.18 -&gt; found contao/core-bundle[5.3.18] but these were not loaded, likely because it conflicts with another require.<br />
&nbsp; &nbsp; - contao/calendar-bundle 5.3.19 requires contao/core-bundle 5.3.19 -&gt; found contao/core-bundle[5.3.19] but these were not loaded, likely because it conflicts with another require.<br />
&nbsp; &nbsp; - contao/calendar-bundle 5.3.2 requires contao/core-bundle 5.3.2 -&gt; found contao/core-bundle[5.3.2] but these were not loaded, likely because it conflicts with another require.<br />
&nbsp; &nbsp; - contao/calendar-bundle 5.3.20 requires contao/core-bundle 5.3.20 -&gt; found contao/core-bundle[5.3.20] but these were not loaded, likely because it conflicts with another require.<br />
&nbsp; &nbsp; - contao/calendar-bundle 5.3.21 requires contao/core-bundle 5.3.21 -&gt; found contao/core-bundle[5.3.21] but these were not loaded, likely because it conflicts with another require.<br />
&nbsp; &nbsp; - contao/calendar-bundle 5.3.22 requires contao/core-bundle 5.3.22 -&gt; found contao/core-bundle[5.3.22] but these were not loaded, likely because it conflicts with another require.<br />
&nbsp; &nbsp; - contao/calendar-bundle 5.3.23 requires contao/core-bundle 5.3.23 -&gt; found contao/core-bundle[5.3.23] but these were not loaded, likely because it conflicts with another require.<br />
&nbsp; &nbsp; - contao/calendar-bundle 5.3.24 requires contao/core-bundle 5.3.24 -&gt; found contao/core-bundle[5.3.24] but these were not loaded, likely because it conflicts with another require.<br />
&nbsp; &nbsp; - contao/calendar-bundle 5.3.25 requires contao/core-bundle 5.3.25 -&gt; found contao/core-bundle[5.3.25] but these were not loaded, likely because it conflicts with another require.<br />
&nbsp; &nbsp; - contao/calendar-bundle 5.3.26 requires contao/core-bundle 5.3.26 -&gt; found contao/core-bundle[5.3.26] but these were not loaded, likely because it conflicts with another require.<br />
&nbsp; &nbsp; - contao/calendar-bundle 5.3.27 requires contao/core-bundle 5.3.27 -&gt; found contao/core-bundle[5.3.27] but these were not loaded, likely because it conflicts with another require.<br />
&nbsp; &nbsp; - contao/calendar-bundle 5.3.28 requires contao/core-bundle 5.3.28 -&gt; found contao/core-bundle[5.3.28] but these were not loaded, likely because it conflicts with another require.<br />
&nbsp; &nbsp; - contao/calendar-bundle 5.3.29 requires contao/core-bundle 5.3.29 -&gt; found contao/core-bundle[5.3.29] but these were not loaded, likely because it conflicts with another require.<br />
&nbsp; &nbsp; - contao/calendar-bundle 5.3.3 requires contao/core-bundle 5.3.3 -&gt; found contao/core-bundle[5.3.3] but these were not loaded, likely because it conflicts with another require.<br />
&nbsp; &nbsp; - contao/calendar-bundle 5.3.30 requires contao/core-bundle 5.3.30 -&gt; found contao/core-bundle[5.3.30] but these were not loaded, likely because it conflicts with another require.<br />
&nbsp; &nbsp; - contao/calendar-bundle 5.3.31 requires contao/core-bundle 5.3.31 -&gt; found contao/core-bundle[5.3.31] but these were not loaded, likely because it conflicts with another require.<br />
&nbsp; &nbsp; - contao/calendar-bundle 5.3.32 requires contao/core-bundle 5.3.32 -&gt; found contao/core-bundle[5.3.32] but these were not loaded, likely because it conflicts with another require.<br />
&nbsp; &nbsp; - contao/calendar-bundle 5.3.33 requires contao/core-bundle 5.3.33 -&gt; found contao/core-bundle[5.3.33] but these were not loaded, likely because it conflicts with another require.<br />
&nbsp; &nbsp; - contao/calendar-bundle 5.3.34 requires contao/core-bundle 5.3.34 -&gt; found contao/core-bundle[5.3.34] but these were not loaded, likely because it conflicts with another require.<br />
&nbsp; &nbsp; - contao/calendar-bundle 5.3.35 requires contao/core-bundle 5.3.35 -&gt; found contao/core-bundle[5.3.35] but these were not loaded, likely because it conflicts with another require.<br />
&nbsp; &nbsp; - contao/calendar-bundle 5.3.36 requires contao/core-bundle 5.3.36 -&gt; found contao/core-bundle[5.3.36] but these were not loaded, likely because it conflicts with another require.<br />
&nbsp; &nbsp; - contao/calendar-bundle 5.3.37 requires contao/core-bundle 5.3.37 -&gt; found contao/core-bundle[5.3.37] but these were not loaded, likely because it conflicts with another require.<br />
&nbsp; &nbsp; - contao/calendar-bundle 5.3.38 requires contao/core-bundle 5.3.38 -&gt; found contao/core-bundle[5.3.38] but these were not loaded, likely because it conflicts with another require.<br />
&nbsp; &nbsp; - contao/calendar-bundle 5.3.39 requires contao/core-bundle 5.3.39 -&gt; found contao/core-bundle[5.3.39] but these were not loaded, likely because it conflicts with another require.<br />
&nbsp; &nbsp; - contao/calendar-bundle 5.3.4 requires contao/core-bundle 5.3.4 -&gt; found contao/core-bundle[5.3.4] but these were not loaded, likely because it conflicts with another require.<br />
&nbsp; &nbsp; - contao/calendar-bundle 5.3.40 requires contao/core-bundle 5.3.40 -&gt; found contao/core-bundle[5.3.40] but these were not loaded, likely because it conflicts with another require.<br />
&nbsp; &nbsp; - contao/calendar-bundle 5.3.41 requires contao/core-bundle 5.3.41 -&gt; found contao/core-bundle[5.3.41] but these were not loaded, likely because it conflicts with another require.<br />
&nbsp; &nbsp; - contao/calendar-bundle 5.3.42 requires contao/core-bundle 5.3.42 -&gt; found contao/core-bundle[5.3.42] but these were not loaded, likely because it conflicts with another require.<br />
&nbsp; &nbsp; - contao/calendar-bundle 5.3.43 requires contao/core-bundle 5.3.43 -&gt; found contao/core-bundle[5.3.43] but these were not loaded, likely because it conflicts with another require.<br />
&nbsp; &nbsp; - contao/calendar-bundle 5.3.44 requires contao/core-bundle 5.3.44 -&gt; found contao/core-bundle[5.3.44] but these were not loaded, likely because it conflicts with another require.<br />
&nbsp; &nbsp; - contao/calendar-bundle 5.3.45 requires contao/core-bundle 5.3.45 -&gt; found contao/core-bundle[5.3.45] but these were not loaded, likely because it conflicts with another require.<br />
&nbsp; &nbsp; - contao/calendar-bundle 5.3.5 requires contao/core-bundle 5.3.5 -&gt; found contao/core-bundle[5.3.5] but these were not loaded, likely because it conflicts with another require.<br />
&nbsp; &nbsp; - contao/calendar-bundle 5.3.6 requires contao/core-bundle 5.3.6 -&gt; found contao/core-bundle[5.3.6] but these were not loaded, likely because it conflicts with another require.<br />
&nbsp; &nbsp; - contao/calendar-bundle 5.3.7 requires contao/core-bundle 5.3.7 -&gt; found contao/core-bundle[5.3.7] but these were not loaded, likely because it conflicts with another require.<br />
&nbsp; &nbsp; - contao/calendar-bundle 5.3.8 requires contao/core-bundle 5.3.8 -&gt; found contao/core-bundle[5.3.8] but these were not loaded, likely because it conflicts with another require.<br />
&nbsp; &nbsp; - contao/calendar-bundle 5.3.9 requires contao/core-bundle 5.3.9 -&gt; found contao/core-bundle[5.3.9] but these were not loaded, likely because it conflicts with another require.<br />
<br />
[133.6MiB/15.89s] Running update with --no-dev does not mean require-dev is ignored, it just means the packages will not be installed. If dev requirements are blocking the update you have to resolve those problems.<br />
[56.7MiB/15.96s] Memory usage: 56.73MB (peak: 199.89MB), time: 15.97s.<br />
[56.7MiB/15.96s] Finished Composer Cloud resolving.<br />
<br />
<br />
# Cloud Job ID DJuaUFelPq5xbksB7s4SOoVAb8hURgj6GH1pqEtTy6q6nUPywAPmXHBMs1rk8zG2Vzrf9aw2USH4 failed</code><hr />
</div>Ich hatte zwischendurch mal versucht alle Plugins vom &quot;contao-bundle&quot; zu entfernen. Das hat aber an der Fehlermeldung nix geändert, im Gegenteil er wollte die dann wieder haben...<br />
<br />
Bin ich zu doof die Fehlermeldung zu lesen oder gibt es da einen Trick?<br />
<br />
Merci.</div>

]]></content:encoded>
			<category domain="https://community.contao.org/de/forumdisplay.php?48-Installation-Update">Installation / Update</category>
			<dc:creator>John Doe</dc:creator>
			<guid isPermaLink="true">https://community.contao.org/de/showthread.php?89226-Upgrade-zu-5-3-gt-5-7</guid>
		</item>
		<item>
			<title>Sonstiges XAMPP - Fehler bei der Installation (Uncaught Error)</title>
			<link>https://community.contao.org/de/showthread.php?89225-XAMPP-Fehler-bei-der-Installation-(Uncaught-Error)&amp;goto=newpost</link>
			<pubDate>Sat, 04 Apr 2026 20:07:23 GMT</pubDate>
			<description>Hallo! 
 
Ich habe soeben unter Windows 11 die Version v3.3.0 von XAMPP installiert und den Contao-Manager gestartet. 
Nach der Auswahl des...</description>
			<content:encoded><![CDATA[<div>Hallo!<br />
<br />
Ich habe soeben unter Windows 11 die Version v3.3.0 von XAMPP installiert und den Contao-Manager gestartet.<br />
Nach der Auswahl des Verzeichnisses public bekomme ich eine Fehlermeldung angezeigt. In der Log-Datei ist folgendes zu finden:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">[04-Apr-2026 21:56:47 Europe/Berlin] PHP Fatal error:&nbsp; Uncaught Error: Class &quot;_ContaoManager\Contao\ManagerApi\HttpKernel\ApiProblemResponse&quot; not found in phar://C:/xampp/htdocs/contao-manager.phar.php/dist/api.php:25<br />
Stack trace:<br />
#0 C:\xampp\htdocs\contao-manager.phar.php(69): Phar::webPhar(NULL, 'index.html', NULL, Array, 'rewrites')<br />
#1 {main}<br />
&nbsp; thrown in phar://C:/xampp/htdocs/contao-manager.phar.php/dist/api.php on line 25<br />
[04-Apr-2026 21:56:47 Europe/Berlin] PHP Fatal error:&nbsp; Uncaught Error: Class &quot;_ContaoManager\Symfony\Component\ErrorHandler\Error\FatalError&quot; not found in phar://C:/xampp/htdocs/contao-manager.phar.php/vendor/symfony/error-handler/ErrorHandler.php:529<br />
Stack trace:<br />
#0 [internal function]: _ContaoManager\Symfony\Component\ErrorHandler\ErrorHandler::handleFatalError()<br />
#1 {main}<br />
&nbsp; thrown in phar://C:/xampp/htdocs/contao-manager.phar.php/vendor/symfony/error-handler/ErrorHandler.php on line 529</code><hr />
</div>Ich kann danach manuell den Manager über die URL <a href="http://localhost/public/contao-manager.phar.php" target="_blank" rel="nofollow">http://localhost/public/contao-manager.phar.php</a> erneut aufrufen und die Installation fortführen, aber ich denke dieser &quot;Uncaught Error&quot; ist dennoch so nicht gwünscht!?<br />
<br />
Viele Grüße<br />
NehCoy</div>

]]></content:encoded>
			<category domain="https://community.contao.org/de/forumdisplay.php?48-Installation-Update">Installation / Update</category>
			<dc:creator>NehCoy</dc:creator>
			<guid isPermaLink="true">https://community.contao.org/de/showthread.php?89225-XAMPP-Fehler-bei-der-Installation-(Uncaught-Error)</guid>
		</item>
		<item>
			<title>5.7.x tl_page felder werden nicht in nav_default ausgegeben</title>
			<link>https://community.contao.org/de/showthread.php?89224-tl_page-felder-werden-nicht-in-nav_default-ausgegeben&amp;goto=newpost</link>
			<pubDate>Thu, 02 Apr 2026 11:32:23 GMT</pubDate>
			<description>Hallo zusammen, 
 
ich hatte bei einem Projekt (Contao 4.13) mit den alten .html5 template Felder in der tl_page hinzugefügt und dann in...</description>
			<content:encoded><![CDATA[<div>Hallo zusammen,<br />
<br />
ich hatte bei einem Projekt (Contao 4.13) mit den alten <span style="font-family: Courier New">.html5</span> template Felder in der <span style="font-family: Courier New">tl_page</span> hinzugefügt und dann in <span style="font-family: Courier New">nav_default.html5</span> genutzt. Beim Update zu Contao 5.7 habe ich die komplette Struktur umgebaut und an das neue System angepasst. Nur im neuen Twig-Template <span style="font-family: Courier New">nav_default.html.twig</span> werden diese Felder, bzw. der Inhalt dieser Felder nicht mehr mit ausgegeben. Die Felder sind in items vorhanden, aber mit einem leern String als Inhalt. Hat dazu jemand eine Idee oder kann ich irgendwie im Template auf das gesamte <span style="font-family: Courier New">tl_page</span> Objekt zugreifen?<br />
Danke!</div>

]]></content:encoded>
			<category domain="https://community.contao.org/de/forumdisplay.php?6-Entwickler-Fragen">Entwickler-Fragen</category>
			<dc:creator>benfolds</dc:creator>
			<guid isPermaLink="true">https://community.contao.org/de/showthread.php?89224-tl_page-felder-werden-nicht-in-nav_default-ausgegeben</guid>
		</item>
		<item>
			<title>sitemap.xml und sitemap.html unterschiedlich</title>
			<link>https://community.contao.org/de/showthread.php?89223-sitemap-xml-und-sitemap-html-unterschiedlich&amp;goto=newpost</link>
			<pubDate>Wed, 01 Apr 2026 12:15:49 GMT</pubDate>
			<description>Hallo zusammen,  
 
ich habe im Backend einen Ordner angelegt, unter dem ich Berichte zu Veranstaltungen anlege. Den Ordner selbst habe ich auf...</description>
			<content:encoded><![CDATA[<div>Hallo zusammen, <br />
<br />
ich habe im Backend einen Ordner angelegt, unter dem ich Berichte zu Veranstaltungen anlege. Den Ordner selbst habe ich auf &quot;unveröffentlicht&quot; gesetzt. Auf die sich darunter befindlichen Seiten (Berichte) verweise ich aus Teaser-Artikeln, bei Bedarf. <br />
In meiner sitemap.html habe ich auch das erwartete Ergebnis, dass diese Berichte nicht auftauchen. In der sitemap.xml jedoch gibt es Einträge zu den Artikeln. Sprich, entgegen meiner Erwartung entspricht der Inhalt der ausgegebenen sitemap.html nicht der sitemap.xml. <br />
<br />
<a href="https://www.hhc-ditzingen.de/sitemap.html" target="_blank" rel="nofollow">https://www.hhc-ditzingen.de/sitemap.html</a><br />
<a href="https://www.hhc-ditzingen.de/sitemap.xml" target="_blank" rel="nofollow">https://www.hhc-ditzingen.de/sitemap.xml</a><br />
<br />
Ich kann das lösen, in dem ich die einzelnen Artikel ebenfalls auf unsichtbar stelle, dann tauchen sie in der xml nicht mehr auf. Aber was ist der Grund für den Unterschied zwischen sitemap.html und sitemap.xml?</div>

]]></content:encoded>
			<category domain="https://community.contao.org/de/forumdisplay.php?109-Sonstiges-zu-Contao">Sonstiges zu Contao</category>
			<dc:creator>Cookie</dc:creator>
			<guid isPermaLink="true">https://community.contao.org/de/showthread.php?89223-sitemap-xml-und-sitemap-html-unterschiedlich</guid>
		</item>
	</channel>
</rss>
