Hallo,
praktisch wie aus dem Nichts - liefert meine Website nur noch einen "503 Service Unavailable" aus. Es wurden keine Updates o.ä eingespielt. Nur "normale" Arbeiten am Content.
Code:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>503 Service Unavailable</title>
</head><body>
<h1>Service Unavailable</h1>
<p>The server is temporarily unable to service your
request due to maintenance downtime or capacity
problems. Please try again later.</p>
</body></html>
Das Backend funktioniert trotzdem ganz normal. Bis dahin Contao 4.9.26 / CM 1.6.1 / PHP 7.4.
Laut Hoster liegt auf dem Web kein Problem vor, andere Webseiten im gleichen Account sind auch nicht betroffen.
Ich habe dann eine frische 4.13.12 Installation untere einer Subdomain aufgesetzt, alle Erweiterungen installiert, Files und Templates und die DB übertragen und das Installationstool ausgeführt.
Fein, das Update hat geklappt, das BE läuft, aber im FE immer noch 503. Es wird kein Fehler-Log erzeugt.
Wenn ich im CM den Debug-Modus aktiviere, wird ein dev-log erzeugt:
Code:
[2022-11-01T09:34:08.703797+01:00] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was not able to match, message "" [] []
[2022-11-01T09:34:08.712124+01:00] app.DEBUG: Router Symfony\Cmf\Component\Routing\DynamicRouter was not able to match, message "" [] []
[2022-11-01T09:34:08.874834+01:00] request.INFO: Matched route "tl_page.2.root". {"route":"tl_page.2.root","route_parameters":{"_token_check":true,"_controller":"Contao\\FrontendIndex::renderPage","_scope":"frontend","_locale":"de","_format":"html","_canonical_route":"tl_page.2","parameters":"","pageModel":{"Contao\\PageModel":[]},"_route":"tl_page.2.root","_route_object":{"Symfony\\Component\\Routing\\Route":[]}},"request_uri":"https://dev.flagfootball.rocks/","method":"GET"} []
[2022-11-01T09:34:08.897116+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-11-01T09:34:08.897649+01:00] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was not able to match, message "" [] []
[2022-11-01T09:34:09.069919+01:00] request.INFO: Matched route "contao_core_favicon__invoke". {"route":"contao_core_favicon__invoke","route_parameters":{"_route":"contao_core_favicon__invoke","_scope":"frontend","_controller":"Contao\\CoreBundle\\Controller\\FaviconController"},"request_uri":"https://dev.flagfootball.rocks/favicon.ico","method":"GET"} []
[2022-11-01T09:34:09.079167+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-11-01T09:34:09.282725+01:00] app.DEBUG: Executing cron job "Contao\CoreBundle\Cron\LegacyCron::onMinutely" [] []
Die Domain stimmt mit der angegebenen Domain im Startpunkt überein, Protokoll https auch. de-Fallback eingestellt. Pakete aktualisiert, Cache geleert... alles gemacht.
Habe keine Idee, was ich jetzt tun kann...
Wer kann helfen?
Ergänzung: Das BE funktioniert nicht einwandfrei.
Die Textarea der CE Text-Elemente wird nicht angezeigt. Im Quellcode steht ein display:none...
Code:
<textarea name="text" id="ctrl_text" class="tl_textarea noresize" rows="12" cols="80" onfocus="Backend.getScrollOffset()" style="display: none;" aria-hidden="true">...</textarea>
Danke im Voraus!