diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-04-10 02:49:34 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-04-10 02:49:34 -0400 |
commit | 61c28e8c2ee5c80c162e0ea7b8fec10e26790641 (patch) | |
tree | f76f18f33b43da6071e6dd7a88b3a5c316c03aec /view/update_fail_eml.tpl | |
parent | 16c48b220070edc84c4e27bb680498f31066f3ba (diff) | |
parent | 9a8c69b024745bdabd8a83bc0e65951a82722127 (diff) | |
download | volse-hubzilla-61c28e8c2ee5c80c162e0ea7b8fec10e26790641.tar.gz volse-hubzilla-61c28e8c2ee5c80c162e0ea7b8fec10e26790641.tar.bz2 volse-hubzilla-61c28e8c2ee5c80c162e0ea7b8fec10e26790641.zip |
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master:
rev update
source beautifarming to make review easier
fixed some typos
made exceptions from the db optional set address for updae mails correctly
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
* master:
Diffstat (limited to 'view/update_fail_eml.tpl')
-rw-r--r-- | view/update_fail_eml.tpl | 11 |
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 |