From 614e246665775cdde5d85a623f450988e21d6382 Mon Sep 17 00:00:00 2001
From: Alexander Ebert
An error has occured while trying to handle your request and execution has been terminated. Please forward the above error code to the site administrator.
++
+ The error code can be used by an administrator to lookup the full error message in the Administration Control Panel via âLogs » Errorsâ. + In addition the error has been writen to the log file located at {$logFile} and can be accessed with a FTP program or similar. +
++
Notice: The error code was randomly generated and has no use beyond looking up the full message.
+EXPLANATION; + + } + + /* + * A notice on the HTML used below: + * + * It might appear a bit weird to useall over the place where semantically + * other elements would fit in way better. The reason behind this is that we avoid + * inheriting unwanted styles (e.g. exception displayed in an overlay) and that + * the output needs to be properly readable when copied & pasted somewhere. + * + * Besides the visual appearance, the output was built to provide a maximum of + * compatibility and readability when pasted somewhere else, e.g. a WYSIWYG editor + * without the potential of messing up the formatting and thus harming the readability. + */ ?>
@@ -106,137 +151,261 @@ namespace wcf\functions\exception {An unrecoverable error occured while trying to handle your request. The internal error code is as follows:
Please send this code to the administrator to help him fix the issue.
-If you are the administrator you can view the complete error message at "ACP > Logs > Errors" einsehen. The error code itself is worthless for the support!
- '; - try { - $message = str_replace('{$exceptionID}', $exceptionID, WCF::getLanguage()->get('wcf.global.error.exception', true)); + + .exceptionFieldValue { + font-size: 18px; + } + + .exceptionSystemInformation, + .exceptionErrorDetails, + .exceptionStacktrace { + list-style-type: none; + } + + .exceptionSystemInformation > li:not(:first-child), + .exceptionErrorDetails > li:not(:first-child) { + margin-top: 10px; + } + + .exceptionStacktrace { + display: block; + margin-top: 5px; + overflow: auto; + padding-bottom: 20px; + } + + .exceptionStacktraceFile, + .exceptionStacktraceFile span, + .exceptionStacktraceCall, + .exceptionStacktraceCall span { + font-family: monospace !important; + white-space: nowrap !important; + } + + .exceptionStacktraceCall + .exceptionStacktraceFile { + margin-top: 5px; + } + + .exceptionStacktraceCall { + padding-left: 40px; + } + + .exceptionStacktraceCall, + .exceptionStacktraceCall span { + color: rgb(102, 102, 102) !important; + font-size: 13px !important; + } + + /* mobile */ + @media (max-width: 767px) { + .exceptionBoundary { + min-width: 320px; + padding: 0 10px; } - catch (\Exception $e) { - + + .exceptionText .exceptionInlineCodeWrapper { + display: inline-block; + overflow: auto; } - catch (\Throwable $e) { - + + .exceptionErrorCode .exceptionInlineCode { + font-size: 13px; + padding: 2px 5px; } - echo $message; - ?> + } + + /* desktop */ + @media (min-width: 768px) { + .exceptionBoundary { + margin: 0 auto; + max-width: 1400px; + min-width: 1200px; + padding: 0 10px; + } + + .exceptionSystemInformation { + display: flex; + flex-wrap: wrap; + } + + .exceptionSystemInformation1, + .exceptionSystemInformation3, + .exceptionSystemInformation5 { + flex: 0 0 200px; + margin: 0 0 10px 0 !important; + } + + .exceptionSystemInformation2, + .exceptionSystemInformation4, + .exceptionSystemInformation6 { + flex: 0 0 calc(100% - 210px); + margin: 0 0 10px 10px !important; + max-width: calc(100% - 210px); + } + + .exceptionSystemInformation1 { order: 1; } + .exceptionSystemInformation2 { order: 2; } + .exceptionSystemInformation3 { order: 3; } + .exceptionSystemInformation4 { order: 4; } + .exceptionSystemInformation5 { order: 5; } + .exceptionSystemInformation6 { order: 6; } + + .exceptionSystemInformation .exceptionFieldValue { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + } + } + + + +System Information
+PHP Version:
+ +WCF Version:
+ +Peak Memory Usage:
+/ MiB
+Request URI:
+ +Referrer:
+ +User Agent:
+ +getPrevious() && !$first) { echo "Original "; } else if ($e->getPrevious() && $first) { echo "Final "; } ?>Error
getDescription()) { ?> -getDescription(); ?>
+getDescription(); ?>
-Error Message:
+getMessage()); ?>
+Error Code:
+getCode()); ?>
+File:
+getFile())); ?> (getLine(); ?>)
+:
+ +Stack Trace:
+Ein nicht zu korrigierender Fehler ist bei der Verarbeitung Ihrer Anfrage aufgetreten. Der interne Fehlercode lautet: {$exceptionID}
Leiten Sie diesen Code an den Administrator weiter, um ihm bei der Behebung zu helfen.
-Wenn Sie der Administrator sind, dann können Sie die vollständige Fehlermeldung in der Administrationsoberfläche unter âProtokoll » Fehlerâ einsehen. Der Fehlercode selbst ist für den Support wertlos!
]]>Leider ist bei der Verarbeitung zu einem Fehler gekommen und die Ausführung wurde abgebrochen. Falls möglich leiten Sie bitte den oben stehenden Fehlercode an den Administrator weiter.
++
+ Administratoren können die vollständige Fehlermeldung mit Hilfe dieses Codes in der Administrationsoberfläche unter âProtokoll » Fehlerâ einsehen. + Zusätzlich wurden die Informationen in die Protokolldatei {$logFile} geschrieben und können beispielsweise mit Hilfe eines FTP-Programms abgerufen werden. +
++
Hinweis: Der Fehlercode wird zufällig generiert und erlaubt keinen Rückschluss auf die Ursache und ist daher für Dritte nutzlos.
]]>An unrecoverable error occured while trying to handle your request. The internal error code is as follows: {$exceptionID}
Please send this code to the administrator to help him fix the issue.
-If you are the administrator you can access the full error message inside your Administration Control Panel at âLogs » Errorsâ. The error code itself is worthless for the support!
]]>An error has occured while trying to handle your request and execution has been terminated. Please forward the above error code to the site administrator.
++
+ The error code can be used by an administrator to lookup the full error message in the Administration Control Panel via âLogs » Errorsâ. + In addition the error has been writen to the log file located at {$logFile} and can be accessed with a FTP program or similar. +
++
Notice: The error code was randomly generated and has no use beyond looking up the full message.
]]>