Closed agarek closed 5 years ago
I had the same problem after updating from 14.02 to 15.0.1RC1.
I manually modified apps/user_external/appinfo/info.xml
to allow Nextcloud 15, and had to enable the app in the database by running:
UPDATE `oc_appconfig` SET `configvalue` = 'yes'
WHERE `appid` = 'user_external'
AND `appid` = 'user_external' COLLATE utf8mb4_bin
AND `configkey` = 'enabled'
AND `configkey` = 'enabled' COLLATE utf8mb4_bin;
Strangely, this change is already in git: 0a33a1ea349ee902738959ef6f8b167f0c345289 since 2018-12-20; see https://github.com/nextcloud/apps/pull/69
It was also moved out to a separate repository: https://github.com/nextcloud/user_external
it was falsely shipped for 15.0.0 (before the referenced commit was merged) but it's now in it's own repository and is released over the appstore for >15, so you should be able to install/update it from there
Affected apps
Tell us which app(s) you are talking about
Steps to reproduce
Expected behaviour
Tell us what should happen
Actual behaviour
Tell us what happens instead
Server configuration
Operating system:
Web server:
Database:
PHP version:
Server version: (see your admin page)
Calendar version: (see the apps page)
Updated from an older installed version or fresh install:
Signing status (ownCloud/Nextcloud 9.0 and above):
List of activated apps:
Nextcloud configuration:
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)
Client configuration
Browser:
Operating system:
CalDAV-clients:
Logs
Web server error log
Log file (data/nextcloud.log)
Browser log