-
-
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
ebook reader update fails #4015
Comments
This is a problem of this app. We can't do here anything, because this app creates an index that is too big on mysql only. Please report this to the apps bug tracker. |
Okay, clicking on app update is bad. Got it. Is there a way to uninstall the app that doesn't involve the admin page? Because I'm locked out of that by the failed update. Thanks. |
You can run occ app:disable ebook on the |
Don't think I do, but thanks, anyway. |
Sorry there was a autocomplete mess up. I meant "command line". Otherwise delete the apps entries from the oc_appconfig table. Sad to here that it messed up that hard, but on the other side I also have very little ideas how to catch that properly. Maybe we add another check for the update. |
@joebobtechie Sorry for the trouble with this app - I opened #4035 to address this issue. |
Steps to reproduce
Expected behaviour
The ebook reader addon should update
Actual behaviour
Detailed logs
Preparing update
Set log level to debug
Turned on maintenance mode
Updating database schema
Updated database
Doctrine\DBAL\Exception\DriverException: An exception occurred while executing 'CREATE TABLE
oc_reader_bookmarks
(id
BIGINT UNSIGNED AUTO_INCREMENT NOT NULL,user_id
VARCHAR(64) DEFAULT '' NOT NULL,file_id
BIGINT UNSIGNED NOT NULL,type
VARCHAR(32) DEFAULT '' NOT NULL,name
VARCHAR(512) DEFAULT '' NOT NULL,value
VARCHAR(512) DEFAULT '' NOT NULL,content
VARCHAR(4096) DEFAULT NULL,last_modified
BIGINT UNSIGNED DEFAULT 0, INDEX reader_bookmarks_file_id_index (file_id
), INDEX reader_bookmarks_user_id_index (user_id
), INDEX reader_bookmarks_name_index (name
), PRIMARY KEY(id
)) DEFAULT CHARACTER SET utf8 COLLATE utf8_bin ENGINE = InnoDB': SQLSTATE[HY000]: General error: 1709 Index column size too large. The maximum column size is 767 bytes.Server configuration
Operating system:
linux
Web server:
apache
Database:
mysql
PHP version:
5.6
Nextcloud version: (see Nextcloud admin page)
11.0.2
Updated from an older Nextcloud/ownCloud or fresh install:
Updated
Where did you install Nextcloud from:
Softaculous
Signing status:
Signing status
Not possible -- the site now shows the update notice and the error.
List of activated apps:
App list
The content of config/config.php:
Config report
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)
LDAP config
Client configuration
Browser:
Operating system:
Logs
Web server error log
Web server error log
Nextcloud log (data/nextcloud.log)
Nextcloud log
Browser log
Browser log
The text was updated successfully, but these errors were encountered: