mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-09 04:48:53 +00:00
[ticket/14306] Improves Error display
PHPBB3-14306
This commit is contained in:
parent
6594ef8b1e
commit
1e0340b0cf
2 changed files with 2 additions and 2 deletions
|
@ -148,7 +148,7 @@ function popup(url, width, height, name)
|
||||||
<div class="main">
|
<div class="main">
|
||||||
{% if CONTAINER_EXCEPTION !== false %}
|
{% if CONTAINER_EXCEPTION !== false %}
|
||||||
<div class="errorbox">
|
<div class="errorbox">
|
||||||
<p>{{ lang('CONTAINER_EXCEPTION') }}</p>
|
<p>{{ lang('CONTAINER_EXCEPTION') }}</p><br />
|
||||||
<p>{{ lang('EXCEPTION') }}{{ lang('COLON') }} {{ CONTAINER_EXCEPTION.getMessage() }}</p>
|
<p>{{ lang('EXCEPTION') }}{{ lang('COLON') }} {{ CONTAINER_EXCEPTION.getMessage() }}</p>
|
||||||
<pre>{{ CONTAINER_EXCEPTION.getTraceAsString() }}</pre>
|
<pre>{{ CONTAINER_EXCEPTION.getTraceAsString() }}</pre>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -225,7 +225,7 @@ $lang = array_merge($lang, array(
|
||||||
|
|
||||||
'BACK' => 'Back',
|
'BACK' => 'Back',
|
||||||
|
|
||||||
'CONTAINER_EXCEPTION' => 'phpBB encountered an error building the container due to an installed extension. For this reason, all extensions have been temporarily disabled. Please try purging your forum cache. All extensions will automatically be re-enabled once the container error is resolved. If this error continues, please visit phpBB.com for support.',
|
'CONTAINER_EXCEPTION' => 'phpBB encountered an error building the container due to an installed extension. For this reason, all extensions have been temporarily disabled. Please try purging your forum cache. All extensions will automatically be re-enabled once the container error is resolved. If this error continues, please visit <a href="https://www.phpbb.com/support">phpBB.com</a> for support.',
|
||||||
'EXCEPTION' => 'Exception',
|
'EXCEPTION' => 'Exception',
|
||||||
|
|
||||||
'COLOUR_SWATCH' => 'Web-safe colour swatch',
|
'COLOUR_SWATCH' => 'Web-safe colour swatch',
|
||||||
|
|
Loading…
Add table
Reference in a new issue