nextcloud / previewgenerator

Nextcloud app to do preview generation in the background.
https://apps.nextcloud.com/apps/previewgenerator
GNU Affero General Public License v3.0
455 stars 57 forks source link

Conflict with Group Folders App #279

Closed erikfdev closed 2 years ago

erikfdev commented 2 years ago

Since the upgrade of the Group Folders app to version 10.0.1 I get following error each time cron runs the preview generator:

PHP Fatal error: Cannot use OCP\Constants as Constants because the name is already in use in /var/www/nextcloud/apps/groupfolders/lib/Command/ACL.php on line 35

This makes the previewgenerator completely disfunctional.

I run version 3.4.1 of the Preview Generator app.

I don't know if the problem is in the Preview generator app or the Group Folders app.

erikfdev commented 2 years ago

Never mind. It was a problem in the Group Folders App (a duplicate line: use OCP\Constants). You can close this ticket. Sorry for the trouble.