I can not update from version 9.1 to 10.0

Steps to reproduce

  1. I downloaded version 10.0
  2. I deleted the old files from the owncloud server, leaving only the DATA and CoNFIG directories
    3.I moved the new files to the path of my owncloud server / var / www / owncloud

Expected behaviour

Updating the owncloud server

Actual behaviour

Error: Exception: files can’t be disabled. Update failed

Server configuration

Operating system: Debian 7

Web server: Apache2

Database: Mysql

PHP version: php5.6

ownCloud version: 9.1

Updated from an older ownCloud or fresh install: 9.0

Where did you install ownCloud from: terminal

Signing status (ownCloud 9.0 and above):

Login as admin user into your ownCloud and access 
http://example.com/index.php/settings/integrity/failed 
paste the results into https://gist.github.com/ and puth the link here.

The content of config/config.php:

<?php
$CONFIG = array (
  'instanceid' => '############',
  'passwordsalt' => '#####################',
  'trusted_domains' =>
  array (
    0 => '192.168.55.112',
    1 => 'localhost',
  ),
  'datadirectory' => '/var/www/owncloud/',
  'dbtype' => 'mysql',
  'version' => '9.1.8.2',
  'dbname' => '####',
  'dbhost' => 'localhost',
  'dbtableprefix' => 'oc_',
  'dbuser' => '####',
  'dbpassword' => '####3',
  'installed' => true,
  'mail_domain' => '####',
  'mail_smtpdebug' => false,
  'mail_smtpmode' => 'smtp',
  'mail_smtphost' => 'smtp.#####.es',
  'mail_smtpport' => '25',
  'mail_smtptimeout' => 10,
  'mail_smtpauth' => true,
  'mail_smtpauthtype' => 'LOGIN',
  'mail_smtpname' => '#####@#####',
  'mail_smtppassword' => '########',
  'forcessl' => true,
  'theme' => '',
  'maintenance' => true,
  'mail_from_address' => 'kibox',
  'default_language' => 'es',
  'defaultapp' => 'files',
  'updatechecker' => false,
  'enable_previews' => true,
  'preview_max_x' => NULL,
  'preview_max_y' => NULL,
  'preview_max_scale_factor' => 10,
  'preview_libreoffice_path' => '/usr/bin/libreoffice',
  'preview_office_cl_parameters' => '',
  'enable_avatars' => true,
  'secret' => '#################################',
  'loglevel' => 0,
  'trashbin_retention_obligation' => 'auto',
);

List of activated apps:

Enabled:
  - activity: 2.3.6
  - comments: 0.3.0
  - configreport: 0.1.1
  - dav: 0.3.2
  - federatedfilesharing: 0.3.1
  - federation: 0.1.0
  - files: 1.5.1
  - files_external: 0.7.1
  - files_pdfviewer: 0.8.2
  - files_sharing: 0.10.1
  - files_texteditor: 2.2.1
  - files_trashbin: 0.9.1
  - files_versions: 1.3.0
  - files_videoplayer: 0.9.8
  - firstrunwizard: 1.1
  - gallery: 16.0.2
  - notifications: 0.3.3
  - provisioning_api: 0.5.0
  - systemtags: 0.3.0
  - templateeditor: 0.3
  - updatenotification: 0.2.1
Disabled:
  - encryption
  - external
  - files_antivirus
  - user_external
  - user_ldap

Are you using external storage, if yes which one: local/smb/sftp/…

Are you using encryption: no

Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/…

LDAP configuration (delete this part if not used)

With access to your command line run e.g.:
sudo -u www-data php occ ldap:show-config
from within your ownCloud installation folder

Without access to your command line download the data/owncloud.db to your local
computer or access your SQL server remotely and run the select query:
SELECT * FROM `oc_appconfig` WHERE `appid` = 'user_ldap';


Eventually replace sensitive data as the name/IP-address of your LDAP server or groups.

Client configuration

