- Affected Version
- WoltLab Suite 5.5
- Affected App
- WoltLab Suite Core
All phrases on the Registered Errors page are translatable except the Query Parameter # phrase.
Code
<category name="wcf.acp.exceptionLog">
<item name="wcf.acp.exceptionLog"><![CDATA[Logged errors]]></item>
<item name="wcf.acp.exceptionLog.exception.message"><![CDATA[Error Message]]></item>
<item name="wcf.acp.exceptionLog.exception.class"><![CDATA[Type]]></item>
<item name="wcf.acp.exceptionLog.exception.file"><![CDATA[File (Line)]]></item>
<item name="wcf.acp.exceptionLog.exception.requestURI"><![CDATA[Requested URL]]></item>
<item name="wcf.acp.exceptionLog.exception.referrer"><![CDATA[Referrer]]></item>
<item name="wcf.acp.exceptionLog.exception.stacktrace"><![CDATA[Stacktrace]]></item>
<item name="wcf.acp.exceptionLog.exception.copy"><![CDATA[Copy error message]]></item>
<item name="wcf.acp.exceptionLog.exceptionNotFound"><![CDATA[No error with the ID “{$exceptionID}” was found.]]></item>
<item name="wcf.acp.exceptionLog.search"><![CDATA[Search]]></item>
<item name="wcf.acp.exceptionLog.search.exceptionID"><![CDATA[Error-ID]]></item>
<item name="wcf.acp.exceptionLog.search.logFile"><![CDATA[Logfile]]></item>
<item name="wcf.acp.exceptionLog.exception.date"><![CDATA[Time]]></item>
<item name="wcf.acp.exceptionLog.exception.userAgent"><![CDATA[User Agent]]></item>
<item name="wcf.acp.exceptionLog.exception.memory"><![CDATA[Memory]]></item>
<item name="wcf.acp.exceptionLog.email.subject"><![CDATA[Logged Errors since {$date|plainTime}]]></item>
<item name="wcf.acp.exceptionLog.email.body"><![CDATA[Dear Administrator,
the following errors have been logged on your website {@PAGE_TITLE|phrase} since {$date|plainTime}:
{foreach from=$files key=file item=data}
log/{$file}.txt{if !$data[verdict]|isset} ({#$data[count]} error{if $data[count] > 1}s{/if}){/if} {* this line ends with a space *}
==================
{if $data[verdict]|isset}
{if $data[verdict] == 'corrupt'}
This protocol file is corrupted. Please check the protocol manually: {'WCF_DIR'|constant}log/{$file}.txt
{elseif $data[verdict] == 'huge'}
This protocol file is very large. Please check the protocol manually: {'WCF_DIR'|constant}log/{$file}.txt
{/if}
{else}
{foreach from=$data[messages] item=message}
- {@$message} {* this line ends with a space *}
{/foreach}
{/if}
{* this line is intentionally left empty *}
{/foreach}
ATTENTION: The messages listed above are greatly shortened. You can view details of individual error messages in the administration interface under “Logs » Errors”.]]></item>
</category>
Display More