aboutsummaryrefslogtreecommitdiffstats
path: root/view/en
diff options
context:
space:
mode:
Diffstat (limited to 'view/en')
-rw-r--r--view/en/cert_bad_eml.tpl20
-rw-r--r--view/en/cron_bad_eml.tpl17
-rw-r--r--view/en/htconfig.tpl1
3 files changed, 37 insertions, 1 deletions
diff --git a/view/en/cert_bad_eml.tpl b/view/en/cert_bad_eml.tpl
new file mode 100644
index 000000000..f4b197131
--- /dev/null
+++ b/view/en/cert_bad_eml.tpl
@@ -0,0 +1,20 @@
+This is the webserver at {{$sitename}};
+
+A routine check indicates the SSL certificate for this website is
+not valid. Your website cannot fully participate in the RedMatrix
+until this is resolved. Please check your certificate and with your
+certificate provider or service provider to ensure it is "browser valid"
+and installed correctly. Self-signed certificates are NOT SUPPORTED
+and NOT ALLOWED in the RedMatrix.
+
+The check is performed by fetching a URL from your website with strict
+SSL checking enabled, and if this fails, checking again with SSL
+checks disabled. It's possible a transient error could produce this
+message, but if any recent configuration changes have been made,
+or if you receive this message more than once, please check your
+certificate.
+
+The error message is '{{$error}}'.
+
+Apologies for the inconvenience,
+ your web server at {{$siteurl}} \ No newline at end of file
diff --git a/view/en/cron_bad_eml.tpl b/view/en/cron_bad_eml.tpl
new file mode 100644
index 000000000..ce30dae73
--- /dev/null
+++ b/view/en/cron_bad_eml.tpl
@@ -0,0 +1,17 @@
+This is the webserver at {{$sitename}};
+
+A routine check indicates the scheduled maintenance tasks on this
+website are not running. Please review your "cron" jobs or the
+equivalent mechanism on your operating system and ensure these are
+running. Please review the INSTALL instructions if you are seeing
+this message for the first time. If these maintenance tasks have
+been running normally until now, please check to see if anything
+may have gone wrong to account for them not running currently.
+This check is run approximately every three days.
+
+The error message is '{{$error}}'.
+
+The last successful execution was '{{$lastdate}}'.
+
+Apologies for the inconvenience,
+ your web server at {{$siteurl}} \ No newline at end of file
diff --git a/view/en/htconfig.tpl b/view/en/htconfig.tpl
index d06e5da49..066ae39d8 100644
--- a/view/en/htconfig.tpl
+++ b/view/en/htconfig.tpl
@@ -71,7 +71,6 @@ $a->config['system']['access_policy'] = ACCESS_PRIVATE;
$a->config['system']['sellpage'] = '';
// Maximum size of an imported message, 0 is unlimited
-// FIXME - NOT currently implemented.
$a->config['system']['max_import_size'] = 200000;