504 Gateway after upgrading to PHP 8.3 and NC 29.0.5

Nextcloud version (eg, 29.0.5): 29.0.5
Operating system and version (eg, Ubuntu 24.04): 24.04
Apache or nginx version (eg, Apache 2.4.25): 2.4.25
PHP version (eg, 8.3): 8.3

The issue you are facing:
Getting 504 Gateway timeout after server reboot.

Is this the first time you’ve seen this error? (Y/N): Yes

Steps to replicate it:

  1. Updating from Ubuntu 18.04 to 24.04
  2. Updating PHP from 7.4 to 8.3
  3. Updating NC from 18 to 29

The output of your Nextcloud log in Admin > Logging:

Error	PHP	
http_response_code(): Cannot set response code - headers already sent (output started at /var/www/html/nextcloud/lib/private/Files/View.php:406) at /var/www/html/nextcloud/lib/private/legacy/OC_Template.php#257

"Sep 10, 2024, 12:29:58 AM"	

Error	PHP	
http_response_code(): Cannot set response code - headers already sent (output started at /var/www/html/nextcloud/lib/private/Files/View.php:406) at /var/www/html/nextcloud/lib/private/legacy/OC_Template.php#257

"Sep 10, 2024, 12:29:10 AM"	

Error	PHP	
http_response_code(): Cannot set response code - headers already sent (output started at /var/www/html/nextcloud/lib/private/Files/View.php:406) at /var/www/html/nextcloud/lib/private/legacy/OC_Template.php#257

"Sep 10, 2024, 12:26:15 AM"	

Error	PHP	
http_response_code(): Cannot set response code - headers already sent (output started at /var/www/html/nextcloud/lib/private/Files/View.php:406) at /var/www/html/nextcloud/lib/private/legacy/OC_Template.php#257


"Sep 9, 2024, 10:01:51 PM"	

Info	updater	
\OC\Updater::resetLogLevel: Reset log level to Warning(2)

"Sep 9, 2024, 9:54:35 PM"**strong text**

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

<?php
$CONFIG = array (
  'instanceid' => 'oc***REDACTED***',
  'passwordsalt' => '***REDACTED***',
  'secret' => '***REDACTED***',
  'trusted_domains' => 
  array (
*****
  ),
  'debug' => true,
  'datadirectory' => '/var/www/html/nextcloud/data',
  'dbtype' => 'mysql',
  'version' => '29.0.6.1',
  'overwrite.cli.url' => ******,
  'dbname' => 'nextclouddb',
  'dbhost' => 'localhost',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'mysql.utf8mb4' => true,
  'default_language' => '',
  'dbuser' => '',
  'dbpassword' => '',
  'installed' => true,
  'mail_smtpmode' => 'smtp',
  'mail_sendmailmode' => 'smtp',
  'mail_from_address' => '',
  'mail_domain' => '',
  'mail_smtpauthtype' => 'LOGIN',
  'mail_smtpauth' => 1,
  'mail_smtphost' => '',
  'mail_smtpport' => '25',
  'mail_smtpname' => '',
  'mail_smtppassword' => '',
  'maintenance' => false,
  'enable_previews' => true,
  'preview_max_x' => NULL,
  'preview_max_y' => NULL,
  'preview_max_filesize_image' => NULL,
  'preview_office_cl_parameters' => ' --headless --nologo --nofirststartwizard --invisible --norestore --convert-to png --outdir ',
  'enabledPreviewProviders' => 
  array (
    0 => 'OC\\Preview\\PNG',
    1 => 'OC\\Preview\\JPEG',
    2 => 'OC\\Preview\\GIF',
    3 => 'OC\\Preview\\HEIC',
    4 => 'OC\\Preview\\BMP',
    5 => 'OC\\Preview\\XBitmap',
    6 => 'OC\\Preview\\MP3',
    7 => 'OC\\Preview\\TXT',
    8 => 'OC\\Preview\\MarkDown',
    9 => 'OC\\Preview\\MSOffice2003',
    10 => 'OC\\Preview\\MSOffice2007',
    11 => 'OC\\Preview\\MSOfficeDoc',
    12 => 'OC\\Preview\\PDF',
  ),
  'theme' => '',
  'loglevel' => 2,
  'default_phone_region' => '',
  'updater.release.channel' => 'stable',
  'updater.secret' => '***REDACTED***',
);

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

[Tue Sep 10 13:51:33.361358 2024] [mpm_prefork:notice] [pid 25546] AH00163: Apache/2.4.41 (Ubuntu) mod_fcgid/2.3.9 OpenSSL/1.1.1f configured -- resuming normal operations
[Tue Sep 10 13:51:33.361431 2024] [core:notice] [pid 25546] AH00094: Command line: '/usr/sbin/apache2'
[Tue Sep 10 13:52:01.980981 2024] [proxy_fcgi:error] [pid 27840] [client 10.0.0.43:35814] AH01067: Failed to read FastCGI header, referer: https://www.baidu.com/link
[Tue Sep 10 13:52:02.001518 2024] [proxy_fcgi:error] [pid 27840] (104)Connection reset by peer: [client 10.0.0.43:35814] AH01075: Error dispatching request to : , referer: https://www.baidu.com/link
[Tue Sep 10 13:52:02.002075 2024] [proxy_fcgi:error] [pid 27839] [client 10.0.0.43:35800] AH01067: Failed to read FastCGI header, referer: https://www.baidu.com/link
[Tue Sep 10 13:52:02.002129 2024] [proxy_fcgi:error] [pid 27839] (104)Connection reset by peer: [client 10.0.0.43:35800] AH01075: Error dispatching request to : , referer: https://www.baidu.com/link
[Tue Sep 10 13:52:01.999793 2024] [proxy_fcgi:error] [pid 27841] [client 10.0.0.43:35826] AH01067: Failed to read FastCGI header, referer: https://www.baidu.com/link
[Tue Sep 10 13:52:02.002765 2024] [proxy_fcgi:error] [pid 27841] (104)Connection reset by peer: [client 10.0.0.43:35826] AH01075: Error dispatching request to : , referer: https://www.baidu.com/link
[Tue Sep 10 13:52:02.037029 2024] [proxy_fcgi:error] [pid 27836] [client 10.0.0.43:52128] AH01067: Failed to read FastCGI header
[Tue Sep 10 13:52:02.037105 2024] [proxy_fcgi:error] [pid 27836] (104)Connection reset by peer: [client 10.0.0.43:52128] AH01075: Error dispatching request to : 
[Tue Sep 10 13:52:02.179974 2024] [proxy_fcgi:error] [pid 27837] [client 10.0.0.43:52134] AH01067: Failed to read FastCGI header, referer: https://erp.nanjingjiankai.com/index.php/apps/files/preview-service-worker.js
[Tue Sep 10 13:52:02.180036 2024] [proxy_fcgi:error] [pid 27837] (104)Connection reset by peer: [client 10.0.0.43:52134] AH01075: Error dispatching request to : , referer: https://erp.nanjingjiankai.com/index.php/apps/files/preview-service-worker.js
[Tue Sep 10 13:52:02.311542 2024] [proxy_fcgi:error] [pid 27838] [client 10.0.0.43:52148] AH01067: Failed to read FastCGI header
[Tue Sep 10 13:52:02.311616 2024] [proxy_fcgi:error] [pid 27838] (104)Connection reset by peer: [client 10.0.0.43:52148] AH01075: Error dispatching request to : 
[Tue Sep 10 13:52:02.399660 2024] [proxy:error] [pid 27844] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php8.3-fpm.sock (*) failed
[Tue Sep 10 13:52:02.399719 2024] [proxy_fcgi:error] [pid 27844] [client 10.0.0.43:40530] AH01079: failed to make connection to backend: httpd-UDS
[Tue Sep 10 13:52:02.503990 2024] [mpm_prefork:notice] [pid 25546] AH00169: caught SIGTERM, shutting down
[Tue Sep 10 13:55:37.601134 2024] [mpm_prefork:notice] [pid 1521] AH00163: Apache/2.4.41 (Ubuntu) mod_fcgid/2.3.9 OpenSSL/1.1.1f configured -- resuming normal operations
[Tue Sep 10 13:55:37.601480 2024] [core:notice] [pid 1521] AH00094: Command line: '/usr/sbin/apache2'
[Tue Sep 10 14:04:32.026514 2024] [access_compat:error] [pid 10033] [client 10.0.0.44:51624] AH01797: client denied by server configuration: /var/www/html/nextcloud/data/.ocdata
[Tue Sep 10 14:07:04.592656 2024] [proxy_fcgi:error] [pid 9940] (70007)The timeout specified has expired: [client 10.0.0.43:38250] AH01075: Error dispatching request to : (polling)
[Tue Sep 10 14:10:13.897886 2024] [proxy_fcgi:error] [pid 10274] (70007)The timeout specified has expired: [client 10.0.0.43:45766] AH01075: Error dispatching request to : (polling), referer: https://www.baidu.com/link
[Tue Sep 10 14:10:13.939109 2024] [proxy_fcgi:error] [pid 10278] (70007)The timeout specified has expired: [client 10.0.0.43:45794] AH01075: Error dispatching request to : (polling), referer: https://www.baidu.com/link
[Tue Sep 10 14:10:13.939110 2024] [proxy_fcgi:error] [pid 10273] (70007)The timeout specified has expired: [client 10.0.0.43:45762] AH01075: Error dispatching request to : (polling), referer: https://www.baidu.com/link
[Tue Sep 10 14:10:13.992873 2024] [proxy_fcgi:error] [pid 10279] (70007)The timeout specified has expired: [client 10.0.0.43:45798] AH01075: Error dispatching request to : (polling), referer: https://www.baidu.com/link
[Tue Sep 10 14:10:13.995065 2024] [proxy_fcgi:error] [pid 10281] (70007)The timeout specified has expired: [client 10.0.0.43:45810] AH01075: Error dispatching request to : (polling), referer: https://www.baidu.com/link
[Tue Sep 10 14:10:13.996397 2024] [proxy_fcgi:error] [pid 10276] (70007)The timeout specified has expired: [client 10.0.0.43:45774] AH01075: Error dispatching request to : (polling), referer: https://www.baidu.com/link

Output errors in nextcloud.log in /var/www/ or as admin user in top right menu, filtering for errors. Use a pastebin service if necessary.

