nextcloud / previewgenerator

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

PHP 8.2 flooding log with error messages #366

Closed jacotec closed 1 year ago

jacotec commented 1 year ago

With PHP8.2, previewgenerator floods the log with error messages:

Using ${var} in strings is deprecated, use {$var} instead at /var/www/nextcloud/apps/previewgenerator/lib/Command/PreGenerate.php#204

st3iny commented 1 year ago

Thanks for the report.

This is already known. Fixes are at https://github.com/nextcloud/previewgenerator/pull/365 and https://github.com/nextcloud/previewgenerator/pull/367.