-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Description
Steps to reproduce
- Install a fresh nextcloud instance (i.e. Docker 15.0.0-apache) and the workflow_script app
- Setup a workflow rule group without any rules (and therefore matching all files being uploaded or updated or renamed) and set a command (i.e. 'echo "%e %i %a %o %n %f %x" >> /tmp/1.log')
- Upload a file
Expected behaviour
I would expect that the workflow is run and that a file /tmp/1.log is created.
Actual behaviour
Nothing happens.
I tried to debug it a bit and for me it looks like the hooks (i.e. postCreate) are not being called.
Workflow Script app
Workflow Script app version: 1.0.0
Server configuration
Operating system: Ubuntu
Web server: Apache
Database: MySQL
PHP version: 7.2.13
Nextcloud Version: 15.0.0
Where did you install Nextcloud from: Docker 15.0.0-apache
Signing status:
No errors have been found.
List of activated apps:
```
Enabled:
- accessibility: 1.1.0
- activity: 2.8.2
- cloud_federation_api: 0.1.0
- comments: 1.5.0
- dav: 1.8.0
- federatedfilesharing: 1.5.0
- federation: 1.5.0
- files: 1.10.0
- files_pdfviewer: 1.4.0
- files_sharing: 1.7.0
- files_texteditor: 2.7.0
- files_trashbin: 1.5.0
- files_versions: 1.8.0
- files_videoplayer: 1.4.0
- firstrunwizard: 2.4.0
- gallery: 18.2.0
- logreader: 2.0.0
- lookup_server_connector: 1.3.0
- nextcloud_announcements: 1.4.0
- notifications: 2.3.0
- oauth2: 1.3.0
- password_policy: 1.5.0
- provisioning_api: 1.5.0
- serverinfo: 1.5.0
- sharebymail: 1.5.0
- support: 1.0.0
- survey_client: 1.3.0
- systemtags: 1.5.0
- theming: 1.6.0
- twofactor_backupcodes: 1.4.1
- updatenotification: 1.5.0
- workflow_script: 1.0.0
- workflowengine: 1.5.0
Disabled:
- admin_audit
- encryption
- files_external
- user_external
- user_ldap
```
Nextcloud configuration:
```
{
"system": {
"htaccess.RewriteBase": "\/",
"memcache.local": "\\OC\\Memcache\\APCu",
"apps_paths": [
{
"path": "\/var\/www\/html\/apps",
"url": "\/apps",
"writable": false
},
{
"path": "\/var\/www\/html\/custom_apps",
"url": "\/custom_apps",
"writable": true
}
],
"instanceid": "***REMOVED SENSITIVE VALUE***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"***REMOVED SENSITIVE VALUE***"
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "mysql",
"version": "15.0.0.10",
"overwrite.cli.url": "https:\/\/cloudstage.w4it.at",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"trusted_proxies": "***REMOVED SENSITIVE VALUE***",
"filelocking.enabled": true,
"memcache.distributed": "\\OC\\Memcache\\Redis",
"memcache.locking": "\\OC\\Memcache\\Redis",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"port": "***REMOVED SENSITIVE VALUE***",
"timeout": "***REMOVED SENSITIVE VALUE***",
"dbindex": "***REMOVED SENSITIVE VALUE***"
},
"mail_smtpmode": "smtp",
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_smtpport": "***REMOVED SENSITIVE VALUE***",
"ldapIgnoreNamingRules": false,
"ldapProviderFactory": "\\OCA\\User_LDAP\\LDAPProviderFactory",
"loglevel": 2,
"maintenance": false,
"theme": "",
}
}
```
Are you using external storage, if yes which one: no
Are you using encryption: no
Server log (data/nextcloud.log)
```
EMPTY
```
Metadata
Metadata
Assignees
Labels
No labels