{"reqId":"NyTm3cLa87E4ZkTpQTuC","level":2,"time":"2024-09-10T04:19:32+00:00","remoteAddr":"10.0.0.43","user":"admin","app":"settings","method":"GET","url":"/index.php/settings/apps","message":"Controller OCA\\Settings\\Controller\\AppSettingsController::viewApps executed 1372 queries.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36","version":"29.0.4.1","data":{"app":"settings"}}
{"reqId":"6kq7CySVKKcjeuivUjWK","level":2,"time":"2024-09-10T04:20:43+00:00","remoteAddr":"10.0.0.43","user":"admin","app":"settings","method":"GET","url":"/index.php/settings/api/apps/media?fileName=https%3A%2F%2Fgithub.com%2Fnextcloud%2Ffirstrunwizard%2Fraw%2Fmaster%2Fimg%2FNextcloud.webm","message":"Could not load media file for app discover section","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36","version":"29.0.4.1","exception":{"Exception":"GuzzleHttp\\Exception\\ConnectException","Message":"cURL error 28: Operation timed out after 30001 milliseconds with 0 bytes received (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://raw.githubusercontent.com/nextcloud/firstrunwizard/master/img/Nextcloud.webm","Code":0,"Trace":[{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","line":158,"function":"createRejection","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","line":110,"function":"finishError","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::"},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/guzzle/src/Handler/CurlHandler.php","line":47,"function":"finish","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::"},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":142,"function":"__invoke","class":"GuzzleHttp\\Handler\\CurlHandler","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/Http/Client/DnsPinMiddleware.php","line":163,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php","line":35,"function":"OC\\Http\\Client\\{closure}","class":"OC\\Http\\Client\\DnsPinMiddleware","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":31,"function":"__invoke","class":"GuzzleHttp\\PrepareBodyMiddleware","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/guzzle/src/RedirectMiddleware.php","line":71,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/guzzle/src/RedirectMiddleware.php","line":107,"function":"__invoke","class":"GuzzleHttp\\RedirectMiddleware","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/guzzle/src/RedirectMiddleware.php","line":73,"function":"checkRedirect","class":"GuzzleHttp\\RedirectMiddleware","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/promises/src/FulfilledPromise.php","line":41,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\RedirectMiddleware","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/promises/src/TaskQueue.php","line":48,"function":"GuzzleHttp\\Promise\\{closure}","class":"GuzzleHttp\\Promise\\FulfilledPromise","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/promises/src/Promise.php","line":248,"function":"run","class":"GuzzleHttp\\Promise\\TaskQueue","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/promises/src/Promise.php","line":224,"function":"invokeWaitFn","class":"GuzzleHttp\\Promise\\Promise","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/promises/src/Promise.php","line":269,"function":"waitIfPending","class":"GuzzleHttp\\Promise\\Promise","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/promises/src/Promise.php","line":226,"function":"invokeWaitList","class":"GuzzleHttp\\Promise\\Promise","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/promises/src/Promise.php","line":62,"function":"waitIfPending","class":"GuzzleHttp\\Promise\\Promise","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php","line":189,"function":"wait","class":"GuzzleHttp\\Promise\\Promise","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/Http/Client/Client.php","line":230,"function":"request","class":"GuzzleHttp\\Client","type":"->"},{"file":"/var/www/html/nextcloud/apps/settings/lib/Controller/AppSettingsController.php","line":177,"function":"get","class":"OC\\Http\\Client\\Client","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/AppFramework/Http/Dispatcher.php","line":232,"function":"getAppDiscoverMedia","class":"OCA\\Settings\\Controller\\AppSettingsController","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/AppFramework/Http/Dispatcher.php","line":138,"function":"executeController","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/AppFramework/App.php","line":184,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/Route/Router.php","line":338,"function":"main","class":"OC\\AppFramework\\App","type":"::"},{"file":"/var/www/html/nextcloud/lib/base.php","line":1050,"function":"match","class":"OC\\Route\\Router","type":"->"},{"file":"/var/www/html/nextcloud/index.php","line":49,"function":"handleRequest","class":"OC","type":"::"}],"File":"/var/www/html/nextcloud/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","Line":210,"message":"Could not load media file for app discover section","media_src":"https://github.com/nextcloud/firstrunwizard/raw/master/img/Nextcloud.webm","exception":{},"CustomMessage":"Could not load media file for app discover section"}}
{"reqId":"2gIV8O6eXyMVy048qZ9X","level":2,"time":"2024-09-10T04:21:13+00:00","remoteAddr":"10.0.0.43","user":"admin","app":"settings","method":"GET","url":"/index.php/settings/api/apps/media?fileName=https%3A%2F%2Fgithub.com%2Fnextcloud%2Ffirstrunwizard%2Fraw%2Fmaster%2Fimg%2FNextcloud.mp4","message":"Could not load media file for app discover section","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36","version":"29.0.4.1","exception":{"Exception":"GuzzleHttp\\Exception\\ConnectException","Message":"cURL error 28: Operation timed out after 30001 milliseconds with 0 out of 0 bytes received (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://raw.githubusercontent.com/nextcloud/firstrunwizard/master/img/Nextcloud.mp4","Code":0,"Trace":[{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","line":158,"function":"createRejection","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","line":110,"function":"finishError","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::"},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/guzzle/src/Handler/CurlHandler.php","line":47,"function":"finish","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::"},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":142,"function":"__invoke","class":"GuzzleHttp\\Handler\\CurlHandler","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/Http/Client/DnsPinMiddleware.php","line":163,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php","line":35,"function":"OC\\Http\\Client\\{closure}","class":"OC\\Http\\Client\\DnsPinMiddleware","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":31,"function":"__invoke","class":"GuzzleHttp\\PrepareBodyMiddleware","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/guzzle/src/RedirectMiddleware.php","line":71,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/guzzle/src/RedirectMiddleware.php","line":107,"function":"__invoke","class":"GuzzleHttp\\RedirectMiddleware","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/guzzle/src/RedirectMiddleware.php","line":73,"function":"checkRedirect","class":"GuzzleHttp\\RedirectMiddleware","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/promises/src/FulfilledPromise.php","line":41,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\RedirectMiddleware","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/promises/src/TaskQueue.php","line":48,"function":"GuzzleHttp\\Promise\\{closure}","class":"GuzzleHttp\\Promise\\FulfilledPromise","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/promises/src/Promise.php","line":248,"function":"run","class":"GuzzleHttp\\Promise\\TaskQueue","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/promises/src/Promise.php","line":224,"function":"invokeWaitFn","class":"GuzzleHttp\\Promise\\Promise","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/promises/src/Promise.php","line":269,"function":"waitIfPending","class":"GuzzleHttp\\Promise\\Promise","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/promises/src/Promise.php","line":226,"function":"invokeWaitList","class":"GuzzleHttp\\Promise\\Promise","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/promises/src/Promise.php","line":62,"function":"waitIfPending","class":"GuzzleHttp\\Promise\\Promise","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php","line":189,"function":"wait","class":"GuzzleHttp\\Promise\\Promise","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/Http/Client/Client.php","line":230,"function":"request","class":"GuzzleHttp\\Client","type":"->"},{"file":"/var/www/html/nextcloud/apps/settings/lib/Controller/AppSettingsController.php","line":177,"function":"get","class":"OC\\Http\\Client\\Client","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/AppFramework/Http/Dispatcher.php","line":232,"function":"getAppDiscoverMedia","class":"OCA\\Settings\\Controller\\AppSettingsController","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/AppFramework/Http/Dispatcher.php","line":138,"function":"executeController","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/AppFramework/App.php","line":184,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/Route/Router.php","line":338,"function":"main","class":"OC\\AppFramework\\App","type":"::"},{"file":"/var/www/html/nextcloud/lib/base.php","line":1050,"function":"match","class":"OC\\Route\\Router","type":"->"},{"file":"/var/www/html/nextcloud/index.php","line":49,"function":"handleRequest","class":"OC","type":"::"}],"File":"/var/www/html/nextcloud/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","Line":210,"message":"Could not load media file for app discover section","media_src":"https://github.com/nextcloud/firstrunwizard/raw/master/img/Nextcloud.mp4","exception":{},"CustomMessage":"Could not load media file for app discover section"}}
{"reqId":"SaQMIc1eJ56ENIU0224q","level":3,"time":"2024-09-10T04:25:53+00:00","remoteAddr":"10.0.0.43","user":"--","app":"PHP","method":"GET","url":"/index.php/s/i4YmidzXtj7XdZW/download/DGJ32,TJ133-2011%20%E8%A3%85%E9%85%8D%E6%95%B4%E4%BD%93%E5%BC%8F%E8%87%AA%E4%BF%9D%E6%B8%A9%E6%B7%B7%E5%87%9D%E5%9C%9F%E5%BB%BA%E7%AD%91%E6%8A%80%E6%9C%AF%E8%A7%84%E7%A8%8B.pdf","message":"http_response_code(): Cannot set response code - headers already sent (output started at /var/www/html/nextcloud/lib/private/Files/View.php:406) at /var/www/html/nextcloud/lib/private/legacy/OC_Template.php#257","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.97 Safari/537.36 Core/1.116.438.400 QQBrowser/13.0.6071.400","version":"29.0.4.1","data":{"app":"PHP"}}
{"reqId":"Y6HXhNskTAuRRLXmBRx3","level":3,"time":"2024-09-10T04:31:27+00:00","remoteAddr":"10.0.0.43","user":"--","app":"PHP","method":"GET","url":"/index.php/s/5Rb44qtiH8C5iaY/download/DGJ32,TJ136-2012%20%E6%97%A2%E6%9C%89%E5%BB%BA%E7%AD%91%E7%BB%93%E6%9E%84%E5%8A%A0%E5%9B%BA%E5%B7%A5%E7%A8%8B%E7%8E%B0%E5%9C%BA%E6%A3%80%E6%B5%8B%E6%8A%80%E6%9C%AF%E8%A7%84%E7%A8%8B.pdf","message":"http_response_code(): Cannot set response code - headers already sent (output started at /var/www/html/nextcloud/lib/private/Files/View.php:406) at /var/www/html/nextcloud/lib/private/legacy/OC_Template.php#257","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.97 Safari/537.36 Core/1.116.438.400 QQBrowser/13.0.6071.400","version":"29.0.4.1","data":{"app":"PHP"}}
{"reqId":"LNxXMY6hbE7nxR7fhbCc","level":3,"time":"2024-09-10T04:31:37+00:00","remoteAddr":"10.0.0.43","user":"--","app":"PHP","method":"GET","url":"/index.php/s/5Rb44qtiH8C5iaY/download/DGJ32,TJ136-2012%20%E6%97%A2%E6%9C%89%E5%BB%BA%E7%AD%91%E7%BB%93%E6%9E%84%E5%8A%A0%E5%9B%BA%E5%B7%A5%E7%A8%8B%E7%8E%B0%E5%9C%BA%E6%A3%80%E6%B5%8B%E6%8A%80%E6%9C%AF%E8%A7%84%E7%A8%8B.pdf","message":"http_response_code(): Cannot set response code - headers already sent (output started at /var/www/html/nextcloud/lib/private/Files/View.php:406) at /var/www/html/nextcloud/lib/private/legacy/OC_Template.php#257","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.97 Safari/537.36 Core/1.116.438.400 QQBrowser/13.0.6071.400","version":"29.0.4.1","data":{"app":"PHP"}}
{"reqId":"67dLenAIEkJXNcUTaj92","level":3,"time":"2024-09-10T04:31:37+00:00","remoteAddr":"10.0.0.43","user":"--","app":"PHP","method":"GET","url":"/index.php/s/5Rb44qtiH8C5iaY/download/DGJ32,TJ136-2012%20%E6%97%A2%E6%9C%89%E5%BB%BA%E7%AD%91%E7%BB%93%E6%9E%84%E5%8A%A0%E5%9B%BA%E5%B7%A5%E7%A8%8B%E7%8E%B0%E5%9C%BA%E6%A3%80%E6%B5%8B%E6%8A%80%E6%9C%AF%E8%A7%84%E7%A8%8B.pdf","message":"http_response_code(): Cannot set response code - headers already sent (output started at /var/www/html/nextcloud/lib/private/Files/View.php:406) at /var/www/html/nextcloud/lib/private/legacy/OC_Template.php#257","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.97 Safari/537.36 Core/1.116.438.400 QQBrowser/13.0.6071.400","version":"29.0.4.1","data":{"app":"PHP"}}
{"reqId":"LEVgepS14HOZbGuZiSgP","level":3,"time":"2024-09-10T04:31:38+00:00","remoteAddr":"10.0.0.43","user":"--","app":"PHP","method":"GET","url":"/index.php/s/5Rb44qtiH8C5iaY/download/DGJ32,TJ136-2012%20%E6%97%A2%E6%9C%89%E5%BB%BA%E7%AD%91%E7%BB%93%E6%9E%84%E5%8A%A0%E5%9B%BA%E5%B7%A5%E7%A8%8B%E7%8E%B0%E5%9C%BA%E6%A3%80%E6%B5%8B%E6%8A%80%E6%9C%AF%E8%A7%84%E7%A8%8B.pdf","message":"http_response_code(): Cannot set response code - headers already sent (output started at /var/www/html/nextcloud/lib/private/Files/View.php:406) at /var/www/html/nextcloud/lib/private/legacy/OC_Template.php#257","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.97 Safari/537.36 Core/1.116.438.400 QQBrowser/13.0.6071.400","version":"29.0.4.1","data":{"app":"PHP"}}
{"reqId":"KaTDLy2RRQgEMdPgQBCP","level":3,"time":"2024-09-10T04:31:38+00:00","remoteAddr":"10.0.0.43","user":"--","app":"PHP","method":"GET","url":"/index.php/s/5Rb44qtiH8C5iaY/download/DGJ32,TJ136-2012%20%E6%97%A2%E6%9C%89%E5%BB%BA%E7%AD%91%E7%BB%93%E6%9E%84%E5%8A%A0%E5%9B%BA%E5%B7%A5%E7%A8%8B%E7%8E%B0%E5%9C%BA%E6%A3%80%E6%B5%8B%E6%8A%80%E6%9C%AF%E8%A7%84%E7%A8%8B.pdf","message":"http_response_code(): Cannot set response code - headers already sent (output started at /var/www/html/nextcloud/lib/private/Files/View.php:406) at /var/www/html/nextcloud/lib/private/legacy/OC_Template.php#257","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.97 Safari/537.36 Core/1.116.438.400 QQBrowser/13.0.6071.400","version":"29.0.4.1","data":{"app":"PHP"}}
{"reqId":"H0NEgYurNYOjSIAyewQB","level":3,"time":"2024-09-10T04:31:39+00:00","remoteAddr":"10.0.0.43","user":"--","app":"PHP","method":"GET","url":"/index.php/s/5Rb44qtiH8C5iaY/download/DGJ32,TJ136-2012%20%E6%97%A2%E6%9C%89%E5%BB%BA%E7%AD%91%E7%BB%93%E6%9E%84%E5%8A%A0%E5%9B%BA%E5%B7%A5%E7%A8%8B%E7%8E%B0%E5%9C%BA%E6%A3%80%E6%B5%8B%E6%8A%80%E6%9C%AF%E8%A7%84%E7%A8%8B.pdf","message":"http_response_code(): Cannot set response code - headers already sent (output started at /var/www/html/nextcloud/lib/private/Files/View.php:406) at /var/www/html/nextcloud/lib/private/legacy/OC_Template.php#257","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.97 Safari/537.36 Core/1.116.438.400 QQBrowser/13.0.6071.400","version":"29.0.4.1","data":{"app":"PHP"}}
{"reqId":"wxynEt9vMfvAUOl03pQ3","level":3,"time":"2024-09-10T04:31:52+00:00","remoteAddr":"10.0.0.43","user":"--","app":"PHP","method":"GET","url":"/index.php/s/5Rb44qtiH8C5iaY/download/DGJ32,TJ136-2012%20%E6%97%A2%E6%9C%89%E5%BB%BA%E7%AD%91%E7%BB%93%E6%9E%84%E5%8A%A0%E5%9B%BA%E5%B7%A5%E7%A8%8B%E7%8E%B0%E5%9C%BA%E6%A3%80%E6%B5%8B%E6%8A%80%E6%9C%AF%E8%A7%84%E7%A8%8B.pdf","message":"http_response_code(): Cannot set response code - headers already sent (output started at /var/www/html/nextcloud/lib/private/Files/View.php:406) at /var/www/html/nextcloud/lib/private/legacy/OC_Template.php#257","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.97 Safari/537.36 Core/1.116.438.400 QQBrowser/13.0.6071.400","version":"29.0.4.1","data":{"app":"PHP"}}
{"reqId":"foPU7S3FRWT5MbNxUCRE","level":3,"time":"2024-09-10T04:32:59+00:00","remoteAddr":"10.0.0.43","user":"--","app":"PHP","method":"GET","url":"/index.php/s/NxtgJF6aARHyNNH/download/DGJ32,TJ137-2012%20%E9%A2%84%E5%BA%94%E5%8A%9B%E6%B7%B7%E5%87%9D%E5%9C%9FU%E5%9E%8B%E6%A2%81%E6%96%BD%E5%B7%A5%E4%B8%8E%E9%AA%8C%E6%94%B6%E8%A7%84%E7%A8%8B.pdf","message":"http_response_code(): Cannot set response code - headers already sent (output started at /var/www/html/nextcloud/lib/private/Files/View.php:406) at /var/www/html/nextcloud/lib/private/legacy/OC_Template.php#257","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.97 Safari/537.36 Core/1.116.438.400 QQBrowser/13.0.6071.400","version":"29.0.4.1","data":{"app":"PHP"}}
{"reqId":"L0S0QPfMTp6XSJrx7eEj","level":3,"time":"2024-09-10T04:36:16+00:00","remoteAddr":"10.0.0.43","user":"--","app":"PHP","method":"GET","url":"/index.php/s/fPqY2Lo3PYcPEE3/download/%EF%BC%88DB32%EF%BC%8FT3916-2020%EF%BC%89%E5%9C%B0%E6%96%B9%E6%A0%87%E5%87%86%E4%BF%A1%E6%81%AF%E5%B9%B3%E5%8F%B0%E5%8F%91%E5%B8%83%E3%80%8A%E5%BB%BA%E7%AD%91%E5%9C%B0%E5%9F%BA%E5%9F%BA%E7%A1%80%E6%A3%80%E6%B5%8B%E8%A7%84%E7%A8%8B%E3%80%8B%EF%BC%88%E6%B1%9F%E8%8B%8F%E7%9C%81%EF%BC%89.pdf","message":"http_response_code(): Cannot set response code - headers already sent (output started at /var/www/html/nextcloud/lib/private/Files/View.php:406) at /var/www/html/nextcloud/lib/private/legacy/OC_Template.php#257","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.97 Safari/537.36 Core/1.116.438.400 QQBrowser/13.0.6071.400","version":"29.0.4.1","data":{"app":"PHP"}}
{"reqId":"PIVJqGJyfagT7V8Db5Rb","level":2,"time":"2024-09-10T04:36:25+00:00","remoteAddr":"10.0.0.43","user":"--","app":"core","method":"GET","url":"/remote.php/dav/","message":"Login failed: 'admin' (Remote IP: '10.0.0.43')","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36","version":"29.0.4.1","data":{"app":"core"}}
{"reqId":"GUzSijz8cjkE6Si28U0z","level":3,"time":"2024-09-10T04:38:03+00:00","remoteAddr":"10.0.0.43","user":"--","app":"PHP","method":"GET","url":"/index.php/s/fPqY2Lo3PYcPEE3/download/%EF%BC%88DB32%EF%BC%8FT3916-2020%EF%BC%89%E5%9C%B0%E6%96%B9%E6%A0%87%E5%87%86%E4%BF%A1%E6%81%AF%E5%B9%B3%E5%8F%B0%E5%8F%91%E5%B8%83%E3%80%8A%E5%BB%BA%E7%AD%91%E5%9C%B0%E5%9F%BA%E5%9F%BA%E7%A1%80%E6%A3%80%E6%B5%8B%E8%A7%84%E7%A8%8B%E3%80%8B%EF%BC%88%E6%B1%9F%E8%8B%8F%E7%9C%81%EF%BC%89.pdf","message":"http_response_code(): Cannot set response code - headers already sent (output started at /var/www/html/nextcloud/lib/private/Files/View.php:406) at /var/www/html/nextcloud/lib/private/legacy/OC_Template.php#257","userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_4) AppleWebKit/537.36 (KHTML, like Gecko) \t\t\tChrome/55.0.2883.95 Safari/537.36","version":"29.0.4.1","data":{"app":"PHP"}}
{"reqId":"iuHjCAfANsNQS4qCQTXM","level":3,"time":"2024-09-10T04:43:24+00:00","remoteAddr":"10.0.0.43","user":"--","app":"PHP","method":"GET","url":"/index.php/s/ns6RxJykqSBj59B/download/DGJ32,TJ144-2012%20%E8%B6%85%E5%A3%B0%E5%9B%9E%E5%BC%B9%E7%BB%BC%E5%90%88%E6%B3%95%E6%A3%80%E6%B5%8B%E6%B7%B7%E5%87%9D%E5%9C%9F%E6%8A%97%E5%8E%8B%E5%BC%BA%E5%BA%A6%E6%8A%80%E6%9C%AF%E8%A7%84%E7%A8%8B.pdf","message":"http_response_code(): Cannot set response code - headers already sent (output started at /var/www/html/nextcloud/lib/private/Files/View.php:406) at /var/www/html/nextcloud/lib/private/legacy/OC_Template.php#257","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.97 Safari/537.36 Core/1.116.438.400 QQBrowser/13.0.6071.400","version":"29.0.4.1","data":{"app":"PHP"}}
{"reqId":"WbRo4LPF1Z47k6MNj7no","level":3,"time":"2024-09-10T04:45:17+00:00","remoteAddr":"10.0.0.43","user":"--","app":"PHP","method":"GET","url":"/index.php/s/ns6RxJykqSBj59B/download/DGJ32,TJ144-2012%20%E8%B6%85%E5%A3%B0%E5%9B%9E%E5%BC%B9%E7%BB%BC%E5%90%88%E6%B3%95%E6%A3%80%E6%B5%8B%E6%B7%B7%E5%87%9D%E5%9C%9F%E6%8A%97%E5%8E%8B%E5%BC%BA%E5%BA%A6%E6%8A%80%E6%9C%AF%E8%A7%84%E7%A8%8B.pdf","message":"http_response_code(): Cannot set response code - headers already sent (output started at /var/www/html/nextcloud/lib/private/Files/View.php:406) at /var/www/html/nextcloud/lib/private/legacy/OC_Template.php#257","userAgent":"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3; rv:11.0) like Gecko","version":"29.0.4.1","data":{"app":"PHP"}}
{"reqId":"N3GelPLaAbfL4oYHxHQo","level":1,"time":"2024-09-10T04:53:30+00:00","remoteAddr":"","user":"--","app":"updater","method":"","url":"--","message":"\\OC\\Updater::maintenanceEnabled: Turned on maintenance mode","userAgent":"--","version":"29.0.4.1","data":{"app":"updater"}}
{"reqId":"N3GelPLaAbfL4oYHxHQo","level":0,"time":"2024-09-10T04:53:30+00:00","remoteAddr":"","user":"--","app":"core","method":"","url":"--","message":"starting upgrade from 29.0.4.1 to 29.0.6.1","userAgent":"--","version":"29.0.4.1","data":{"app":"core"}}
{"reqId":"N3GelPLaAbfL4oYHxHQo","level":1,"time":"2024-09-10T04:53:30+00:00","remoteAddr":"","user":"--","app":"updater","method":"","url":"--","message":"OC\\Repair\\Events\\RepairStepEvent: Repair step: Repair MySQL collation","userAgent":"--","version":"29.0.4.1","data":{"app":"updater"}}
{"reqId":"N3GelPLaAbfL4oYHxHQo","level":1,"time":"2024-09-10T04:53:30+00:00","remoteAddr":"","user":"--","app":"updater","method":"","url":"--","message":"OC\\Repair\\Events\\RepairInfoEvent: Repair info: All tables already have the correct collation -> nothing to do","userAgent":"--","version":"29.0.4.1","data":{"app":"updater"}}
{"reqId":"N3GelPLaAbfL4oYHxHQo","level":1,"time":"2024-09-10T04:53:30+00:00","remoteAddr":"","user":"--","app":"updater","method":"","url":"--","message":"OC\\Repair\\Events\\RepairStepEvent: Repair step: Copy data from accounts table when migrating from ownCloud","userAgent":"--","version":"29.0.4.1","data":{"app":"updater"}}
{"reqId":"N3GelPLaAbfL4oYHxHQo","level":1,"time":"2024-09-10T04:53:31+00:00","remoteAddr":"","user":"--","app":"updater","method":"","url":"--","message":"OC\\Repair\\Events\\RepairStepEvent: Repair step: Drop account terms table when migrating from ownCloud","userAgent":"--","version":"29.0.4.1","data":{"app":"updater"}}
{"reqId":"N3GelPLaAbfL4oYHxHQo","level":1,"time":"2024-09-10T04:53:31+00:00","remoteAddr":"","user":"--","app":"updater","method":"","url":"--","message":"\\OC\\Updater::dbUpgradeBefore: Updating database schema","userAgent":"--","version":"29.0.4.1","data":{"app":"updater"}}
{"reqId":"N3GelPLaAbfL4oYHxHQo","level":1,"time":"2024-09-10T04:53:31+00:00","remoteAddr":"","user":"--","app":"updater","method":"","url":"--","message":"\\OC\\Updater::dbUpgrade: Updated database","userAgent":"--","version":"29.0.4.1","data":{"app":"updater"}}
{"reqId":"N3GelPLaAbfL4oYHxHQo","level":0,"time":"2024-09-10T04:53:31+00:00","remoteAddr":"","user":"--","app":"no app in context","method":"","url":"--","message":"dirty table reads: SELECT `id` FROM `*PREFIX*jobs` WHERE (`class` = :dcValue1) AND (`argument_hash` = :dcValue2) LIMIT 1","userAgent":"--","version":"29.0.4.1","exception":{"Exception":"Exception","Message":"dirty table reads: SELECT `id` FROM `*PREFIX*jobs` WHERE (`class` = :dcValue1) AND (`argument_hash` = :dcValue2) LIMIT 1","Code":0,"Trace":[{"file":"/var/www/html/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php","line":344,"function":"executeQuery","class":"OC\\DB\\Connection","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php","line":384,"function":"executeQuery","class":"Doctrine\\DBAL\\Query\\QueryBuilder","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":280,"function":"execute","class":"Doctrine\\DBAL\\Query\\QueryBuilder","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":293,"function":"execute","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/BackgroundJob/JobList.php","line":166,"function":"executeQuery","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/BackgroundJob/JobList.php","line":78,"function":"has","class":"OC\\BackgroundJob\\JobList","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/Setup.php","line":453,"function":"add","class":"OC\\BackgroundJob\\JobList","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/Updater.php","line":259,"function":"installBackgroundJobs","class":"OC\\Setup","type":"::"},{"file":"/var/www/html/nextcloud/lib/private/Updater.php","line":133,"function":"doUpgrade","class":"OC\\Updater","type":"->"},{"file":"/var/www/html/nextcloud/core/Command/Upgrade.php","line":216,"function":"upgrade","class":"OC\\Updater","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/symfony/console/Command/Command.php","line":298,"function":"execute","class":"OC\\Core\\Command\\Upgrade","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/symfony/console/Application.php","line":1040,"function":"run","class":"Symfony\\Component\\Console\\Command\\Command","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/symfony/console/Application.php","line":301,"function":"doRunCommand","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/symfony/console/Application.php","line":171,"function":"doRun","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/Console/Application.php","line":213,"function":"run","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/var/www/html/nextcloud/console.php","line":102,"function":"run","class":"OC\\Console\\Application","type":"->"},{"file":"/var/www/html/nextcloud/occ","line":11,"args":["/var/www/html/nextcloud/console.php"],"function":"require_once"}],"File":"/var/www/html/nextcloud/lib/private/DB/Connection.php","Line":320,"message":"dirty table reads: SELECT `id` FROM `*PREFIX*jobs` WHERE (`class` = :dcValue1) AND (`argument_hash` = :dcValue2) LIMIT 1","tables":["oc_jobs"],"reads":["oc_jobs"],"exception":{},"CustomMessage":"dirty table reads: SELECT `id` FROM `*PREFIX*jobs` WHERE (`class` = :dcValue1) AND (`argument_hash` = :dcValue2) LIMIT 1"}}
{"reqId":"N3GelPLaAbfL4oYHxHQo","level":0,"time":"2024-09-10T04:53:31+00:00","remoteAddr":"","user":"--","app":"no app in context","method":"","url":"--","message":"dirty table reads: SELECT `id` FROM `*PREFIX*jobs` WHERE (`class` = :dcValue1) AND (`argument_hash` = :dcValue2) LIMIT 1","userAgent":"--","version":"29.0.4.1","exception":{"Exception":"Exception","Message":"dirty table reads: SELECT `id` FROM `*PREFIX*jobs` WHERE (`class` = :dcValue1) AND (`argument_hash` = :dcValue2) LIMIT 1","Code":0,"Trace":[{"file":"/var/www/html/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php","line":344,"function":"executeQuery","class":"OC\\DB\\Connection","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php","line":384,"function":"executeQuery","class":"Doctrine\\DBAL\\Query\\QueryBuilder","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":280,"function":"execute","class":"Doctrine\\DBAL\\Query\\QueryBuilder","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":293,"function":"execute","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/BackgroundJob/JobList.php","line":166,"function":"executeQuery","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/BackgroundJob/JobList.php","line":78,"function":"has","class":"OC\\BackgroundJob\\JobList","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/Setup.php","line":454,"function":"add","class":"OC\\BackgroundJob\\JobList","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/Updater.php","line":259,"function":"installBackgroundJobs","class":"OC\\Setup","type":"::"},{"file":"/var/www/html/nextcloud/lib/private/Updater.php","line":133,"function":"doUpgrade","class":"OC\\Updater","type":"->"},{"file":"/var/www/html/nextcloud/core/Command/Upgrade.php","line":216,"function":"upgrade","class":"OC\\Updater","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/symfony/console/Command/Command.php","line":298,"function":"execute","class":"OC\\Core\\Command\\Upgrade","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/symfony/console/Application.php","line":1040,"function":"run","class":"Symfony\\Component\\Console\\Command\\Command","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/symfony/console/Application.php","line":301,"function":"doRunCommand","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/symfony/console/Application.php","line":171,"function":"doRun","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/Console/Application.php","line":213,"function":"run","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/var/www/html/nextcloud/console.php","line":102,"function":"run","class":"OC\\Console\\Application","type":"->"},{"file":"/var/www/html/nextcloud/occ","line":11,"args":["/var/www/html/nextcloud/console.php"],"function":"require_once"}],"File":"/var/www/html/nextcloud/lib/private/DB/Connection.php","Line":320,"message":"dirty table reads: SELECT `id` FROM `*PREFIX*jobs` WHERE (`class` = :dcValue1) AND (`argument_hash` = :dcValue2) LIMIT 1","tables":["oc_jobs"],"reads":["oc_jobs"],"exception":{},"CustomMessage":"dirty table reads: SELECT `id` FROM `*PREFIX*jobs` WHERE (`class` = :dcValue1) AND (`argument_hash` = :dcValue2) LIMIT 1"}}
{"reqId":"N3GelPLaAbfL4oYHxHQo","level":0,"time":"2024-09-10T04:53:31+00:00","remoteAddr":"","user":"--","app":"no app in context","method":"","url":"--","message":"dirty table reads: SELECT `id` FROM `*PREFIX*jobs` WHERE (`class` = :dcValue1) AND (`argument_hash` = :dcValue2) LIMIT 1","userAgent":"--","version":"29.0.4.1","exception":{"Exception":"Exception","Message":"dirty table reads: SELECT `id` FROM `*PREFIX*jobs` WHERE (`class` = :dcValue1) AND (`argument_hash` = :dcValue2) LIMIT 1","Code":0,"Trace":[{"file":"/var/www/html/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php","line":344,"function":"executeQuery","class":"OC\\DB\\Connection","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php","line":384,"function":"executeQuery","class":"Doctrine\\DBAL\\Query\\QueryBuilder","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":280,"function":"execute","class":"Doctrine\\DBAL\\Query\\QueryBuilder","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":293,"function":"execute","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/BackgroundJob/JobList.php","line":166,"function":"executeQuery","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/BackgroundJob/JobList.php","line":78,"function":"has","class":"OC\\BackgroundJob\\JobList","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/Setup.php","line":455,"function":"add","class":"OC\\BackgroundJob\\JobList","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/Updater.php","line":259,"function":"installBackgroundJobs","class":"OC\\Setup","type":"::"},{"file":"/var/www/html/nextcloud/lib/private/Updater.php","line":133,"function":"doUpgrade","class":"OC\\Updater","type":"->"},{"file":"/var/www/html/nextcloud/core/Command/Upgrade.php","line":216,"function":"upgrade","class":"OC\\Updater","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/symfony/console/Command/Command.php","line":298,"function":"execute","class":"OC\\Core\\Command\\Upgrade","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/symfony/console/Application.php","line":1040,"function":"run","class":"Symfony\\Component\\Console\\Command\\Command","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/symfony/console/Application.php","line":301,"function":"doRunCommand","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/symfony/console/Application.php","line":171,"function":"doRun","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/Console/Application.php","line":213,"function":"run","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/var/www/html/nextcloud/console.php","line":102,"function":"run","class":"OC\\Console\\Application","type":"->"},{"file":"/var/www/html/nextcloud/occ","line":11,"args":["/var/www/html/nextcloud/console.php"],"function":"require_once"}],"File":"/var/www/html/nextcloud/lib/private/DB/Connection.php","Line":320,"message":"dirty table reads: SELECT `id` FROM `*PREFIX*jobs` WHERE (`class` = :dcValue1) AND (`argument_hash` = :dcValue2) LIMIT 1","tables":["oc_jobs"],"reads":["oc_jobs"],"exception":{},"CustomMessage":"dirty table reads: SELECT `id` FROM `*PREFIX*jobs` WHERE (`class` = :dcValue1) AND (`argument_hash` = :dcValue2) LIMIT 1"}}
{"reqId":"N3GelPLaAbfL4oYHxHQo","level":1,"time":"2024-09-10T04:53:31+00:00","remoteAddr":"","user":"--","app":"updater","method":"","url":"--","message":"\\OC\\Updater::appUpgradeStarted: Updating <files> ...","userAgent":"--","version":"29.0.4.1","data":{"app":"updater"}}
{"reqId":"N3GelPLaAbfL4oYHxHQo","level":0,"time":"2024-09-10T04:53:31+00:00","remoteAddr":"","user":"--","app":"no app in context","method":"","url":"--","message":"dirty table reads: SELECT `id` FROM `*PREFIX*jobs` WHERE (`class` = :dcValue1) AND (`argument_hash` = :dcValue2) LIMIT 1","userAgent":"--","version":"29.0.4.1","exception":{"Exception":"Exception","Message":"dirty table reads: SELECT `id` FROM `*PREFIX*jobs` WHERE (`class` = :dcValue1) AND (`argument_hash` = :dcValue2) LIMIT 1","Code":0,"Trace":[{"file":"/var/www/html/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php","line":344,"function":"executeQuery","class":"OC\\DB\\Connection","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php","line":384,"function":"executeQuery","class":"Doctrine\\DBAL\\Query\\QueryBuilder","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":280,"function":"execute","class":"Doctrine\\DBAL\\Query\\QueryBuilder","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":293,"function":"execute","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/BackgroundJob/JobList.php","line":166,"function":"executeQuery","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/BackgroundJob/JobList.php","line":78,"function":"has","class":"OC\\BackgroundJob\\JobList","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/legacy/OC_App.php","line":844,"function":"add","class":"OC\\BackgroundJob\\JobList","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/legacy/OC_App.php","line":785,"function":"setupBackgroundJobs","class":"OC_App","type":"::"},{"file":"/var/www/html/nextcloud/lib/private/Updater.php","line":355,"function":"updateApp","class":"OC_App","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/nextcloud/lib/private/Updater.php","line":266,"function":"doAppUpgrade","class":"OC\\Updater","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/Updater.php","line":133,"function":"doUpgrade","class":"OC\\Updater","type":"->"},{"file":"/var/www/html/nextcloud/core/Command/Upgrade.php","line":216,"function":"upgrade","class":"OC\\Updater","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/symfony/console/Command/Command.php","line":298,"function":"execute","class":"OC\\Core\\Command\\Upgrade","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/symfony/console/Application.php","line":1040,"function":"run","class":"Symfony\\Component\\Console\\Command\\Command","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/symfony/console/Application.php","line":301,"function":"doRunCommand","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/symfony/console/Application.php","line":171,"function":"doRun","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/Console/Application.php","line":213,"function":"run","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/var/www/html/nextcloud/console.php","line":102,"function":"run","class":"OC\\Console\\Application","type":"->"},{"file":"/var/www/html/nextcloud/occ","line":11,"args":["/var/www/html/nextcloud/console.php"],"function":"require_once"}],"File":"/var/www/html/nextcloud/lib/private/DB/Connection.php","Line":320,"message":"dirty table reads: SELECT `id` FROM `*PREFIX*jobs` WHERE (`class` = :dcValue1) AND (`argument_hash` = :dcValue2) LIMIT 1","tables":["oc_jobs"],"reads":["oc_jobs"],"exception":{},"CustomMessage":"dirty table reads: SELECT `id` FROM `*PREFIX*jobs` WHERE (`class` = :dcValue1) AND (`argument_hash` = :dcValue2) LIMIT 1"}}
{"reqId":"N3GelPLaAbfL4oYHxHQo","level":0,"time":"2024-09-10T04:53:31+00:00","remoteAddr":"","user":"--","app":"no app in context","method":"","url":"--","message":"dirty table reads: SELECT `id` FROM `*PREFIX*jobs` WHERE (`class` = :dcValue1) AND (`argument_hash` = :dcValue2) LIMIT 1","userAgent":"--","version":"29.0.4.1","exception":{"Exception":"Exception","Message":"dirty table reads: SELECT `id` FROM `*PREFIX*jobs` WHERE (`class` = :dcValue1) AND (`argument_hash` = :dcValue2) LIMIT 1","Code":0,"Trace":[{"file":"/var/www/html/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php","line":344,"function":"executeQuery","class":"OC\\DB\\Connection","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php","line":384,"function":"executeQuery","class":"Doctrine\\DBAL\\Query\\QueryBuilder","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":280,"function":"execute","class":"Doctrine\\DBAL\\Query\\QueryBuilder","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":293,"function":"execute","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/BackgroundJob/JobList.php","line":166,"function":"executeQuery","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/BackgroundJob/JobList.php","line":78,"function":"has","class":"OC\\BackgroundJob\\JobList","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/legacy/OC_App.php","line":844,"function":"add","class":"OC\\BackgroundJob\\JobList","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/legacy/OC_App.php","line":785,"function":"setupBackgroundJobs","class":"OC_App","type":"::"},{"file":"/var/www/html/nextcloud/lib/private/Updater.php","line":355,"function":"updateApp","class":"OC_App","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/nextcloud/lib/private/Updater.php","line":266,"function":"doAppUpgrade","class":"OC\\Updater","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/Updater.php","line":133,"function":"doUpgrade","class":"OC\\Updater","type":"->"},{"file":"/var/www/html/nextcloud/core/Command/Upgrade.php","line":216,"function":"upgrade","class":"OC\\Updater","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/symfony/console/Command/Command.php","line":298,"function":"execute","class":"OC\\Core\\Command\\Upgrade","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/symfony/console/Application.php","line":1040,"function":"run","class":"Symfony\\Component\\Console\\Command\\Command","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/symfony/console/Application.php","line":301,"function":"doRunCommand","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/symfony/console/Application.php","line":171,"function":"doRun","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/Console/Application.php","line":213,"function":"run","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/var/www/html/nextcloud/console.php","line":102,"function":"run","class":"OC\\Console\\Application","type":"->"},{"file":"/var/www/html/nextcloud/occ","line":11,"args":["/var/www/html/nextcloud/console.php"],"function":"require_once"}],"File":"/var/www/html/nextcloud/lib/private/DB/Connection.php","Line":320,"message":"dirty table reads: SELECT `id` FROM `*PREFIX*jobs` WHERE (`class` = :dcValue1) AND (`argument_hash` = :dcValue2) LIMIT 1","tables":["oc_jobs"],"reads":["oc_jobs"],"exception":{},"CustomMessage":"dirty table reads: SELECT `id` FROM `*PREFIX*jobs` WHERE (`class` = :dcValue1) AND (`argument_hash` = :dcValue2) LIMIT 1"}}
{"reqId":"N3GelPLaAbfL4oYHxHQo","level":0,"time":"2024-09-10T04:53:31+00:00","remoteAddr":"","user":"--","app":"no app in context","method":"","url":"--","message":"dirty table reads: SELECT `id` FROM `*PREFIX*jobs` WHERE (`class` = :dcValue1) AND (`argument_hash` = :dcValue2) LIMIT 1","userAgent":"--","version":"29.0.4.1","exception":{"Exception":"Exception","Message":"dirty table reads: SELECT `id` FROM `*PREFIX*jobs` WHERE (`class` = :dcValue1) AND (`argument_hash` = :dcValue2) LIMIT 1","Code":0,"Trace":[{"file":"/var/www/html/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php","line":344,"function":"executeQuery","class":"OC\\DB\\Connection","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php","line":384,"function":"executeQuery","class":"Doctrine\\DBAL\\Query\\QueryBuilder","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":280,"function":"execute","class":"Doctrine\\DBAL\\Query\\QueryBuilder","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":293,"function":"execute","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/BackgroundJob/JobList.php","line":166,"function":"executeQuery","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/BackgroundJob/JobList.php","line":78,"function":"has","class":"OC\\BackgroundJob\\JobList","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/legacy/OC_App.php","line":844,"function":"add","class":"OC\\BackgroundJob\\JobList","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/legacy/OC_App.php","line":785,"function":"setupBackgroundJobs","class":"OC_App","type":"::"},{"file":"/var/www/html/nextcloud/lib/private/Updater.php","line":355,"function":"updateApp","class":"OC_App","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/nextcloud/lib/private/Updater.php","line":266,"function":"doAppUpgrade","class":"OC\\Updater","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/Updater.php","line":133,"function":"doUpgrade","class":"OC\\Updater","type":"->"},{"file":"/var/www/html/nextcloud/core/Command/Upgrade.php","line":216,"function":"upgrade","class":"OC\\Updater","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/symfony/console/Command/Command.php","line":298,"function":"execute","class":"OC\\Core\\Command\\Upgrade","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/symfony/console/Application.php","line":1040,"function":"run","class":"Symfony\\Component\\Console\\Command\\Command","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/symfony/console/Application.php","line":301,"function":"doRunCommand","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/symfony/console/Application.php","line":171,"function":"doRun","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/Console/Application.php","line":213,"function":"run","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/var/www/html/nextcloud/console.php","line":102,"function":"run","class":"OC\\Console\\Application","type":"->"},{"file":"/var/www/html/nextcloud/occ","line":11,"args":["/var/www/html/nextcloud/console.php"],"function":"require_once"}],"File":"/var/www/html/nextcloud/lib/private/DB/Connection.php","Line":320,"message":"dirty table reads: SELECT `id` FROM `*PREFIX*jobs` WHERE (`class` = :dcValue1) AND (`argument_hash` = :dcValue2) LIMIT 1","tables":["oc_jobs"],"reads":["oc_jobs"],"exception":{},"CustomMessage":"dirty table reads: SELECT `id` FROM `*PREFIX*jobs` WHERE (`class` = :dcValue1) AND (`argument_hash` = :dcValue2) LIMIT 1"}}
{"reqId":"N3GelPLaAbfL4oYHxHQo","level":0,"time":"2024-09-10T04:53:31+00:00","remoteAddr":"","user":"--","app":"no app in context","method":"","url":"--","message":"dirty table reads: SELECT `id` FROM `*PREFIX*jobs` WHERE (`class` = :dcValue1) AND (`argument_hash` = :dcValue2) LIMIT 1","userAgent":"--","version":"29.0.4.1","exception":{"Exception":"Exception","Message":"dirty table reads: SELECT `id` FROM `*PREFIX*jobs` WHERE (`class` = :dcValue1) AND (`argument_hash` = :dcValue2) LIMIT 1","Code":0,"Trace":[{"file":"/var/www/html/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php","line":344,"function":"executeQuery","class":"OC\\DB\\Connection","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php","line":384,"function":"executeQuery","class":"Doctrine\\DBAL\\Query\\QueryBuilder","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":280,"function":"execute","class":"Doctrine\\DBAL\\Query\\QueryBuilder","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":293,"function":"execute","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/BackgroundJob/JobList.php","line":166,"function":"executeQuery","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/BackgroundJob/JobList.php","line":78,"function":"has","class":"OC\\BackgroundJob\\JobList","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/legacy/OC_App.php","line":844,"function":"add","class":"OC\\BackgroundJob\\JobList","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/legacy/OC_App.php","line":785,"function":"setupBackgroundJobs","class":"OC_App","type":"::"},{"file":"/var/www/html/nextcloud/lib/private/Updater.php","line":355,"function":"updateApp","class":"OC_App","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/nextcloud/lib/private/Updater.php","line":266,"function":"doAppUpgrade","class":"OC\\Updater","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/Updater.php","line":133,"function":"doUpgrade","class":"OC\\Updater","type":"->"},{"file":"/var/www/html/nextcloud/core/Command/Upgrade.php","line":216,"function":"upgrade","class":"OC\\Updater","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/symfony/console/Command/Command.php","line":298,"function":"execute","class":"OC\\Core\\Command\\Upgrade","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/symfony/console/Application.php","line":1040,"function":"run","class":"Symfony\\Component\\Console\\Command\\Command","type":"->"},

Could you please provide the output as requested here


ernolf

Hi Ernolf!!!

I used your script to install extensions. However, --list-installed doesn’t return a list of installed extensions.

root@nextcloud:/usr/local/bin# ./php-module-builder --list-installed
Usage: php-module-builder <php_version> <module> [--firstrun] [--remove] [--force] [--step]
         --firstrun  - first run wizard
         --remove    - remove module instead if install
         --force     - install or remove modules even though the script does not know if it works
         --step      - run everything step by step

- supported PHP-versions:     8.0 8.1 8.2 8.3
- supported (tested) modules: apcu excimer facedetect igbinary imagick lua lz4 memcache memcached msgpack redis rrd smbclient solr ssh2 stomp swoole tideways uopz uploadprogress uuid vips xdebug xhprof yac yaml zstd
- Built and installed modules:
- you can try to build a not tested module with "--force", please give me feedback about the result.

best,
Hastings

But that is the wrong script. You should use (and install if not yet) the php-updater script:

php-updater --list-installed

The php-module-builder script has an other purpose.


ernolf

Please see attached.

   Distribution check..

  ==============================================================================
  This is a list of recent ubuntu versions for your information.
  Version Codename  End of support                         LTS  sury-php-repo
  ------------------------------------------------------------------------------
   24.04  noble     2029-05-31 (in 4 years and 8 months)   [✔️]       [✔️]
   23.10  mantic    2024-07-31 (1 month ago)               [✖️]       [✖️]
   23.04  lunar     2024-01-25 (7 months ago)              [✖️]       [✖️]
   22.10  kinetic   2023-07-20 (1 year and 1 month ago)    [✖️]       [✖️]
   22.04  jammy     2027-06-30 (in 2 years and 9 months)   [✔️]       [✔️]
   21.10  impish    2022-07-14 (2 years and 1 month ago)   [✖️]       [✖️]
   21.04  hirsute   2022-01-20 (2 years and 7 months ago)  [✖️]       [✖️]
   20.10  groovy    2021-07-22 (3 years and 1 month ago)   [✖️]       [✖️]
   20.04  focal     2025-04-30 (in 7 months)               [✔️]       [✔️]
   19.10  eoan      2020-07-17 (4 years and 1 month ago)   [✖️]       [✖️]
   19.04  disco     2020-01-23 (4 years and 7 months ago)  [✖️]       [✖️]
   18.10  cosmic    2019-07-18 (5 years and 1 month ago)   [✖️]       [✖️]
   18.04  bionic    2023-05-31 (1 year and 3 months ago)   [✔️]       [✖️]
  ------------------------------------------------------------------------------
  You can call this list with:     php-updater --list-ubuntu
  ------------------------------------------------------------------------------

   This machine is running Ubuntu 20.04.6 LTS (Focal Fossa), Codename focal. Good!

Press any key to continue or [ q ] to quit

Hastings

That is the distribution check window. The script does not run on any distribution, so it is checked the first time it runs at the begining of the script.

Did you see this:

Although 20.04 will still be supported for a few months, I still recommend upgrading to a new Ubuntu, preferably 24.04 (Noble).

Do you have a question?


ernolf

You were most likely wrong. You didn’t update from 18.04 to 24.04, but only the first step to 20.04. One can only update from one LTS version to the next. So you now have still to update from 20.04 to 22.04 and then from 22.04 to 24.04
… or you can set up a completely new Ubuntu 24.04 server “from scratch” and restore your previously backed up nextcloud on it.


ernolf

Ernolf,

Yes, I was wrong about the version, but do you think the problem is with the version here? I don’t think that’s the problem.

  ==============================================================================
  actual PHP related packages installed and managed by dpkg
X    Package                Version                                       Status
  ------------------------------------------------------------------------------
SAPI libapache2-mod-php7.2  7.2.34-51+ubuntu20.04.1+deb.sury.org+1          im
     \apache2handler /usr/lib/apache2/modules/libphp7.2.so <<INACTIVE
SAPI libapache2-mod-php8.2  8.2.23-1+ubuntu20.04.1+deb.sury.org+1           im
     \apache2handler /usr/lib/apache2/modules/libphp8.2.so <ACTIVE> loaded
SAPI libapache2-mod-php8.3  8.3.11-1+ubuntu20.04.1+deb.sury.org+1           im
     \apache2handler /usr/lib/apache2/modules/libphp8.3.so <<INACTIVE
META php7.2                 7.2.34-51+ubuntu20.04.1+deb.sury.org+1          im
SAPI php7.2-cli             7.2.34-51+ubuntu20.04.1+deb.sury.org+1          im
     \php binary /usr/bin/php7.2 <<INACTIVE not linked
   - php7.2-common          7.2.34-51+ubuntu20.04.1+deb.sury.org+1          im
     \included modules: calendar ctype exif fileinfo ftp gettext iconv pdo phar
       posix shmop sockets sysvmsg sysvsem sysvshm tokenizer
   - php7.2-curl            7.2.34-51+ubuntu20.04.1+deb.sury.org+1          im
     \included module: curl
   - php7.2-gd              7.2.34-51+ubuntu20.04.1+deb.sury.org+1          im
     \included module: gd
   - php7.2-intl            7.2.34-51+ubuntu20.04.1+deb.sury.org+1          im
     \included module: intl
   - php7.2-json            7.2.34-51+ubuntu20.04.1+deb.sury.org+1          im
     \included module: json
   - php7.2-mbstring        7.2.34-51+ubuntu20.04.1+deb.sury.org+1          im
     \included module: mbstring
   - php7.2-mysql           7.2.34-51+ubuntu20.04.1+deb.sury.org+1          im
     \included modules: mysqli mysqlnd pdo_mysql
   - php7.2-opcache         7.2.34-51+ubuntu20.04.1+deb.sury.org+1          im
     \included module: opcache
   - php7.2-readline        7.2.34-51+ubuntu20.04.1+deb.sury.org+1          im
     \included module: readline
   - php7.2-xml             7.2.34-51+ubuntu20.04.1+deb.sury.org+1          im
     \included modules: dom simplexml wddx xml xmlreader xmlwriter xsl
   - php7.2-zip             7.2.34-51+ubuntu20.04.1+deb.sury.org+1          im
     \included module: zip
   - php7.4-bcmath          1:7.4.33-14+ubuntu20.04.1+deb.sury.org+1        im
     \included module: bcmath
   - php7.4-bz2             1:7.4.33-14+ubuntu20.04.1+deb.sury.org+1        im
     \included module: bz2
SAPI php7.4-cli             1:7.4.33-14+ubuntu20.04.1+deb.sury.org+1        im
     \php binary /usr/bin/php7.4 <<INACTIVE not linked
   - php7.4-common          1:7.4.33-14+ubuntu20.04.1+deb.sury.org+1        im
     \included modules: calendar ctype exif ffi fileinfo ftp gettext iconv pdo
       phar posix shmop sockets sysvmsg sysvsem sysvshm tokenizer
   - php7.4-curl            1:7.4.33-14+ubuntu20.04.1+deb.sury.org+1        im
     \included module: curl
   - php7.4-dev             1:7.4.33-14+ubuntu20.04.1+deb.sury.org+1        im
SAPI php7.4-fpm             1:7.4.33-14+ubuntu20.04.1+deb.sury.org+1        im
     \listening on unix socket /run/php/php7.4-fpm.sock <<NOT CONNECTED
   - php7.4-gd              1:7.4.33-14+ubuntu20.04.1+deb.sury.org+1        im
     \included module: gd
   - php7.4-gmp             1:7.4.33-14+ubuntu20.04.1+deb.sury.org+1        im
     \included module: gmp
   - php7.4-imap            1:7.4.33-14+ubuntu20.04.1+deb.sury.org+1        im
     \included module: imap
   - php7.4-intl            1:7.4.33-14+ubuntu20.04.1+deb.sury.org+1        im
     \included module: intl
   - php7.4-json            1:7.4.33-14+ubuntu20.04.1+deb.sury.org+1        im
     \included module: json
   - php7.4-mbstring        1:7.4.33-14+ubuntu20.04.1+deb.sury.org+1        im
     \included module: mbstring
   - php7.4-mysql           1:7.4.33-14+ubuntu20.04.1+deb.sury.org+1        im
     \included modules: mysqli mysqlnd pdo_mysql
   - php7.4-opcache         1:7.4.33-14+ubuntu20.04.1+deb.sury.org+1        im
     \included module: opcache
   - php7.4-readline        1:7.4.33-14+ubuntu20.04.1+deb.sury.org+1        im
     \included module: readline
   - php7.4-soap            1:7.4.33-14+ubuntu20.04.1+deb.sury.org+1        im
     \included module: soap
   - php7.4-tidy            1:7.4.33-14+ubuntu20.04.1+deb.sury.org+1        im
     \included module: tidy
   - php7.4-xml             1:7.4.33-14+ubuntu20.04.1+deb.sury.org+1        im
     \included modules: dom simplexml xml xmlreader xmlwriter xsl
   - php7.4-xmlrpc          1:7.4.33-14+ubuntu20.04.1+deb.sury.org+1        im
     \included module: xmlrpc
   - php7.4-zip             1:7.4.33-14+ubuntu20.04.1+deb.sury.org+1        im
     \included module: zip
META php8.2                 8.2.23-1+ubuntu20.04.1+deb.sury.org+1           im
   - php8.2-bcmath          8.2.23-1+ubuntu20.04.1+deb.sury.org+1           im
     \included module: bcmath
   - php8.2-bz2             8.2.23-1+ubuntu20.04.1+deb.sury.org+1           im
     \included module: bz2
SAPI php8.2-cli             8.2.23-1+ubuntu20.04.1+deb.sury.org+1           im
     \php binary /usr/bin/php8.2 <<INACTIVE not linked
   - php8.2-common          8.2.23-1+ubuntu20.04.1+deb.sury.org+1           im
     \included modules: calendar ctype exif ffi fileinfo ftp gettext iconv pdo
       phar posix shmop sockets sysvmsg sysvsem sysvshm tokenizer
   - php8.2-curl            8.2.23-1+ubuntu20.04.1+deb.sury.org+1           im
     \included module: curl
   - php8.2-dev             8.2.23-1+ubuntu20.04.1+deb.sury.org+1           im
SAPI php8.2-fpm             8.2.23-1+ubuntu20.04.1+deb.sury.org+1           im
     \listening on unix socket /run/php/php8.2-fpm.sock <CONNECTED> apache2
   - php8.2-gd              8.2.23-1+ubuntu20.04.1+deb.sury.org+1           im
     \included module: gd
   - php8.2-gmp             8.2.23-1+ubuntu20.04.1+deb.sury.org+1           im
     \included module: gmp
   - php8.2-imap            8.2.23-1+ubuntu20.04.1+deb.sury.org+1           im
     \included module: imap
   - php8.2-intl            8.2.23-1+ubuntu20.04.1+deb.sury.org+1           im
     \included module: intl
   - php8.2-mbstring        8.2.23-1+ubuntu20.04.1+deb.sury.org+1           im
     \included module: mbstring
   - php8.2-mysql           8.2.23-1+ubuntu20.04.1+deb.sury.org+1           im
     \included modules: mysqli mysqlnd pdo_mysql
   - php8.2-opcache         8.2.23-1+ubuntu20.04.1+deb.sury.org+1           im
     \included module: opcache
   - php8.2-readline        8.2.23-1+ubuntu20.04.1+deb.sury.org+1           im
     \included module: readline
   - php8.2-soap            8.2.23-1+ubuntu20.04.1+deb.sury.org+1           im
     \included module: soap
   - php8.2-tidy            8.2.23-1+ubuntu20.04.1+deb.sury.org+1           im
     \included module: tidy
   - php8.2-xml             8.2.23-1+ubuntu20.04.1+deb.sury.org+1           im
     \included modules: dom simplexml xml xmlreader xmlwriter xsl
   - php8.2-xmlrpc          3:1.0.0~rc3-6+ubuntu20.04.1+deb.sury.org+2      im
     \included module: xmlrpc
   - php8.2-zip             8.2.23-1+ubuntu20.04.1+deb.sury.org+1           im
     \included module: zip
META php8.3                 8.3.11-1+ubuntu20.04.1+deb.sury.org+1           im
   - php8.3-apcu            5.1.23-1+ubuntu20.04.1+deb.sury.org+1           im
     \included module: apcu
   - php8.3-bcmath          8.3.11-1+ubuntu20.04.1+deb.sury.org+1           im
     \included module: bcmath
   - php8.3-bz2             8.3.11-1+ubuntu20.04.1+deb.sury.org+1           im
     \included module: bz2
SAPI php8.3-cli             8.3.11-1+ubuntu20.04.1+deb.sury.org+1           im
     \php binary /usr/bin/php8.3 <ACTIVE> linked to generic /usr/bin/php
   - php8.3-common          8.3.11-1+ubuntu20.04.1+deb.sury.org+1           im
     \included modules: calendar ctype exif ffi fileinfo ftp gettext iconv pdo
       phar posix shmop sockets sysvmsg sysvsem sysvshm tokenizer
   - php8.3-curl            8.3.11-1+ubuntu20.04.1+deb.sury.org+1           im
     \included module: curl
   - php8.3-dev             8.3.11-1+ubuntu20.04.1+deb.sury.org+1           im
SAPI php8.3-fpm             8.3.11-1+ubuntu20.04.1+deb.sury.org+1           im
     \listening on unix socket /run/php/php8.3-fpm.sock <CONNECTED> apache2
   - php8.3-gd              8.3.11-1+ubuntu20.04.1+deb.sury.org+1           im
     \included module: gd
   - php8.3-gmp             8.3.11-1+ubuntu20.04.1+deb.sury.org+1           im
     \included module: gmp
   - php8.3-igbinary        3.2.16-1+ubuntu20.04.1+deb.sury.org+1           im
     \included module: igbinary
   - php8.3-imagick         3.7.0-5+ubuntu20.04.1+deb.sury.org+1            im
     \included module: imagick
   - php8.3-imap            8.3.11-1+ubuntu20.04.1+deb.sury.org+1           im
     \included module: imap
   - php8.3-intl            8.3.11-1+ubuntu20.04.1+deb.sury.org+1           im
     \included module: intl
   - php8.3-ldap            8.3.11-1+ubuntu20.04.1+deb.sury.org+1           im
     \included module: ldap
   - php8.3-mbstring        8.3.11-1+ubuntu20.04.1+deb.sury.org+1           im
     \included module: mbstring
   - php8.3-memcached       3.2.0++-1+ubuntu20.04.1+deb.sury.org+2          im
     \included module: memcached
   - php8.3-msgpack         1:2.2.0-4+ubuntu20.04.1+deb.sury.org+1          im
     \included module: msgpack
   - php8.3-mysql           8.3.11-1+ubuntu20.04.1+deb.sury.org+1           im
     \included modules: mysqli mysqlnd pdo_mysql
   - php8.3-opcache         8.3.11-1+ubuntu20.04.1+deb.sury.org+1           im
     \included module: opcache
   - php8.3-readline        8.3.11-1+ubuntu20.04.1+deb.sury.org+1           im
     \included module: readline
   - php8.3-redis           6.0.2-1+ubuntu20.04.1+deb.sury.org+1            im
     \included module: redis
   - php8.3-smbclient       1.1.1-1+ubuntu20.04.1+deb.sury.org+2            im
     \included module: smbclient
   - php8.3-soap            8.3.11-1+ubuntu20.04.1+deb.sury.org+1           im
     \included module: soap
   - php8.3-sqlite3         8.3.11-1+ubuntu20.04.1+deb.sury.org+1           im
     \included modules: pdo_sqlite sqlite3
   - php8.3-xml             8.3.11-1+ubuntu20.04.1+deb.sury.org+1           im
     \included modules: dom simplexml xml xmlreader xmlwriter xsl
   - php8.3-xmlrpc          3:1.0.0~rc3-6+ubuntu20.04.1+deb.sury.org+2      im
     \included module: xmlrpc
   - php8.3-zip             8.3.11-1+ubuntu20.04.1+deb.sury.org+1           im
     \included module: zip
   - php-common             2:94+ubuntu20.04.1+deb.sury.org+2               im
   - php-pear               1:1.10.13+submodules+notgz+2022032202-2+ubuntu20.04.1+deb.sury.org+1im
   - pkg-php-tools          1.38                                            im
  ------------------------------------------------------------------------------
  Status: - First letter (Desired Action):    - Second letter (Package Status):
            u=Unknown - i=Install - h=Hold      a=Automatic - m=Manual
  ------------------------------------------------------------------------------
  You can switch the <ACTIVE> and <CONNECTED> version with:
                                   php-updater --switch-version

Please take a look

best,
Hastings

Yes. Your php is a complete mess.
There are various SAPI*s connected to your apache which are mutualy exclusive.
To much versions installed together.

You should run the php-updater script.
If you want to use php8.3 and the last php version you used before was php7.4, you should run

php-updater 7.4 8.3

Follow the instructions and always respond with the recommended answer to get rid of meta packages and so forth.
Make the decision what php-SAPI to be used for th comunication with the server (php module or php-fpm)
What SAPI did you use before? Was it configured well to your needs or just the defaults?

At the end run

php-updater --switch-version

and switch all SAPI’s to 8.3

and finaly, if everything is done, purge the not used php versions from your system:

sudo apt-get purge '*php7.4*' '*php8.2*'

hth.


祝你好运
ernolf

Thanks for the reply!!!
The php versions are in deed choatic… I tried to run your script php-updater --switch-version but I got a weird error.
Please see attached
`
There are multiple httpds (webservers) (apache2, caddy, lighttpd, nginx, tntnet and yaws) detected on this machine but only apache2 seems to be active.
ERROR: Module php-module-builder does not exist!
ERROR: Module php-updater does not exist!
Something went wrong while switching apache2-mod-php from version 8.3 to 8.3.

You should once more run
`

these two scripts are in the same folder.

Please let me know how I should run those scrips.

Thanks for your help!

best,
Hastings

Here is the list-installed after cleaning

 actual PHP related packages installed and managed by dpkg
X    Package                Version                                       Status
  ------------------------------------------------------------------------------
SAPI libapache2-mod-php8.3  8.3.11-1+ubuntu20.04.1+deb.sury.org+1           hm
     \apache2handler /usr/lib/apache2/modules/libphp8.3.so <<INACTIVE
META php8.3                 8.3.11-1+ubuntu20.04.1+deb.sury.org+1           hm
   - php8.3-apcu            5.1.23-1+ubuntu20.04.1+deb.sury.org+1           hm
     \included module: apcu
   - php8.3-bcmath          8.3.11-1+ubuntu20.04.1+deb.sury.org+1           hm
     \included module: bcmath
   - php8.3-bz2             8.3.11-1+ubuntu20.04.1+deb.sury.org+1           hm
     \included module: bz2
SAPI php8.3-cli             8.3.11-1+ubuntu20.04.1+deb.sury.org+1           hm
     \php binary /usr/bin/php8.3 <ACTIVE> linked to generic /usr/bin/php
   - php8.3-common          8.3.11-1+ubuntu20.04.1+deb.sury.org+1           hm
     \included modules: calendar ctype exif ffi fileinfo ftp gettext iconv pdo
       phar posix shmop sockets sysvmsg sysvsem sysvshm tokenizer
   - php8.3-curl            8.3.11-1+ubuntu20.04.1+deb.sury.org+1           hm
     \included module: curl
   - php8.3-dev             8.3.11-1+ubuntu20.04.1+deb.sury.org+1           hm
SAPI php8.3-fpm             8.3.11-1+ubuntu20.04.1+deb.sury.org+1           hm
     \listening on unix socket /run/php/php8.3-fpm.sock <CONNECTED> apache2
   - php8.3-gd              8.3.11-1+ubuntu20.04.1+deb.sury.org+1           hm
     \included module: gd
   - php8.3-gmp             8.3.11-1+ubuntu20.04.1+deb.sury.org+1           hm
     \included module: gmp
   - php8.3-igbinary        3.2.16-1+ubuntu20.04.1+deb.sury.org+1           hm
     \included module: igbinary
   - php8.3-imagick         3.7.0-5+ubuntu20.04.1+deb.sury.org+1            hm
     \included module: imagick
   - php8.3-imap            8.3.11-1+ubuntu20.04.1+deb.sury.org+1           hm
     \included module: imap
   - php8.3-intl            8.3.11-1+ubuntu20.04.1+deb.sury.org+1           hm
     \included module: intl
   - php8.3-ldap            8.3.11-1+ubuntu20.04.1+deb.sury.org+1           hm
     \included module: ldap
   - php8.3-mbstring        8.3.11-1+ubuntu20.04.1+deb.sury.org+1           hm
     \included module: mbstring
   - php8.3-memcached       3.2.0++-1+ubuntu20.04.1+deb.sury.org+2          hm
     \included module: memcached
   - php8.3-msgpack         1:2.2.0-4+ubuntu20.04.1+deb.sury.org+1          hm
     \included module: msgpack
   - php8.3-mysql           8.3.11-1+ubuntu20.04.1+deb.sury.org+1           hm
     \included modules: mysqli mysqlnd pdo_mysql
   - php8.3-opcache         8.3.11-1+ubuntu20.04.1+deb.sury.org+1           hm
     \included module: opcache
   - php8.3-readline        8.3.11-1+ubuntu20.04.1+deb.sury.org+1           hm
     \included module: readline
   - php8.3-redis           6.0.2-1+ubuntu20.04.1+deb.sury.org+1            hm
     \included module: redis
   - php8.3-smbclient       1.1.1-1+ubuntu20.04.1+deb.sury.org+2            hm
     \included module: smbclient
   - php8.3-soap            8.3.11-1+ubuntu20.04.1+deb.sury.org+1           hm
     \included module: soap
   - php8.3-sqlite3         8.3.11-1+ubuntu20.04.1+deb.sury.org+1           hm
     \included modules: pdo_sqlite sqlite3
   - php8.3-tidy            8.3.11-1+ubuntu20.04.1+deb.sury.org+1           im
     \included module: tidy
   - php8.3-xml             8.3.11-1+ubuntu20.04.1+deb.sury.org+1           hm
     \included modules: dom simplexml xml xmlreader xmlwriter xsl
   - php8.3-xmlrpc          3:1.0.0~rc3-6+ubuntu20.04.1+deb.sury.org+2      hm
     \included module: xmlrpc
   - php8.3-zip             8.3.11-1+ubuntu20.04.1+deb.sury.org+1           hm
     \included module: zip
   - php-common             2:94+ubuntu20.04.1+deb.sury.org+2               hm
   - php-pear               1:1.10.13+submodules+notgz+2022032202-2+ubuntu20.04.1+deb.sury.org+1hm
   - pkg-php-tools          1.38                                            hm
  ------------------------------------------------------------------------------
  Status: - First letter (Desired Action):    - Second letter (Package Status):
            u=Unknown - i=Install - h=Hold      a=Automatic - m=Manual
  ------------------------------------------------------------------------------

Press any key to continue or [ q ] to quit

That looks great!

Does everything run smoothly now or do you still have problems?


ernolf

Hi Ernolf,

I still have the same issue and error.

Error	PHP	
http_response_code(): Cannot set response code - headers already sent (output started at /var/www/html/nextcloud/lib/private/Files/View.php:406) at /var/www/html/nextcloud/lib/private/legacy/OC_Template.php#257

"Sep 12, 2024, 7:49:01 PM"	

Error	PHP	
http_response_code(): Cannot set response code - headers already sent (output started at /var/www/html/nextcloud/lib/private/Files/View.php:459) at /var/www/html/nextcloud/lib/private/legacy/OC_Template.php#257

"Sep 12, 2024, 7:47:54 PM"	

Error	PHP	
http_response_code(): Cannot set response code - headers already sent (output started at /var/www/html/nextcloud/lib/private/Files/View.php:459) at /var/www/html/nextcloud/lib/private/legacy/OC_Template.php#257

"Sep 12, 2024, 7:47:54 PM"	

Error	PHP	
http_response_code(): Cannot set response code - headers already sent (output started at /var/www/html/nextcloud/lib/private/Files/View.php:459) at /var/www/html/nextcloud/lib/private/legacy/OC_Template.php#257

"Sep 12, 2024, 7:46:59 PM"	

Error	PHP	
http_response_code(): Cannot set response code - headers already sent (output started at /var/www/html/nextcloud/lib/private/Files/View.php:459) at /var/www/html/nextcloud/lib/private/legacy/OC_Template.php#257

"Sep 12, 2024, 7:46:59 PM"	

Error	PHP	
http_response_code(): Cannot set response code - headers already sent (output started at /var/www/html/nextcloud/lib/private/Files/View.php:459) at /var/www/html/nextcloud/lib/private/legacy/OC_Template.php#257

"Sep 12, 2024, 7:46:59 PM"	

Error	PHP	
http_response_code(): Cannot set response code - headers already sent (output started at /var/www/html/nextcloud/lib/private/Files/View.php:459) at /var/www/html/nextcloud/lib/private/legacy/OC_Template.php#257

"Sep 12, 2024, 7:46:59 PM"	

Error	PHP	
ob_end_flush(): Failed to delete and flush buffer. No buffer to delete or flush at /var/www/html/nextcloud/3rdparty/deepdiver/zipstreamer/src/ZipStreamer.php#171

"Sep 12, 2024, 7:38:20 PM"

Best,
Hastings

Look here please:


ernolf

Hi Ernolf,

So that’s a bug… ok.
The system runs fine now, I think I just have to wait for the next update.

Thank you!