Comment:
As nickvergessen posted here (https://github.com/nextcloud/server/issues/2617) that this might happen it the upgrade was already done in the past: it wasn't.
The upgrade succeeded as far as I can say - no issues observed and the occ app:list doesn't give a version for the workflowengine, so I guess it's fine.
No error.
upgrade error'd: "Failed to enable app workflowengine"
needed to upgrade via occ upgrade on cli
Operating system:
Linux owncloud 4.4.0-57-generic #78-Ubuntu SMP Fri Dec 9 23:50:32 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
Web server:
apache2/xenial-security,xenial-updates,xenial-security,now 2.4.18-2ubuntu3.1 amd64 [installiert]
Database:
'dbtype' => 'sqlite3',
PHP version:
PHP 7.0.8-0ubuntu0.16.04.3 (cli) ( NTS )
Nextcloud version: (see Nextcloud admin page)
now 11.0.1 - before 10.0.3
Updated from an older Nextcloud/ownCloud or fresh install:
Started with Owncloud 8.1.1.3
Where did you install Nextcloud from:
zip file from homepage
Signing status:
all checks passed.
Signing status
Login as admin user into your Nextcloud and access
http://example.com/index.php/settings/integrity/failed
paste the results here.
List of activated apps:
App list
If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your Nextcloud installation folder
Enabled:
The content of config/config.php:
{
"system": {
"instanceid": "oc65c7d2aa6b",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"owncloud.heimann.ws",
"heimann.cloud"
],
"datadirectory": "\/var\/nextcloud-data",
"dbtype": "sqlite3",
"version": "11.0.1.2",
"installed": true,
"theme": "",
"maintenance": false,
"mail_smtpmode": "smtp",
"mail_smtphost": "192.168.43.1",
"mail_smtpport": "25",
"forcessl": true,
"mail_from_address": "no-reply",
"mail_domain": "heimann.ws",
"secret": "REMOVED SENSITIVE VALUE",
"forceSSLforSubdomains": true,
"memcache.local": "\OC\Memcache\APCu",
"loglevel": 0,
"trashbin_retention_obligation": "auto",
"overwrite.cli.url": "https:\/\/owncloud.heimann.ws\/owncloud",
"updater.server.url": "https:\/\/updates.nextcloud.com\/updater_server\/",
"updater.release.channel": "stable",
"appstore.experimental.enabled": false,
"appstoreurl": "https:\/\/apps.nextcloud.com\/api\/v0",
"updater.secret": "REMOVED SENSITIVE VALUE"
}
}
Config report
If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your Nextcloud installation folder
or
Insert your config.php content here
(Without the database password, passwordsalt and secret)
Are you using external storage, if yes which one: local/smb/sftp/...
Google Drive
Are you using encryption: yes/no
Yes
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
No
LDAP config
With access to your command line run e.g.:
sudo -u www-data php occ ldap:show-config
from within your Nextcloud installation folder
Without access to your command line download the data/owncloud.db to your local
computer or access your SQL server remotely and run the select query:
SELECT * FROM `oc_appconfig` WHERE `appid` = 'user_ldap';
Eventually replace sensitive data as the name/IP-address of your LDAP server or groups.
Browser:
Chrome Version 55.0.2883.87 (64-bit)
Operating system:
Linux michael 4.8.13-100.fc23.x86_64 #1 SMP Fri Dec 9 14:51:40 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
no entry from today
Web server error log
Insert your webserver log here
http://pastebin.com/nC1VBpi8
Nextcloud log
Insert your Nextcloud log here
not a browser issue hence no log gathered.
Browser log
Insert your browser log here, this could for example include:
a) The javascript console log
b) The network log
c) ...
@nickvergessen I've just upgraded from 11.0.1 to 11.0.2 and again this error. (workflowengine: Failed to enable app workflowengine)
I've not restored a backup before as mentioned in #2617. The Script you reference to, gives me "App workflowengine is not installed and disabled 1488233735 [Error] Table flow_checks of app workflowengine exists although the app is not installed 1488233735 [Info] Table flow_checks has 0 entries 1488233735 [Error] Table flow_operations of app workflowengine exists although the app is not installed 1488233735"
What is this workflowengine thingy, I can't remember installing or uninstalling it. Do I need it? How do I not get this error when I do the next upgrade?
Most helpful comment
@nickvergessen I've just upgraded from 11.0.1 to 11.0.2 and again this error. (workflowengine: Failed to enable app workflowengine)
I've not restored a backup before as mentioned in #2617. The Script you reference to, gives me "App workflowengine is not installed and disabled 1488233735 [Error] Table flow_checks of app workflowengine exists although the app is not installed 1488233735 [Info] Table flow_checks has 0 entries 1488233735 [Error] Table flow_operations of app workflowengine exists although the app is not installed 1488233735"
What is this workflowengine thingy, I can't remember installing or uninstalling it. Do I need it? How do I not get this error when I do the next upgrade?