aboutsummaryrefslogtreecommitdiffstats
path: root/view/update_fail_eml.tpl
diff options
context:
space:
mode:
authorAlexander Kampmann <programmer@nurfuerspam.de>2012-04-09 00:45:10 +0200
committerAlexander Kampmann <programmer@nurfuerspam.de>2012-04-09 00:45:10 +0200
commit0d60dbef31ea645b8495d8e28fca6c248d20048b (patch)
treeab89e4c9de89b31973820402db4400cc10389ccb /view/update_fail_eml.tpl
parent5c0446975516f2b52b6cf51618e0b75af56de71b (diff)
downloadvolse-hubzilla-0d60dbef31ea645b8495d8e28fca6c248d20048b.tar.gz
volse-hubzilla-0d60dbef31ea645b8495d8e28fca6c248d20048b.tar.bz2
volse-hubzilla-0d60dbef31ea645b8495d8e28fca6c248d20048b.zip
added exceptions to dba class
added exception handling to index.php, please mind that there is no recovery at the moment added transactions to db update. Please mind that they might not be supported by db table engines. added admin email on failed updates added german translation for admin email
Diffstat (limited to 'view/update_fail_eml.tpl')
-rw-r--r--view/update_fail_eml.tpl11
1 files changed, 11 insertions, 0 deletions
diff --git a/view/update_fail_eml.tpl b/view/update_fail_eml.tpl
new file mode 100644
index 000000000..f68a3dece
--- /dev/null
+++ b/view/update_fail_eml.tpl
@@ -0,0 +1,11 @@
+Hey,
+I'm $sitename.
+The friendica developers released update $update recently,
+but when I tried to install it, something went terribly wrong.
+This needs to be fixed soon and I can't do it alone. Please contact a
+friendica developer if you can not help me on your own. My database might be invalid.
+
+The error message is '$error'.
+
+I'm sorry,
+your friendica server at $siteurl \ No newline at end of file