-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Description
Steps to reproduce
- Update from 11.02 to 12.0 with web Updater
- Go to base address for login after update is finished in the web updater
- Accept final update on the login page
Expected behaviour
Update should finish and login page should appear
Actual behaviour
Error in updating "theming app" :
Doctrine\DBAL\Exception\SyntaxErrorException: An exception occurred while executing 'DELETE FROM oc_reader_bookmarks b WHERE b.file_id = ?' with params [219]: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'b WHERE b.file_id = '219'' at line 1
Server configuration
Operating system:
Debian
Web server:
Apache 2.4.10
Database:
MYSQL 5.5.55
PHP version:
7.0
Nextcloud version: (see Nextcloud admin page)
Somewhere between 11.02 and 12.0
Updated from an older Nextcloud/ownCloud or fresh install:
From 11.02
Where did you install Nextcloud from:
Web
List of activated apps:
Enabled:
- activity: 2.5.2
- calendar: 1.5.2
- comments: 1.2.0
- contacts: 1.5.3
- dav: 1.3.0
- deck: 0.1.2
- federatedfilesharing: 1.2.0
- federation: 1.2.0
- files: 1.7.2
- files_pdfviewer: 1.1.1
- files_reader: 1.0.2
- files_sharing: 1.4.0
- files_texteditor: 2.4.1
- files_trashbin: 1.2.0
- files_versions: 1.5.0
- files_videoplayer: 1.1.0
- firstrunwizard: 2.1
- gallery: 17.0.0
- logreader: 2.0.0
- lookup_server_connector: 1.0.0
- nextcloud_announcements: 1.1
- notes: 2.2.0
- notifications: 2.0.0
- oauth2: true
- password_policy: 1.2.2
- provisioning_api: 1.2.0
- serverinfo: 1.2.0
- sharebymail: 1.2.0
- survey_client: 1.0.0
- systemtags: 1.2.0
- theming: 1.1.1
- twofactor_backupcodes: 1.1.1
- updatenotification: 1.2.0
- workflowengine: 1.2.0
Disabled: - activitylog
- admin_audit
- apporder
- audioplayer
- direct_menu
- encryption
- files_downloadactivity
- files_external
- tasks
- user_external
- user_ldap
- weather
Nextcloud configuration:
{
"system": {
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"localhost",
"xxxxxxxxx"
],
"datadirectory": "/var/www/nextcloud/data",
"overwrite.cli.url": "http://localhost",
"dbtype": "mysql",
"version": "11.0.2.7",
"dbname": "nextcloud",
"dbhost": "localhost",
"dbport": "",
"dbtableprefix": "oc_",
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"logtimezone": "UTC",
"installed": true,
"instanceid": "ocpmmmazz784",
"ldapIgnoreNamingRules": false,
"ldapProviderFactory": "\OCA\User_LDAP\LDAPProviderFactory",
"maintenance": false,
"theme": "",
"loglevel": 2,
"updater.secret": "REMOVED SENSITIVE VALUE"
}
}
Are you using external storage, if yes which one: local/smb/sftp/...
No
Are you using encryption: yes/no
No
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
No