]> source.dussan.org Git - nextcloud-server.git/commitdiff
improved error message to refect openSSL PHP extension and stock openSSL configuratio...
authorBjoern Schiessle <schiessle@owncloud.com>
Thu, 1 Aug 2013 11:57:12 +0000 (13:57 +0200)
committerBjoern Schiessle <schiessle@owncloud.com>
Thu, 1 Aug 2013 11:57:12 +0000 (13:57 +0200)
apps/files_encryption/hooks/hooks.php

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