I upgraded from version 25, (step by step 25, 26, 27…) I got to 30.0.11, I get this error that I don’t know how to solve:
An exception occured while running the setup check: Doctrine\DBAL\Schema\Exception\ColumnDoesNotExist: There is no column with name “parent” on table “oc_share_external”. in /var/www/nextcloud/3rdparty/doctrine/dbal/src/Schema/Exception/ColumnDoesNotExist.php:15 Stack trace: #0 /var/www/nextcloud/3rdparty/doctrine/dbal/src/Schema/SchemaException.php(110): Doctrine\DBAL\Schema\Exception\ColumnDoesNotExist::new() #1 /var/www/nextcloud/3rdparty/doctrine/dbal/src/Schema/Table.php(785): Doctrine\DBAL\Schema\SchemaException::columnDoesNotExist() #2 /var/www/nextcloud/apps/settings/lib/SetupChecks/DatabasePendingBigIntConversions.php(54): Doctrine\DBAL\Schema\Table->getColumn() #3 /var/www/nextcloud/apps/settings/lib/SetupChecks/DatabasePendingBigIntConversions.php(67): OCA\Settings\SetupChecks\DatabasePendingBigIntConversions->getBigIntConversionPendingColumns() #4 /var/www/nextcloud/lib/private/SetupCheck/SetupCheckManager.php(34): OCA\Settings\SetupChecks\DatabasePendingBigIntConversions->run() #5 /var/www/nextcloud/apps/settings/lib/Controller/CheckSetupController.php(147): OC\SetupCheck\SetupCheckManager->runAll() #6 /var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php(208): OCA\Settings\Controller\CheckSetupController->check() #7 /var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php(114): OC\AppFramework\Http\Dispatcher->executeController() #8 /var/www/nextcloud/lib/private/AppFramework/App.php(161): OC\AppFramework\Http\Dispatcher->dispatch() #9 /var/www/nextcloud/lib/private/Route/Router.php(303): OC\AppFramework\App::main() #10 /var/www/nextcloud/lib/base.php(1010): OC\Route\Router->match() #11 /var/www/nextcloud/index.php(24): OC::handleRequest() #12 {main}
Could you help me?
Maybe this thread can solve your problem. Maybe you can make the dabase changes in the thread. Also you can test to execute sudo -u www-data /path/to/nextcloud/occ upgrade
again.
I keep getting the same error
I managed to solve the problem by giving these commands:
pi@raspberrypi :/var/www/nextcloud $ sudo -u www-data -g www-data php occ app:install files_sharing
Error: Could not download app files_sharing
pi@raspberrypi :/var/www/nextcloud $ sudo -u www-data -g www-data php occ app:update files_sharing
files_sharing is up-to-date or no updates could be found
pi@raspberrypi :/var/www/nextcloud $ sudo -u www-data -g www-data php occ app:enable files_sharing
files_sharing 1.22.0 enabled
system
Closed
May 31, 2025, 5:46pm
6
This topic was automatically closed 8 days after the last reply. New replies are no longer allowed.