File access control CacheWrapper.php#61

Hello team,

Each time I modify a .txt file in my private Documents folder, i’ve this line in the logs:

Error PHP Undefined index: path at /var/www/nextcloud/apps/files_accesscontrol/lib/CacheWrapper.php#61

This error doesn’t prevent any access or modification to the file and happens:

  • with or without any rule in file access control
  • for all users

If i disable the file access control app, i haven’t this log anymore.

I’m using:

Enabled:
  - activity: 2.3.2
  - calendar: 1.4.0
  - comments: 1.0.0
  - contacts: 1.4.0.0
  - dav: 1.0.1
  - direct_menu: 0.9.2
  - documents: 0.13.1
  - encryption: 1.3.1
  - federatedfilesharing: 1.0.1
  - federation: 1.0.1
  - files: 1.5.2
  - files_accesscontrol
  - files_automatedtagging: 1.1.1
  - files_clipboard: 0.5.0
  - files_external: 1.0.2
  - files_pdfviewer: 0.8.1
  - files_sharing: 1.0.0
  - files_texteditor: 2.1
  - files_trashbin: 1.0.0
  - files_versions: 1.3.0
  - files_videoplayer: 0.9.8
  - news: 9.0.4
  - notifications: 0.3.0
  - ownbackup: 0.3.8
  - password_policy: 1.0.0
  - provisioning_api: 1.0.0
  - serverinfo: 1.1.1
  - survey_client: 0.1.5
  - systemtags: 1.0.2
  - tasks: 0.9.3
  - templateeditor: 0.1
  - theming: 1.0.1
  - updatenotification: 1.0.1
  - workflowengine: 1.0.1
Disabled:
  - admin_audit
  - external
  - files_retention
  - firstrunwizard
  - gallery
  - user_external
  - user_ldap
  - user_saml

and :

nextcloud 10.0.1
nginx 1.11.4
php 7.0.11-1
mariadb 10.0.25

Regards,

Can you file an issue at https://github.com/nextcloud/files_accesscontrol? That seems like a bug.

Thank you!

cc @nickvergessen

Yes, sure Lukas.

Regards,