mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-18 07:23:08 +00:00

displayed - A designated email address is sent an alert when a database or internal server error occurs git-svn-id: http://scm.dspace.org/svn/repo/trunk@246 9c30dcfa-912a-0410-8fc2-9e0234be79fd
21 lines
469 B
Plaintext
21 lines
469 B
Plaintext
# E-mail sent to designated address when an internal server error occurs
|
|
#
|
|
# Parameters: {0} DSpace server URL
|
|
# {1} Date & time
|
|
# {2} Session ID
|
|
# {3} URL + HTTP parameters, if any
|
|
# {4} Exception stack trace
|
|
#
|
|
# See org.dspace.core.Email for information on the format of this file.
|
|
#
|
|
Subject: DSpace: Internal Server Error
|
|
An internal server error occurred on {0}:
|
|
|
|
Date: {1}
|
|
Session ID: {2}
|
|
|
|
{3}
|
|
|
|
Exception:
|
|
{4}
|