Hi Everybody,

After upgrading from 8.1.2 to 8.2 under Debian Jessie, I have this issue :
# /var/www/owncloud/occ upgrade
Console has to be executed with the user that owns the file config/config.php
Current user: root
Owner of config.php: www-data
PHP Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'owncloud.oc_file_locks' doesn't exist' in /var/www/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:91
Stack trace:
#0 /var/www/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php(91): PDOStatement->execute(Array) #1 /var/www/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(989): Doctrine\DBAL\Driver\PDOStatement->execute(Array) #2 /var/www/owncloud/lib/private/db/connection.php(203): Doctrine\DBAL\Connection->executeUpdate('DELETE FROM `oc...', Array, Array) #3 /var/www/owncloud/lib/private/lock/dblockingprovider.php(184): OC\DB\Connection->executeUpdate('DELETE FROM `*P...', Array) #4 /var/www/owncloud/lib/private/lock/dblockingprovider.php(189): OC\Lock\DBLockingProvider->cleanEmptyLocks()
#5 [internal function]: OC\Lock\DBLockingProvider->__destruct()
#6 {main}

Next exception 'Doctrine\DBAL\Driver\PDOException' with message 'SQLSTATE[42S in /var/www/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php on line 53

It was already reported before 8.2 release here:
 * https://github.com/owncloud/core/issues/19622
 * https://github.com/owncloud/core/issues/19617

How can I solve this?

Thanks for your help,
--
Alexis de BRUYN
_______________________________________________
User mailing list
[email protected]
http://mailman.owncloud.org/mailman/listinfo/user

Reply via email to