Browser: CHrome

Operating system:

Logs

Web server error log

192.168.50.141 - - [10/Jul/2018:12:24:45 +0200] "GET /status.php HTTP/1.1" 500 688 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"
192.168.50.141 - - [10/Jul/2018:12:25:05 +0200] "GET /status.php HTTP/1.1" 500 688 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"
192.168.50.141 - - [10/Jul/2018:12:25:25 +0200] "GET /status.php HTTP/1.1" 500 688 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"
192.168.50.141 - - [10/Jul/2018:12:25:25 +0200] "POST /index.php/heartbeat HTTP/1.1" 503 2313 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"
192.168.50.141 - - [10/Jul/2018:12:25:45 +0200] "GET /status.php HTTP/1.1" 500 688 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"
192.168.50.141 - - [10/Jul/2018:12:26:05 +0200] "GET /status.php HTTP/1.1" 500 688 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"
192.168.50.141 - - [10/Jul/2018:12:26:25 +0200] "GET /status.php HTTP/1.1" 500 688 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"
192.168.50.141 - - [10/Jul/2018:12:26:45 +0200] "GET /status.php HTTP/1.1" 500 688 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"
192.168.50.141 - - [10/Jul/2018:12:27:05 +0200] "GET /status.php HTTP/1.1" 500 688 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"
192.168.50.141 - - [10/Jul/2018:12:27:25 +0200] "GET /status.php HTTP/1.1" 500 688 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"
192.168.50.141 - - [10/Jul/2018:12:27:45 +0200] "GET /status.php HTTP/1.1" 500 688 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"
192.168.50.141 - - [10/Jul/2018:12:28:05 +0200] "GET /status.php HTTP/1.1" 500 688 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"
192.168.50.141 - - [10/Jul/2018:12:28:25 +0200] "GET /status.php HTTP/1.1" 500 688 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"
192.168.50.141 - - [10/Jul/2018:12:28:45 +0200] "GET /status.php HTTP/1.1" 500 688 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"
192.168.50.141 - - [10/Jul/2018:12:29:05 +0200] "GET /status.php HTTP/1.1" 500 688 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"
192.168.50.141 - - [10/Jul/2018:12:29:25 +0200] "GET /status.php HTTP/1.1" 500 688 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"
192.168.50.141 - - [10/Jul/2018:12:29:45 +0200] "GET /status.php HTTP/1.1" 500 688 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"
192.168.50.141 - - [10/Jul/2018:12:30:05 +0200] "GET /status.php HTTP/1.1" 500 688 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"

ownCloud log (data/owncloud.log)

