]> source.dussan.org Git - nextcloud-server.git/commitdiff
more verbose error message
authorBjörn Schießle <schiessle@owncloud.com>
Thu, 4 Jul 2013 12:50:07 +0000 (14:50 +0200)
committerBjörn Schießle <schiessle@owncloud.com>
Thu, 4 Jul 2013 12:50:07 +0000 (14:50 +0200)
apps/files_encryption/hooks/hooks.php

index 8d868c10b1a4dc5156ff3b448315c6f0bba31656..ed768f176aaa50d93c0bd90dd2ee9906b93a773c 100644 (file)
@@ -42,7 +42,7 @@ class Hooks {
                //check if all requirements are met\r
                if(!Helper::checkRequirements() ) {\r
                        $error_msg = $l->t("Missing requirements.");\r
-                       $hint = $l->t('Please make sure that the OpenSSL module and PHP >= 5.3.3 is installed. 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 the OpenSSL 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