Column not found - 1054 Unknown column 'attributes'

!–
Thanks for reporting issues back to ownCloud! This is the issue tracker of ownCloud, if you have any support question please check out https://owncloud.org/support

This is the bug tracker for the Server component. Find other components at https://github.com/owncloud/core/blob/master/.github/CONTRIBUTING.md#guidelines

For reporting potential security issues please see https://owncloud.org/security/

To make it possible for us to help you please fill out below information carefully.

Before reporting any issues please make sure that you’re using the latest available version for your major branch (e.g. 9.0.x), see https://owncloud.org/changelog/

Steps to reproduce

  1. Desktop client not syncing
  2. It does not allow to share a public link from the web

Expected behaviour

Synchronize without problem with the client and be able to share public links from the web

Actual behaviour

An exception occurred while executing ‘INSERT INTO oc_share (share_type, token, parent, share_name, item_type, item_source, file_source, permissions, attributes, uid_initiator, uid_owner, file_target, stime) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)’ with params [3, “ZMe25TACLGQ5RtP”, null, “Enlace Publico”, “file”, 156295, 156295, 1, null, “soporte”, “soporte”, “/prueba.txt”, 1638836917]: SQLSTATE[42S22]: Column not found: 1054 Unknown column ‘attributes’ in ‘field list’

Server configuration

Operating system:
ubuntu 20.04.3
Web server:

Database:
owncloud
PHP version:
7.4.3
ownCloud version: (see ownCloud admin page)
10.8.0.4
Updated from an older ownCloud or fresh install:

Where did you install ownCloud from:

Signing status (ownCloud 9.0 and above):

Login as admin user into your ownCloud and access 
http://example.com/index.php/settings/integrity/failed 
paste the results into https://gist.github.com/ and puth the link here.

No errors have been found


**The content of config/config.php:**
?php
$CONFIG = array (
  'instanceid' => '%%%%',
  'passwordsalt' => '%%%%',
  'secret' => '%%%',
  'trusted_domains' => 
  array (
    0 => '%%%%%',
    1 => '%%%%%%',
    2 => '%%%%%%',
  ),
  'datadirectory' => '/var/www/owncloud/data',
  'overwrite.cli.url' => 'https://prueba.ddns.net',
  'dbtype' => 'mysql',
  'version' => '10.8.0.4',
  'dbname' => 'owncloud',
  'dbhost' => 'localhost',
  'dbtableprefix' => 'oc_',
  'mysql.utf8mb4' => true,
  'dbuser' => 'owncloud',
  'dbpassword' => '%%%%%%%',
  'logtimezone' => 'UTC',
  'apps_paths' => 
  array (
    0 => 
    array (
      'path' => '/var/www/owncloud/apps',
      'url' => '/apps',
      'writable' => false,
    ),
    1 => 
    array (
      'path' => '/var/www/owncloud/apps-external',
      'url' => '/apps-external',
      'writable' => true,
    ),
  ),
  'installed' => true,
  'loglevel' => 3,
  'maintenance' => false,
  'filelocking.enabled' => true,
  'memcache.local' => '\\OC\\Memcache\\APCu',
  'memcache.locking' => '\\OC\\Memcache\\Redis',
  'redis' => 
  array (
    'host' => 'localhost',
    'port' => 6379,
    'timeout' => 0.0,
  ),
);

Log in to the web-UI with an administrator account and click on
‘admin’ → ‘Generate Config Report’ → ‘Download ownCloud config report’
This report includes the config.php settings, the list of activated apps
and other details in a well sanitized form.

or

If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your ownCloud installation folder

ATTENTION: Do not post your config.php file in public as is. Please use one of the above
methods whenever possible. Both, the generated reports from the web-ui and from occ config:list
consistently remove sensitive data. You still may want to review the report before sending.
If done manually then it is critical for your own privacy to dilligently
remove all host names, passwords, usernames, salts and other credentials before posting.
You should assume that attackers find such information and will use them against your systems.


**List of activated apps:**

If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your ownCloud installation folder.


**Are you using external storage, if yes which one:** local/smb/sftp/...

**Are you using encryption:** yes/no

**Are you using an external user-backend, if yes which one:** LDAP/ActiveDirectory/Webdav/...

#### LDAP configuration (delete this part if not used)

With access to your command line run e.g

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.