Steps to reproduce
1.
2.
3.
Expected behaviour
I guess key should get updated and I should be able to see my encrypted file with my previous ke
y
Actual behaviour
Page hanging in “Saving” status during the key update
Server configuration
Operating system:Debian 8.5
Web server:nginx
Database:sqlite
PHP version:5.5
ownCloud version (see ownCloud admin page):9.1
Updated from an older ownCloud or fresh install:
ownCloud log (data/owncloud.log, see How to find webserver or OC logfile / enable php logfile):
root@iPig:/var/log/nginx# tail error.log
#4 /var/www/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php(172): OC\DB\Connection->__construct(Array, Object(Doctrine\DBAL\Driver\PDOSqlite\Driver), Object(Doctrine\DBAL\Configuration), Object(Doctrine\Common\EventManager))
#5 /v...
PHP message: PHP Fatal error: Uncaught exception 'Doctrine\DBAL\DBALException' with message 'Failed to connect to the database: An exception occured in driver: SQLSTATE[HY000] [14] unable to open database file' in /var/www/owncloud/lib/private/DB/Connection.php:58
Stack trace:
#0 /var/www/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(973): OC\DB\Connection->connect()
#1 /var/www/owncloud/lib/private/DB/Connection.php(209): Doctrine\DBAL\Connection->executeUpdate('PRAGMA read_unc...', Array, Array)
#2 /var/www/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(621): OC\DB\Connection->executeUpdate('PRAGMA read_unc...')
#3 /var/www/owncloud/lib/private/DB/Connection.php(141): Doctrine\DBAL\Connection->setTransactionIsolation(2)
#4 /var/www/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php(172): OC\DB\Connection->__construct(Array, Object(Doctrine\DBAL\Driver\PDOSqlite\Driver), Object(Doctrine\DB
2016/09/14 23:20:10 [error] 30687#0: *23 FastCGI sent in stderr: "PHP message: creating sqlite db" while reading response header from upstream, client: 172.16.0.3, server: 172.16.0.254, request: "POST /index.php HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "172.16.0.254"
root@iPig:/var/log# tail php5-fpm.log
[15-Sep-2016 18:53:12] NOTICE: fpm is running, pid 11822
[15-Sep-2016 18:53:12] NOTICE: ready to handle connections
[15-Sep-2016 18:53:12] NOTICE: systemd monitor interval set to 10000ms
[15-Sep-2016 18:54:21] NOTICE: Terminating ...
[15-Sep-2016 18:54:21] NOTICE: exiting, bye-bye!
[15-Sep-2016 18:54:21] NOTICE: configuration file /etc/php5/fpm/php-fpm.conf test is successful
[15-Sep-2016 18:54:21] NOTICE: fpm is running, pid 11848
[15-Sep-2016 18:54:21] NOTICE: ready to handle connections
[15-Sep-2016 18:54:21] NOTICE: systemd monitor interval set to 10000ms
Special configuration (external storage, external authentication, reverse proxy, server-side-encryption):
Integrity status for oC9+
Login as admin user into your ownCloud and access
http://example.com/index.php/settings/integrity/failed
paste the results here.