Lot of PHP errors in log

Nextcloud version (eg, 10.0.2): 11.0.4.1
Operating system and version: Raspbian GNU/Linux 8 (jessie)
Apache or nginx version: nginx/1.6.2
PHP version: 5.6.30
Is this the first time you’ve seen this error?: Yes

Can you reliably replicate it? (If so, please outline steps): No, just uploaded files at this time

The issue you are facing:

I see a huge amount of PHP errors in my admin log:

I yesterday started a fresh NC instance and just uploaded my files. I am using an “external” data directory.

The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):

<?php
$CONFIG = array (
  'instanceid' => '***classiified***',
  'passwordsalt' => '***classiified***',
  'secret' => '***classiified***',
  'trusted_domains' =>
  array (
    0 => 'localhost',
    1 => '***classiified***',
  ),
  'datadirectory' => '/media/usbhdd-a/nextcloud/data',
  'overwrite.cli.url' => 'http://localhost',
  'dbtype' => 'mysql',
  'version' => '11.0.4.1',
  'dbname' => 'nextcloud',
  'dbhost' => 'localhost',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'dbuser' => '***classiified***',
  'dbpassword' => '***classiified***',
  'logtimezone' => 'UTC',
  'installed' => true,
  'memcache.local' => '\\OC\\Memcache\\APC',
  'mail_smtpmode' => 'smtp',
  'mail_from_address' => '***classiified***',
  'mail_domain' => '***classiified***',
  'mail_smtpauthtype' => 'LOGIN',
  'mail_smtpport' => '465',
  'mail_smtphost' => '***classiified***',
  'mail_smtpauth' => 1,
  'mail_smtpname' => '***classiified***',
  'mail_smtppassword' => '***classified***',
  'mail_smtpsecure' => 'ssl',
  'loglevel' => 2,
);

The output of your Apache/nginx/system log in /var/log/____:

empty nginx error log

Any idea, how I can get this fixed?

Kind regards
//neph

Hi,

It could be this problem here:

That would be solved in NC 12. A fix can be found here:

Hope that’s it.

Hej hej

seems to be similar. But I did not touch a mp3 file. I just synced files. To me it looks that it repeats itself again and again. Shall I report it to the devs on Github?

Kind regards
//neph

Yeah, might be the best if you can’t find another matching issue in this forum or on Github.