-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error while updating Theming app from 11.02 to 12.0 #5082
Comments
+1. Actual behaviours slightly different but appears to be related to thumbing app as well: (Can't find log file to export) Preparing update |
@GrandSteak10 @mattsmallman Can you check the data/nextcloud.log file for more detailed error messages?
That looks more like there is an error with the files_reader app. |
|
@juliushaertl
logged as admin: ===================== Results
Raw outputArray
) |
This is caused by files_reader, so you may want to open an issue there: https://github.com/Yetangitu/owncloud-apps/tree/master/files_reader The other errors have already been reported here: #4987 |
I just ran into this problem on a fresh install of nextcloud 12. It broke my install and I was unable to start it at all. |
Steps to reproduce
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 1Server 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:
Disabled:
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
The text was updated successfully, but these errors were encountered: