summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/code-error.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/global/code-error.html.tmpl')
-rw-r--r--template/en/default/global/code-error.html.tmpl7
1 files changed, 7 insertions, 0 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl
index da8f902d4..9d182d25f 100644
--- a/template/en/default/global/code-error.html.tmpl
+++ b/template/en/default/global/code-error.html.tmpl
@@ -292,6 +292,13 @@
the job "[% job FILTER html %]". You need to add this job type
to the <code>JOB_MAP</code> constant in <code>Bugzilla::JobQueue</code>.
+ [% ELSIF error == "json_rpc_not_installed" %]
+ [% admindocslinks = { 'installation.html#install-perlmodules'
+ => 'Installing Perl modules' } %]
+ The JSON-RPC interface will not work without the <code>JSON::RPC</code>
+ Perl module being installed. Run <code>checksetup.pl</code> for
+ installation instructions.
+
[% ELSIF error == "ldap_bind_failed" %]
Failed to bind to the LDAP server. The error message was:
<code>[% errstr FILTER html %]</code>