Upgrade 6 -> 8 results in broken names

Hey folks,

I’ve just completed an upgrade from 6 -> 8. Doing so has resulted in broken names:

https://imgur.com/cARSzQM

You can see the following two errors in the logs:

[Thu Feb 01 14:22:52.404910 2018] [:error] [pid 1145] [client 202.36.97.1:12001] PHP Fatal error: Call to a member function getName() on a non-object in /var/www/pydio/core/src/pydio/Core/Services/ConfService.php on line 116, referer: https://files.domain.xyz/settings/data/repositories

and

[Fri Feb 02 10:12:14.676762 2018] [:error] [pid 1888] [client 202.36.97.1:58533] Exception is:database is locked, referer:
[Fri Feb 02 10:12:14.676766 2018] [:error] [pid 1888] [client 202.36.97.1:58533] In /var/www/pydio/core/src/lib/dibi/drivers/DibiSqlite3Driver.php line 114, referer:
[Fri Feb 02 10:12:14.676788 2018] [:error] [pid 1888] [client 202.36.97.1:58533] #0 /var/www/pydio/core/src/lib/dibi/libs/DibiConnection.php(324): DibiSqlite3Driver->query(‘INSERT INTO [aj…’)\n#1 /var/www/pydio/core/src/lib/dibi/libs/DibiConnection.php(246): DibiConnection->nativeQuery(‘INSERT INTO [aj…’)\n#2 /var/www/pydio/core/src/lib/dibi/libs/Dibi.php(183): DibiConnection->query(Array)\n#3 /var/www/pydio/plugins/log.sql/SqlLogDriver.php(460): dibi::query(‘INSERT INTO [aj…’, Array)\n#4 /var/www/pydio/plugins/core.log/Logger.php(126): Pydio\Log\Implementation\SqlLogDriver->write2(‘Error’, ‘202.36.97.1’, ‘shared’, ‘no-repository’, ‘DibiSqlite3Driv…’, ‘error l.114’, ‘message=databas…’, Array)\n#5 /var/www/pydio/plugins/core.log/Logger.php(229): Pydio\Log\Core\Logger::log2(‘Error’, ‘DibiSqlite3Driv…’, ‘error l.114’, Array)\n#6 /var/www/pydio/core/src/pydio/Core/Http/Server.php(235): Pydio\Log\Core\Logger::error(‘DibiSqlite3Driv…’, ‘error l.114’, Array)\n#7 /var/www/pydio/core/src/pydio/Core/Http/Server.php(284): Pydio\Core\Http\Server->catchError(5, ‘database is loc…’, ‘/var/www/pydio/…’, 114, Object(DibiDriverException))\n#8 [internal function]: Pydio\Core\Http\Server->catchException(Object(DibiDriverException))\n#9 {main}, referer:

I’ve tried deleting all of the plugins_ files in the cache and reloading apache, but no luck.

Could anyone assist please?

Thanks.