]> 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, 8 Aug 2013 06:39:01 +0000 (08:39 +0200)
apps/files_encryption/hooks/hooks.php

index e933207a9e10090e425e14b491ecde9d5c7a598a..07da839e8a2203c4018405537f0ffa49ef54a2b9 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