Error: Default encryption module not loaded

The log file is full of the same error messages.

  • Default encryption app is activated.
  • Server-side encryption is activated in the settings.
  • Default encryption module is selected in the settings.
  • Storage encryption is activated in the settings.

Nextcloud version: 11.0.3
Operating system and version: Linux 3.10.0-514.16.1.el7.x86_64
Apache or nginx version: Apache
PHP version: 5.6.26

Is this the first time you’ve seen this error?:
Yes

Steps to replicate:

  1. Login as admin.
  2. Open the log file.

The issue you are facing:
Errors in the error log, see below.

The output of your Nextcloud log:
Error Default encryption module not loaded 2017-06-11T23:44:34+0200
Error Default encryption module not loaded 2017-06-11T23:44:34+0200
Error Default encryption module not loaded 2017-06-11T23:44:34+0200
Error Default encryption module not loaded 2017-06-11T23:44:34+0200
Error Default encryption module not loaded 2017-06-11T23:44:34+0200
Error Default encryption module not loaded 2017-06-11T23:44:34+0200
Error Default encryption module not loaded 2017-06-11T23:44:34+0200
Error Default encryption module not loaded 2017-06-11T23:44:34+0200
Error Default encryption module not loaded 2017-06-11T23:44:34+0200
Error Default encryption module not loaded 2017-06-11T23:44:34+0200
Error Default encryption module not loaded 2017-06-11T23:44:33+0200
(etc.)

The output of your config.php file in /path/to/nextcloud:

<?php $CONFIG = array ( 'instanceid' => 'oc**********', 'passwordsalt' => '********************************************', 'secret' => '****************************************************************', 'trusted_domains' => array ( 0 => 'cloud.***********.***', ), 'datadirectory' => '/home/httpd/vhosts/************.***/cloud_data', 'dbtype' => 'mysql', 'version' => '11.0.3.2', 'dbname' => '**********_cloud', 'dbhost' => 'localhost', 'dbtableprefix' => 'oc_', 'dbuser' => '********', 'dbpassword' => '*******************************', 'logtimezone' => 'UTC', 'installed' => true, 'forcessl' => true, 'memcache.local' => '\\OC\\Memcache\\ArrayCache', 'mail_smtpmode' => 'smtp', 'mail_from_address' => '********', 'mail_domain' => '**********.***', 'mail_smtpauthtype' => 'LOGIN', 'mail_smtphost' => '*****************', 'mail_smtpport' => '25', 'overwrite.cli.url' => 'https://cloud.**********.***:443', 'overwriteprotocol' => 'https', 'theme' => '', 'loglevel' => 2, 'maintenance' => false, ); ---

Copied to https://github.com/nextcloud/server/issues/5755