瀏覽代碼

update error message

tags/v8.0.0alpha1
Bjoern Schiessle 9 年之前
父節點
當前提交
1509dd1358
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      apps/files_encryption/hooks/hooks.php

+ 1
- 1
apps/files_encryption/hooks/hooks.php 查看文件

@@ -66,7 +66,7 @@ class Hooks {
//check if all requirements are met
if (!Helper::checkRequirements() || !Helper::checkConfiguration()) {
$error_msg = $l->t("Missing requirements.");
$hint = $l->t('Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled.');
$hint = $l->t('Please make sure that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled.');
\OC_App::disable('files_encryption');
\OCP\Util::writeLog('Encryption library', $error_msg . ' ' . $hint, \OCP\Util::ERROR);
\OCP\Template::printErrorPage($error_msg, $hint);

Loading…
取消
儲存