{"reqId":"JGbVLpnLJpepZBirqB9H","remoteAddr":"","app":"cron","message":"Update required, skipping cron","level":0,"time":"2018-07-10T10:10:01+00:00","method":"--","url":"--","user":"--"}
{"reqId":"0eFyvw5p6Dpswb0obBFU","remoteAddr":"","app":"core","message":"starting upgrade from 9.1.8.2 to 10.0.8.5","level":0,"time":"2018-07-10T10:10:35+00:00","method":"--","url":"--","user":"--"}
{"reqId":"0eFyvw5p6Dpswb0obBFU","remoteAddr":"","app":"PHP","message":"Array to string conversion at \/var\/www\/owncloud\/lib\/private\/Updater.php#182","level":3,"time":"2018-07-10T10:10:35+00:00","method":"--","url":"--","user":"--"}
{"reqId":"0eFyvw5p6Dpswb0obBFU","remoteAddr":"","app":"PHP","message":"Array to string conversion at \/var\/www\/owncloud\/lib\/private\/Updater.php#182","level":3,"time":"2018-07-10T10:10:35+00:00","method":"--","url":"--","user":"--"}
{"reqId":"0eFyvw5p6Dpswb0obBFU","remoteAddr":"","app":"PHP","message":"Array to string conversion at \/var\/www\/owncloud\/lib\/private\/Updater.php#182","level":3,"time":"2018-07-10T10:10:35+00:00","method":"--","url":"--","user":"--"}
{"reqId":"0eFyvw5p6Dpswb0obBFU","remoteAddr":"","app":"core","message":"Exception: {\"Exception\":\"Exception\",\"Message\":\"files can't be disabled.\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/legacy\\\/app.php(415): OC\\\\App\\\\AppManager->disableApp('files')\\n#1 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/Updater.php(405): OC_App::disable('files')\\n#2 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/Updater.php(250): OC\\\\Updater->checkAppsRequirements()\\n#3 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/Updater.php(150): OC\\\\Updater->doUpgrade('10.0.8.5', '9.1.8.2')\\n#4 \\\/var\\\/www\\\/owncloud\\\/core\\\/Command\\\/Upgrade.php(290): OC\\\\Updater->upgrade()\\n#5 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/symfony\\\/console\\\/Command\\\/Command.php(259): OC\\\\Core\\\\Command\\\\Upgrade->execute(Object(Symfony\\\\Component\\\\Console\\\\Input\\\\ArgvInput), Object(Symfony\\\\Component\\\\Console\\\\Output\\\\ConsoleOutput))\\n#6 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/symfony\\\/console\\\/Application.php(844): Symfony\\\\Component\\\\Console\\\\Command\\\\Command->run(Object(Symfony\\\\Component\\\\Console\\\\Input\\\\ArgvInput), Object(Symfony\\\\Component\\\\Console\\\\Output\\\\ConsoleOutput))\\n#7 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/symfony\\\/console\\\/Application.php(192): Symfony\\\\Component\\\\Console\\\\Application->doRunCommand(Object(OC\\\\Core\\\\Command\\\\Upgrade), Object(Symfony\\\\Component\\\\Console\\\\Input\\\\ArgvInput), Object(Symfony\\\\Component\\\\Console\\\\Output\\\\ConsoleOutput))\\n#8 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/symfony\\\/console\\\/Application.php(123): Symfony\\\\Component\\\\Console\\\\Application->doRun(Object(Symfony\\\\Component\\\\Console\\\\Input\\\\ArgvInput), Object(Symfony\\\\Component\\\\Console\\\\Output\\\\ConsoleOutput))\\n#9 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/Console\\\/Application.php(146): Symfony\\\\Component\\\\Console\\\\Application->run(NULL, NULL)\\n#10 \\\/var\\\/www\\\/owncloud\\\/console.php(106): OC\\\\Console\\\\Application->run()\\n#11 \\\/var\\\/www\\\/owncloud\\\/occ(11): require_once('\\\/var\\\/www\\\/ownclo...')\\n#12 {main}\",\"File\":\"\\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/App\\\/AppManager.php\",\"Line\":256}","level":3,"time":"2018-07-10T10:11:00+00:00","method":"--","url":"--","user":"--"}
{"reqId":"qFEND7SC8iqxLPyrmAsf","remoteAddr":"","app":"cron","message":"Update required, skipping cron","level":0,"time":"2018-07-10T10:11:01+00:00","method":"--","url":"--","user":"--"}
{"reqId":"cIBbX\/c1iZydOruBuyPs","remoteAddr":"","app":"cron","message":"Update required, skipping cron","level":0,"time":"2018-07-10T10:12:01+00:00","method":"--","url":"--","user":"--"}
{"reqId":"tOzfFYngH3V\/VpegjqdF","remoteAddr":"","app":"cron","message":"Update required, skipping cron","level":0,"time":"2018-07-10T10:13:01+00:00","method":"--","url":"--","user":"--"}
{"reqId":"I7E55ALIbs5\/wW2SBHex","remoteAddr":"192.168.50.141","app":"PHP","message":"Call to undefined method OCP\\Util::getStatusInfo() at \/var\/www\/owncloud\/status.php#39","level":3,"time":"2018-07-10T10:13:44+00:00","method":"GET","url":"\/status.php","user":"--"}
{"reqId":"bxt8TlBFIYJSQpgk3A9A","remoteAddr":"","app":"cron","message":"Update required, skipping cron","level":0,"time":"2018-07-10T10:14:01+00:00","method":"--","url":"--","user":"--"}
{"reqId":"fRI4yQa6Y\/fQn\/RPppKb","remoteAddr":"192.168.50.141","app":"PHP","message":"Call to undefined method OCP\\Util::getStatusInfo() at \/var\/www\/owncloud\/status.php#39","level":3,"time":"2018-07-10T10:14:04+00:00","method":"GET","url":"\/status.php","user":"--"}
{"reqId":"QBqI6YaN2hSbGGIqTtoy","remoteAddr":"192.168.50.141","app":"PHP","message":"Call to undefined method OCP\\Util::getStatusInfo() at \/var\/www\/owncloud\/status.php#39","level":3,"time":"2018-07-10T10:14:24+00:00","method":"GET","url":"\/status.php","user":"--"}
{"reqId":"m5erWPqTk61Ox95BZt9o","remoteAddr":"192.168.50.141","app":"PHP","message":"Call to undefined method OCP\\Util::getStatusInfo() at \/var\/www\/owncloud\/status.php#39","level":3,"time":"2018-07-10T10:14:44+00:00","method":"GET","url":"\/status.php","user":"--"}
{"reqId":"CTV3JkZvZBrncMNAv43e","remoteAddr":"","app":"cron","message":"Update required, skipping cron","level":0,"time":"2018-07-10T10:15:01+00:00","method":"--","url":"--","user":"--"}
{"reqId":"wuftKIGzkWqrfwqAqmiA","remoteAddr":"192.168.50.141","app":"PHP","message":"Call to undefined method OCP\\Util::getStatusInfo() at \/var\/www\/owncloud\/status.php#39","level":3,"time":"2018-07-10T10:15:04+00:00","method":"GET","url":"\/status.php","user":"--"}
{"reqId":"xV\/7xky8j8qGBHDmBrdS","remoteAddr":"192.168.50.141","app":"PHP","message":"Call to undefined method OCP\\Util::getStatusInfo() at \/var\/www\/owncloud\/status.php#39","level":3,"time":"2018-07-10T10:15:25+00:00","method":"GET","url":"\/status.php","user":"--"}
{"reqId":"tb2Jliy8zzRDO4Lfukzy","remoteAddr":"192.168.50.141","app":"PHP","message":"Call to undefined method OCP\\Util::getStatusInfo() at \/var\/www\/owncloud\/status.php#39","level":3,"time":"2018-07-10T10:15:45+00:00","method":"GET","url":"\/status.php","user":"--"}
{"reqId":"AMTYz9DGV2Klu0Q0b0+u","remoteAddr":"","app":"cron","message":"Update required, skipping cron","level":0,"time":"2018-07-10T10:16:01+00:00","method":"--","url":"--","user":"--"}
{"reqId":"5+OC4ywLKJCWkQCXDtS\/","remoteAddr":"192.168.50.141","app":"PHP","message":"Call to undefined method OCP\\Util::getStatusInfo() at \/var\/www\/owncloud\/status.php#39","level":3,"time":"2018-07-10T10:16:05+00:00","method":"GET","url":"\/status.php","user":"--"}
{"reqId":"452KiVgp81R3QwExrczu","remoteAddr":"192.168.50.141","app":"PHP","message":"Call to undefined method OCP\\Util::getStatusInfo() at \/var\/www\/owncloud\/status.php#39","level":3,"time":"2018-07-10T10:16:25+00:00","method":"GET","url":"\/status.php","user":"--"}
{"reqId":"WEWIPL3LAP8LIcroUuhO","remoteAddr":"192.168.50.141","app":"PHP","message":"Call to undefined method OCP\\Util::getStatusInfo() at \/var\/www\/owncloud\/status.php#39","level":3,"time":"2018-07-10T10:16:45+00:00","method":"GET","url":"\/status.php","user":"--"}
{"reqId":"0hFOzEVyGj9ZP1toxuvV","remoteAddr":"","app":"cron","message":"Update required, skipping cron","level":0,"time":"2018-07-10T10:17:01+00:00","method":"--","url":"--","user":"--"}
{"reqId":"znjFDWkEBjTY3PBsOjS0","remoteAddr":"192.168.50.141","app":"PHP","message":"Call to undefined method OCP\\Util::getStatusInfo() at \/var\/www\/owncloud\/status.php#39","level":3,"time":"2018-07-10T10:17:05+00:00","method":"GET","url":"\/status.php","user":"--"}
{"reqId":"JcCvqtdmAmhI1zAy01FX","remoteAddr":"192.168.50.141","app":"PHP","message":"Call to undefined method OCP\\Util::getStatusInfo() at \/var\/www\/owncloud\/status.php#39","level":3,"time":"2018-07-10T10:17:25+00:00","method":"GET","url":"\/status.php","user":"--"}
{"reqId":"D78xMzFMDMcQGACn25il","remoteAddr":"192.168.50.141","app":"PHP","message":"Call to undefined method OCP\\Util::getStatusInfo() at \/var\/www\/owncloud\/status.php#39","level":3,"time":"2018-07-10T10:17:45+00:00","method":"GET","url":"\/status.php","user":"--"}
{"reqId":"0QFURSDOhYRjnwC\/2+Nd","remoteAddr":"","app":"cron","message":"Update required, skipping cron","level":0,"time":"2018-07-10T10:18:01+00:00","method":"--","url":"--","user":"--"}
{"reqId":"OefMfU35p2s+NM3C52uC","remoteAddr":"192.168.50.141","app":"PHP","message":"Call to undefined method OCP\\Util::getStatusInfo() at \/var\/www\/owncloud\/status.php#39","level":3,"time":"2018-07-10T10:18:05+00:00","method":"GET","url":"\/status.php","user":"--"}
{"reqId":"WLA9vLHLYRn8JQup0y\/D","remoteAddr":"192.168.50.141","app":"PHP","message":"Call to undefined method OCP\\Util::getStatusInfo() at \/var\/www\/owncloud\/status.php#39","level":3,"time":"2018-07-10T10:18:25+00:00","method":"GET","url":"\/status.php","user":"--"}
{"reqId":"NMZHY34XDrD+h+H+1QoI","remoteAddr":"192.168.50.141","app":"PHP","message":"Call to undefined method OCP\\Util::getStatusInfo() at \/var\/www\/owncloud\/status.php#39","level":3,"time":"2018-07-10T10:18:45+00:00","method":"GET","url":"\/status.php","user":"--"}
{"reqId":"7J8yLSu+n1KOCpkhrVGG","remoteAddr":"","app":"cron","message":"Update required, skipping cron","level":0,"time":"2018-07-10T10:19:01+00:00","method":"--","url":"--","user":"--"}
{"reqId":"QV8IK7dNFvecQ16r7wg4","remoteAddr":"192.168.50.141","app":"PHP","message":"Call to undefined method OCP\\Util::getStatusInfo() at \/var\/www\/owncloud\/status.php#39","level":3,"time":"2018-07-10T10:19:05+00:00","method":"GET","url":"\/status.php","user":"--"}
{"reqId":"pteiJbV9o3DvbgeScmhQ","remoteAddr":"192.168.50.141","app":"PHP","message":"Call to undefined method OCP\\Util::getStatusInfo() at \/var\/www\/owncloud\/status.php#39","level":3,"time":"2018-07-10T10:19:25+00:00","method":"GET","url":"\/status.php","user":"--"}
{"reqId":"LUgA5WJ1k3rgkS7TrGSV","remoteAddr":"192.168.50.141","app":"PHP","message":"Call to undefined method OCP\\Util::getStatusInfo() at \/var\/www\/owncloud\/status.php#39","level":3,"time":"2018-07-10T10:19:45+00:00","method":"GET","url":"\/status.php","user":"--"}
{"reqId":"adXRJv+1de6acs89DkBr","remoteAddr":"","app":"cron","message":"Update required, skipping cron","level":0,"time":"2018-07-10T10:20:01+00:00","method":"--","url":"--","user":"--"}
{"reqId":"ktapIZquidtl1wRohAkY","remoteAddr":"192.168.50.141","app":"PHP","message":"Call to undefined method OCP\\Util::getStatusInfo() at \/var\/www\/owncloud\/status.php#39","level":3,"time":"2018-07-10T10:20:05+00:00","method":"GET","url":"\/status.php","user":"--"}
{"reqId":"545MUfajzVUx6gq9pE7W","remoteAddr":"192.168.50.141","app":"PHP","message":"Call to undefined method OCP\\Util::getStatusInfo() at \/var\/www\/owncloud\/status.php#39","level":3,"time":"2018-07-10T10:20:25+00:00","method":"GET","url":"\/status.php","user":"--"}
{"reqId":"08SnWuyXjCL3fypYEyNk","remoteAddr":"192.168.50.141","app":"PHP","message":"Call to undefined method OCP\\Util::getStatusInfo() at \/var\/www\/owncloud\/status.php#39","level":3,"time":"2018-07-10T10:20:45+00:00","method":"GET","url":"\/status.php","user":"--"}
{"reqId":"yn839o93nQFXzFA\/IXbk","remoteAddr":"","app":"cron","message":"Update required, skipping cron","level":0,"time":"2018-07-10T10:21:01+00:00","method":"--","url":"--","user":"--"}
{"reqId":"vPOzS0hLLQ5Lawgw0VVt","remoteAddr":"192.168.50.141","app":"PHP","message":"Call to undefined method OCP\\Util::getStatusInfo() at \/var\/www\/owncloud\/status.php#39","level":3,"time":"2018-07-10T10:21:05+00:00","method":"GET","url":"\/status.php","user":"--"}
{"reqId":"yBDQ2syFYWvAv2fyO3KB","remoteAddr":"192.168.50.141","app":"PHP","message":"Call to undefined method OCP\\Util::getStatusInfo() at \/var\/www\/owncloud\/status.php#39","level":3,"time":"2018-07-10T10:21:25+00:00","method":"GET","url":"\/status.php","user":"--"}
{"reqId":"0utv1a89WIo+ij69jdv1","remoteAddr":"192.168.50.141","app":"PHP","message":"Call to undefined method OCP\\Util::getStatusInfo() at \/var\/www\/owncloud\/status.php#39","level":3,"time":"2018-07-10T10:21:45+00:00","method":"GET","url":"\/status.php","user":"--"}
{"reqId":"HD5dixpxt\/GcMfC\/NslE","remoteAddr":"","app":"cron","message":"Update required, skipping cron","level":0,"time":"2018-07-10T10:22:01+00:00","method":"--","url":"--","user":"--"}
{"reqId":"qEFQsdIVCsSh2vQ1GNip","remoteAddr":"192.168.50.141","app":"PHP","message":"Call to undefined method OCP\\Util::getStatusInfo() at \/var\/www\/owncloud\/status.php#39","level":3,"time":"2018-07-10T10:22:05+00:00","method":"GET","url":"\/status.php","user":"--"}
{"reqId":"r9AGLAXUq9MiqZGJ8M9h","remoteAddr":"192.168.50.141","app":"PHP","message":"Call to undefined method OCP\\Util::getStatusInfo() at \/var\/www\/owncloud\/status.php#39","level":3,"time":"2018-07-10T10:22:25+00:00","method":"GET","url":"\/status.php","user":"--"}
{"reqId":"TpnZY\/uFYQ\/q4SiGRcmU","remoteAddr":"192.168.50.141","app":"PHP","message":"Call to undefined method OCP\\Util::getStatusInfo() at \/var\/www\/owncloud\/status.php#39","level":3,"time":"2018-07-10T10:22:45+00:00","method":"GET","url":"\/status.php","user":"--"}
{"reqId":"4Ef9JdgX0CySbxrs+ujH","remoteAddr":"","app":"cron","message":"Update required, skipping cron","level":0,"time":"2018-07-10T10:23:01+00:00","method":"--","url":"--","user":"--"}
{"reqId":"H8RYqI72GjPcys06cbK4","remoteAddr":"192.168.50.141","app":"PHP","message":"Call to undefined method OCP\\Util::getStatusInfo() at \/var\/www\/owncloud\/status.php#39","level":3,"time":"2018-07-10T10:23:05+00:00","method":"GET","url":"\/status.php","user":"--"}
{"reqId":"ndOCadjPU33iQ3\/SnrjN","remoteAddr":"192.168.50.141","app":"PHP","message":"Call to undefined method OCP\\Util::getStatusInfo() at \/var\/www\/owncloud\/status.php#39","level":3,"time":"2018-07-10T10:23:25+00:00","method":"GET","url":"\/status.php","user":"--"}
{"reqId":"Mrgn\/D2BHJgoIIJlEnu\/","remoteAddr":"192.168.50.141","app":"PHP","message":"Call to undefined method OCP\\Util::getStatusInfo() at \/var\/www\/owncloud\/status.php#39","level":3,"time":"2018-07-10T10:23:45+00:00","method":"GET","url":"\/status.php","user":"--"}
{"reqId":"QxajU3tWDqUd+\/+0ht5W","remoteAddr":"","app":"cron","message":"Update required, skipping cron","level":0,"time":"2018-07-10T10:24:02+00:00","method":"--","url":"--","user":"--"}
{"reqId":"36eg6lcfN3iqQ2nF2VK7","remoteAddr":"192.168.50.141","app":"PHP","message":"Call to undefined method OCP\\Util::getStatusInfo() at \/var\/www\/owncloud\/status.php#39","level":3,"time":"2018-07-10T10:24:05+00:00","method":"GET","url":"\/status.php","user":"--"}
{"reqId":"ebnRN9kN34Dp3WUGHUFN","remoteAddr":"192.168.50.141","app":"PHP","message":"Call to undefined method OCP\\Util::getStatusInfo() at \/var\/www\/owncloud\/status.php#39","level":3,"time":"2018-07-10T10:24:25+00:00","method":"GET","url":"\/status.php","user":"--"}
{"reqId":"EXL6\/B9MCJdCZn7GV8mr","remoteAddr":"192.168.50.141","app":"PHP","message":"Call to undefined method OCP\\Util::getStatusInfo() at \/var\/www\/owncloud\/status.php#39","level":3,"time":"2018-07-10T10:24:45+00:00","method":"GET","url":"\/status.php","user":"--"}
{"reqId":"kDKaU+kpipBW3o1WFy1I","remoteAddr":"","app":"cron","message":"Update required, skipping cron","level":0,"time":"2018-07-10T10:25:01+00:00","method":"--","url":"--","user":"--"}
{"reqId":"NgoOElAJ6g9P9fikArNQ","remoteAddr":"192.168.50.141","app":"PHP","message":"Call to undefined method OCP\\Util::getStatusInfo() at \/var\/www\/owncloud\/status.php#39","level":3,"time":"2018-07-10T10:25:05+00:00","method":"GET","url":"\/status.php","user":"--"}
{"reqId":"Xjad2IB7zO3o9if3sksA","remoteAddr":"192.168.50.141","app":"PHP","message":"Call to undefined method OCP\\Util::getStatusInfo() at \/var\/www\/owncloud\/status.php#39","level":3,"time":"2018-07-10T10:25:25+00:00","method":"GET","url":"\/status.php","user":"--"}
{"reqId":"mh\/9jiqXr7jSB15jkR5J","remoteAddr":"192.168.50.141","app":"PHP","message":"Call to undefined method OCP\\Util::getStatusInfo() at \/var\/www\/owncloud\/status.php#39","level":3,"time":"2018-07-10T10:25:45+00:00","method":"GET","url":"\/status.php","user":"--"}
{"reqId":"16Uqto5PT9uKSF7ChS4I","remoteAddr":"","app":"cron","message":"Update required, skipping cron","level":0,"time":"2018-07-10T10:26:01+00:00","method":"--","url":"--","user":"--"}
{"reqId":"urDVxZUuuztD+LaVMjoC","remoteAddr":"192.168.50.141","app":"PHP","message":"Call to undefined method OCP\\Util::getStatusInfo() at \/var\/www\/owncloud\/status.php#39","level":3,"time":"2018-07-10T10:26:05+00:00","method":"GET","url":"\/status.php","user":"--"}
{"reqId":"0Q4GGBoqbqNeMYMPHnBI","remoteAddr":"192.168.50.141","app":"PHP","message":"Call to undefined method OCP\\Util::getStatusInfo() at \/var\/www\/owncloud\/status.php#39","level":3,"time":"2018-07-10T10:26:25+00:00","method":"GET","url":"\/status.php","user":"--"}
{"reqId":"SuoNmIfKw4IBqzNqCbf3","remoteAddr":"192.168.50.141","app":"PHP","message":"Call to undefined method OCP\\Util::getStatusInfo() at \/var\/www\/owncloud\/status.php#39","level":3,"time":"2018-07-10T10:26:45+00:00","method":"GET","url":"\/status.php","user":"--"}
{"reqId":"y403wcZJ\/+52whnJeXtO","remoteAddr":"","app":"cron","message":"Update required, skipping cron","level":0,"time":"2018-07-10T10:27:01+00:00","method":"--","url":"--","user":"--"}
{"reqId":"IxuxZoBgTgrYByCHjGz3","remoteAddr":"192.168.50.141","app":"PHP","message":"Call to undefined method OCP\\Util::getStatusInfo() at \/var\/www\/owncloud\/status.php#39","level":3,"time":"2018-07-10T10:27:05+00:00","method":"GET","url":"\/status.php","user":"--"}
{"reqId":"JeFef7pSdN97j0WJ7WaH","remoteAddr":"192.168.50.141","app":"PHP","message":"Call to undefined method OCP\\Util::getStatusInfo() at \/var\/www\/owncloud\/status.php#39","level":3,"time":"2018-07-10T10:27:25+00:00","method":"GET","url":"\/status.php","user":"--"}
{"reqId":"+4kg\/Vv\/7o6lT11Rf+TS","remoteAddr":"192.168.50.141","app":"PHP","message":"Call to undefined method OCP\\Util::getStatusInfo() at \/var\/www\/owncloud\/status.php#39","level":3,"time":"2018-07-10T10:27:45+00:00","method":"GET","url":"\/status.php","user":"--"}
{"reqId":"HbzWWxToGimoQnZGNhwM","remoteAddr":"","app":"cron","message":"Update required, skipping cron","level":0,"time":"2018-07-10T10:28:01+00:00","method":"--","url":"--","user":"--"}
{"reqId":"ShFZSaT4IgGQYCzzn+Dy","remoteAddr":"192.168.50.141","app":"PHP","message":"Call to undefined method OCP\\Util::getStatusInfo() at \/var\/www\/owncloud\/status.php#39","level":3,"time":"2018-07-10T10:28:05+00:00","method":"GET","url":"\/status.php","user":"--"}

Browser log

Insert your browser log here, this could for example include:

a) The javascript console log
b) The network log 
c) ...