Internal Server Error after nc-restore

Nextcloud version: 27.0.1.2
Apache: 2.4.56
PHP version: 8.1.21

The issue you are facing: Internal Server Error after nc-restore

I created a backup and tried to restore it to be prepared for an emergency. However, the web access no longer works after the restore. I am new and really looking for help, Thank you!

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

Steps to replicate it:

  1. Perform nc-restore
  2. Try to access the web log-in
Internal Server Error

The server encountered an internal error and was unable to complete your request.
Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report.
More details can be found in the server log.

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

<?php
$CONFIG = array (
  'passwordsalt' => '***',
  'secret' => '***',
  'trusted_domains' =>
  array (
    0 => 'localhost',
    7 => 'nextcloudpi',
    5 => 'nextcloudpi.local',
    8 => 'nextcloudpi.lan',
    3 => 'sabarincp.duckdns.org',
    11 => '2001:871:20f:b05d:17d3:3b8a:dd47:c0c4',
    1 => '10.0.0.4',
    14 => 'nextcloudpi',
    20 => '10.0.0.4:4443',
    21 => '10.0.0.4:4443',
  ),
  'datadirectory' => '/media/myCloudDrive/ncdata/data',
  'dbtype' => 'mysql',
  'version' => '27.0.1.2',
  'overwrite.cli.url' => 'https://sabarincp.duckdns.org/',
  'dbname' => 'nextcloud',
  'dbhost' => 'localhost',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'mysql.utf8mb4' => true,
  'dbuser' => 'ncadmin',
  'dbpassword' => '***',
  'installed' => true,
  'instanceid' => 'ochghoy8fko5',
  'memcache.local' => '\\OC\\Memcache\\Redis',
  'memcache.locking' => '\\OC\\Memcache\\Redis',
  'redis' =>
  array (
    'host' => '/var/run/redis/redis.sock',
    'port' => 0,
    'timeout' => 0.0,
    'password' => '***',
  ),
  'tempdirectory' => '/media/myCloudDrive/ncdata/data/tmp',
  'mail_smtpmode' => 'sendmail',
  'mail_smtpauthtype' => 'LOGIN',
  'mail_from_address' => 'admin',
  'mail_domain' => 'ownyourbits.com',
  'preview_max_x' => '2048',
  'preview_max_y' => '2048',
  'jpeg_quality' => '60',
  'overwriteprotocol' => 'https',
  'maintenance' => false,
  'logfile' => '/media/myCloudDrive/ncdata/data/nextcloud.log',
  'trusted_proxies' =>
  array (
    11 => '127.0.0.1',
    12 => '::1',
    13 => 'sabarincp.duckdns.org',
    14 => '***',
  ),
  'loglevel' => '2',
  'log_type' => 'file',
  'data-fingerprint' => '33924a45c89c9c4d7f7a979c76717841',
);
~

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

[Thu Oct 05 20:41:24.448174 2023] [core:notice] [pid 1011:tid 548113323072] AH00094: Command line: '/usr/sbin/apache2'
[Thu Oct 05 20:42:31.694665 2023] [authz_host:error] [pid 1019:tid 547902001536] [remote 10.0.0.12:51788] AH01753: access check of 'localhost' to /ncp-output.php failed, reason: unable to get the remote host name
[Thu Oct 05 20:59:00.629226 2023] [mpm_event:notice] [pid 1011:tid 548113323072] AH00493: SIGUSR1 received.  Doing graceful restart
[Thu Oct 05 20:59:00.658148 2023] [ssl:warn] [pid 1011:tid 548113323072] AH01909: localhost:4443:0 server certificate does NOT include an ID which matches the server name
[Thu Oct 05 20:59:00.660351 2023] [mpm_event:notice] [pid 1011:tid 548113323072] AH00489: Apache/2.4.56 (Debian) OpenSSL/1.1.1n configured -- resuming normal operations
[Thu Oct 05 20:59:00.660390 2023] [core:notice] [pid 1011:tid 548113323072] AH00094: Command line: '/usr/sbin/apache2'
.htaccess
...
#### DO NOT CHANGE ANYTHING ABOVE THIS LINE ####

ErrorDocument 403 /index.php/error/403
ErrorDocument 404 /index.php/error/404
nc-restore log
[ nc-restore ] (Wed Oct 4 22:47:10 BST 2023)
check free space...
extracting backup file /media/BackUp/nextcloud-bkp_20230915_1694743204.tar.gz...
restore files...
restore database...
backing up existing /media/myCloudDrive/ncdata/data to /media/myCloudDrive/ncdata/data-2023-10-05T1696464679...
restore datadir to /media/myCloudDrive/ncdata/data...
Create subvolume '/media/myCloudDrive/ncdata/data'
Maintenance mode disabled
Installing template 'php/opcache.ini.sh'...
System config value tempdirectory set to string /media/myCloudDrive/ncdata/data/tmp
System config value logfile set to string /media/myCloudDrive/ncdata/data/nextcloud.log
System config value trusted_domains => 11 set to string 2001:871:20f:b05d:17d3:3b8a:dd47:c0c4
System config value trusted_domains => 1 set to string 10.0.0.4
System config value trusted_domains => 14 set to string nextcloudpi
warning: No domain found. Defaulting to 'nextcloudpi'
System config value trusted_domains => 3 set to string nextcloudpi
System config value overwrite.cli.url set to string https://nextcloudpi/
System config value trusted_proxies => 11 set to string 127.0.0.1
System config value trusted_proxies => 12 set to string ::1
System config value trusted_proxies => 13 set to string nextcloudpi
System config value trusted_proxies => 14 set to string 10.0.0.4
Setup notify_push (attempt 1/5)
✓ redis is configured
✓ push server is receiving redis messages
✓ push server can load mount info from database
✓ push server can connect to the Nextcloud server
✓ push server is a trusted proxy
✓ push server is running the same version as the app
configuration saved
Scanning AppData for files


[ nc-previews-auto ]
+---------+--------+--------------+
| Folders | Files | Elapsed time |
+---------+--------+--------------+
| 206115 | 208826 | 00:46:13 |
+---------+--------+--------------+
Cleanup...
ncp-report
<--! Paste this in GitHub report -->

<details>
<summary>NextcloudPi diagnostics</summary>

NextcloudPi version v1.52.4
NextcloudPi image NextCloudPi_RaspberryPi_v1.52.2.img
OS Debian GNU/Linux 11. 5.15.61-v8+ (aarch64)
automount yes
USB devices sda sdb
datadir /media/myCloudDrive/ncdata/data
data in SD no
data filesystem btrfs
data disk usage 205G/932G
rootfs usage 4.2G/57G
swapfile /var/swap
dbdir /var/lib/mysql
Nextcloud check ok
Nextcloud version 27.0.1.2
HTTPD service up
PHP service up
MariaDB service up
Redis service up
HPB service up
Postfix service up
Internet check ok
Public IPv4 REMOVED SENSITIVE VALUE
Public IPv6 REMOVED SENSITIVE VALUE
Port 80 open
Port 443 open
IP REMOVED SENSITIVE VALUE
Gateway REMOVED SENSITIVE VALUE
Interface eth0
Certificates REMOVED SENSITIVE VALUE
NAT loopback no
Uptime 1:56

</details>


<details>
<summary>Nextcloud configuration</summary>

{
“system”: {
“passwordsalt”: “REMOVED SENSITIVE VALUE”,
“secret”: “REMOVED SENSITIVE VALUE”,
“trusted_domains”: {
“0”: “localhost”,
“7”: “nextcloudpi”,
“5”: “nextcloudpi.local”,
“8”: “nextcloudpi.lan”,
“3”: “sabarincp.duckdns.org”,
“11”: “2001:871:20f:b05d:17d3:3b8a:dd47:c0c4”,
“1”: “10.0.0.4”,
“14”: “nextcloudpi”,
“20”: “10.0.0.4:4443”,
“21”: “10.0.0.4:4443”
},
“datadirectory”: “REMOVED SENSITIVE VALUE”,
“dbtype”: “mysql”,
“version”: “27.0.1.2”,
“overwrite.cli.url”: “https://sabarincp.duckdns.org/”,
“dbname”: “REMOVED SENSITIVE VALUE”,
“dbhost”: “REMOVED SENSITIVE VALUE”,
“dbport”: “”,
“dbtableprefix”: “oc_”,
“mysql.utf8mb4”: true,
“dbuser”: “REMOVED SENSITIVE VALUE”,
“dbpassword”: “REMOVED SENSITIVE VALUE”,
“installed”: true,
“instanceid”: “REMOVED SENSITIVE VALUE”,
“memcache.local”: “\OC\Memcache\Redis”,
“memcache.locking”: “\OC\Memcache\Redis”,
“redis”: {
“host”: “REMOVED SENSITIVE VALUE”,
“port”: 0,
“timeout”: 0,
“password”: “REMOVED SENSITIVE VALUE
},
“tempdirectory”: “/media/myCloudDrive/ncdata/data/tmp”,
“mail_smtpmode”: “sendmail”,
“mail_smtpauthtype”: “LOGIN”,
“mail_from_address”: “REMOVED SENSITIVE VALUE”,
“mail_domain”: “REMOVED SENSITIVE VALUE”,
“preview_max_x”: “2048”,
“preview_max_y”: “2048”,
“jpeg_quality”: “60”,
“overwriteprotocol”: “https”,
“maintenance”: false,
“logfile”: “/media/myCloudDrive/ncdata/data/nextcloud.log”,
“trusted_proxies”: “REMOVED SENSITIVE VALUE”,
“loglevel”: “2”,
“log_type”: “file”,
“data-fingerprint”: “33924a45c89c9c4d7f7a979c76717841”
}
}

</details>


<details>
<summary>HTTPd logs</summary>

[Thu Oct 05 20:26:35.706148 2023] [proxy_fcgi:error] [pid 39390:tid 548235907456] [remote 10.0.0.12:49775] AH01067: Failed to read FastCGI header
[Thu Oct 05 20:26:35.706294 2023] [proxy_fcgi:error] [pid 39390:tid 548235907456] (104)Connection reset by peer: [remote 10.0.0.12:49775] AH01075: Error dispatching request to :4443:
[Thu Oct 05 20:26:36.512239 2023] [proxy_fcgi:error] [pid 39390:tid 548269478272] [remote 10.0.0.12:49799] AH01067: Failed to read FastCGI header
[Thu Oct 05 20:26:36.512340 2023] [proxy_fcgi:error] [pid 39390:tid 548269478272] (104)Connection reset by peer: [remote 10.0.0.12:49799] AH01075: Error dispatching request to :4443:
[Thu Oct 05 20:41:06.744740 2023] [mpm_event:notice] [pid 638:tid 548295881792] AH00492: caught SIGWINCH, shutting down gracefully
[Thu Oct 05 20:41:06.832862 2023] [proxy_fcgi:error] [pid 39390:tid 548143407488] [remote 10.0.0.12:51355] AH01067: Failed to read FastCGI header
[Thu Oct 05 20:41:06.832998 2023] [proxy_fcgi:error] [pid 39390:tid 548143407488] (104)Connection reset by peer: [remote 10.0.0.12:51355] AH01075: Error dispatching request to :4443:
[Thu Oct 05 20:41:10.240861 2023] [core:warn] [pid 638:tid 548295881792] AH00045: child process 39390 still did not exit, sending a SIGTERM
[Thu Oct 05 20:41:12.243068 2023] [core:warn] [pid 638:tid 548295881792] AH00045: child process 39390 still did not exit, sending a SIGTERM
[Thu Oct 05 20:41:14.245380 2023] [core:warn] [pid 638:tid 548295881792] AH00045: child process 39390 still did not exit, sending a SIGTERM
[Thu Oct 05 20:41:16.247675 2023] [core:error] [pid 638:tid 548295881792] AH00046: child process 39390 still did not exit, sending a SIGKILL
[Thu Oct 05 20:41:24.370624 2023] [ssl:warn] [pid 566:tid 548113323072] AH01909: localhost:4443:0 server certificate does NOT include an ID which matches the server name
[Thu Oct 05 20:41:24.441050 2023] [ssl:warn] [pid 1011:tid 548113323072] AH01909: localhost:4443:0 server certificate does NOT include an ID which matches the server name
[Thu Oct 05 20:41:24.448027 2023] [mpm_event:notice] [pid 1011:tid 548113323072] AH00489: Apache/2.4.56 (Debian) OpenSSL/1.1.1n configured – resuming normal operations
[Thu Oct 05 20:41:24.448174 2023] [core:notice] [pid 1011:tid 548113323072] AH00094: Command line: ‘/usr/sbin/apache2’
[Thu Oct 05 20:42:31.694665 2023] [authz_host:error] [pid 1019:tid 547902001536] [remote 10.0.0.12:51788] AH01753: access check of ‘localhost’ to /ncp-output.php failed, reason: unable to get the remote host name
[Thu Oct 05 20:59:00.629226 2023] [mpm_event:notice] [pid 1011:tid 548113323072] AH00493: SIGUSR1 received. Doing graceful restart
[Thu Oct 05 20:59:00.658148 2023] [ssl:warn] [pid 1011:tid 548113323072] AH01909: localhost:4443:0 server certificate does NOT include an ID which matches the server name
[Thu Oct 05 20:59:00.660351 2023] [mpm_event:notice] [pid 1011:tid 548113323072] AH00489: Apache/2.4.56 (Debian) OpenSSL/1.1.1n configured – resuming normal operations
[Thu Oct 05 20:59:00.660390 2023] [core:notice] [pid 1011:tid 548113323072] AH00094: Command line: ‘/usr/sbin/apache2’

</details>


<details>
<summary>Database logs</summary>

tail: cannot open ‘/var/log/mysql/*.log’ for reading: No such file or directory

</details>


<details>
<summary>Nextcloud logs</summary>

{“reqId”:“ZR8lSd7DNhH2xkyje23-pAAAAJA”,“level”:3,“time”:“2023-10-05T21:06:17+00:00”,“remoteAddr”:“45.116.219.5”,“user”:“–”,“app”:“PHP”,“method”:“GET”,“url”:“/index.php/login”,“message”:“file_put_contents(/media/myCloudDrive/ncdata/data/appdata_ochghoy8fko5/js/core/merged-template-prepend.js): Failed to open stream: No such file or directory at /var/www/nextcloud/lib/private/Files/Storage/Local.php#313”,“userAgent”:“Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36”,“version”:“27.0.1.2”,“data”:{“app”:“PHP”}}
{“reqId”:“ZR8lSd7DNhH2xkyje23-pAAAAJA”,“level”:3,“time”:“2023-10-05T21:06:17+00:00”,“remoteAddr”:“45.116.219.5”,“user”:“–”,“app”:“index”,“method”:“GET”,“url”:“/index.php/login”,“message”:“file_put_contents failed”,“userAgent”:“Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36”,“version”:“27.0.1.2”,“exception”:{“Exception”:“OCP\Files\GenericFileException”,“Message”:“file_put_contents failed”,“Code”:0,“Trace”:[{“file”:“/var/www/nextcloud/lib/private/Files/SimpleFS/SimpleFile.php”,“line”:92,“function”:“putContent”,“class”:“OC\Files\Node\File”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/JSCombiner.php”,“line”:193,“function”:“putContent”,“class”:“OC\Files\SimpleFS\SimpleFile”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/JSCombiner.php”,“line”:96,“function”:“cache”,“class”:“OC\Template\JSCombiner”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/JSResourceLocator.php”,“line”:145,“function”:“process”,“class”:“OC\Template\JSCombiner”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/JSResourceLocator.php”,“line”:75,“function”:“cacheAndAppendCombineJsonIfExist”,“class”:“OC\Template\JSResourceLocator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/ResourceLocator.php”,“line”:73,“function”:“doFind”,“class”:“OC\Template\JSResourceLocator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/TemplateLayout.php”,“line”:377,“function”:“find”,“class”:“OC\Template\ResourceLocator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/TemplateLayout.php”,“line”:222,“function”:“findJavascriptFiles”,“class”:“OC\TemplateLayout”,“type”:“::”},{“file”:“/var/www/nextcloud/lib/private/legacy/OC_Template.php”,“line”:182,“function”:“__construct”,“class”:“OC\TemplateLayout”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/public/AppFramework/Http/TemplateResponse.php”,“line”:213,“function”:“fetchPage”,“class”:“OC_Template”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php”,“line”:182,“function”:“render”,“class”:“OCP\AppFramework\Http\TemplateResponse”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/App.php”,“line”:183,“function”:“dispatch”,“class”:“OC\AppFramework\Http\Dispatcher”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Route/Router.php”,“line”:315,“function”:“main”,“class”:“OC\AppFramework\App”,“type”:“::”},{“file”:“/var/www/nextcloud/lib/base.php”,“line”:1071,“function”:“match”,“class”:“OC\Route\Router”,“type”:“->”},{“file”:“/var/www/nextcloud/index.php”,“line”:36,“function”:“handleRequest”,“class”:“OC”,“type”:“::”}],“File”:“/var/www/nextcloud/lib/private/Files/Node/File.php”,“Line”:74,“CustomMessage”:“–”}}
{“reqId”:“ZR8lSd7DNhH2xkyje23-pAAAAJA”,“level”:3,“time”:“2023-10-05T21:06:17+00:00”,“remoteAddr”:“45.116.219.5”,“user”:“–”,“app”:“PHP”,“method”:“GET”,“url”:“/index.php/login”,“message”:“file_put_contents(/media/myCloudDrive/ncdata/data/appdata_ochghoy8fko5/js/core/merged-template-prepend.js): Failed to open stream: No such file or directory at /var/www/nextcloud/lib/private/Files/Storage/Local.php#313”,“userAgent”:“Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36”,“version”:“27.0.1.2”,“data”:{“app”:“PHP”}}
{“reqId”:“ZR8lSd7DNhH2xkyje23-pAAAAJA”,“level”:3,“time”:“2023-10-05T21:06:17+00:00”,“remoteAddr”:“45.116.219.5”,“user”:“–”,“app”:“core”,“method”:“GET”,“url”:“/index.php/login”,“message”:“file_put_contents failed”,“userAgent”:“Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36”,“version”:“27.0.1.2”,“exception”:{“Exception”:“OCP\Files\GenericFileException”,“Message”:“file_put_contents failed”,“Code”:0,“Trace”:[{“file”:“/var/www/nextcloud/lib/private/Files/SimpleFS/SimpleFile.php”,“line”:92,“function”:“putContent”,“class”:“OC\Files\Node\File”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/JSCombiner.php”,“line”:193,“function”:“putContent”,“class”:“OC\Files\SimpleFS\SimpleFile”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/JSCombiner.php”,“line”:96,“function”:“cache”,“class”:“OC\Template\JSCombiner”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/JSResourceLocator.php”,“line”:145,“function”:“process”,“class”:“OC\Template\JSCombiner”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/JSResourceLocator.php”,“line”:75,“function”:“cacheAndAppendCombineJsonIfExist”,“class”:“OC\Template\JSResourceLocator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/ResourceLocator.php”,“line”:73,“function”:“doFind”,“class”:“OC\Template\JSResourceLocator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/TemplateLayout.php”,“line”:377,“function”:“find”,“class”:“OC\Template\ResourceLocator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/TemplateLayout.php”,“line”:222,“function”:“findJavascriptFiles”,“class”:“OC\TemplateLayout”,“type”:“::”},{“file”:“/var/www/nextcloud/lib/private/legacy/OC_Template.php”,“line”:182,“function”:“__construct”,“class”:“OC\TemplateLayout”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/public/AppFramework/Http/TemplateResponse.php”,“line”:213,“function”:“fetchPage”,“class”:“OC_Template”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php”,“line”:182,“function”:“render”,“class”:“OCP\AppFramework\Http\TemplateResponse”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/App.php”,“line”:183,“function”:“dispatch”,“class”:“OC\AppFramework\Http\Dispatcher”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Route/Router.php”,“line”:315,“function”:“main”,“class”:“OC\AppFramework\App”,“type”:“::”},{“file”:“/var/www/nextcloud/lib/base.php”,“line”:1071,“function”:“match”,“class”:“OC\Route\Router”,“type”:“->”},{“file”:“/var/www/nextcloud/index.php”,“line”:36,“function”:“handleRequest”,“class”:“OC”,“type”:“::”}],“File”:“/var/www/nextcloud/lib/private/Files/Node/File.php”,“Line”:74,“CustomMessage”:“–”}}
{“reqId”:“ZR8lSd7DNhH2xkyje23-pAAAAJA”,“level”:3,“time”:“2023-10-05T21:06:17+00:00”,“remoteAddr”:“45.116.219.5”,“user”:“–”,“app”:“core”,“method”:“GET”,“url”:“/index.php/login”,“message”:“file_put_contents failed”,“userAgent”:“Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36”,“version”:“27.0.1.2”,“exception”:{“Exception”:“OCP\Files\GenericFileException”,“Message”:“file_put_contents failed”,“Code”:0,“Trace”:[{“file”:“/var/www/nextcloud/lib/private/Files/SimpleFS/SimpleFile.php”,“line”:92,“function”:“putContent”,“class”:“OC\Files\Node\File”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/JSCombiner.php”,“line”:193,“function”:“putContent”,“class”:“OC\Files\SimpleFS\SimpleFile”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/JSCombiner.php”,“line”:96,“function”:“cache”,“class”:“OC\Template\JSCombiner”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/JSResourceLocator.php”,“line”:145,“function”:“process”,“class”:“OC\Template\JSCombiner”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/JSResourceLocator.php”,“line”:75,“function”:“cacheAndAppendCombineJsonIfExist”,“class”:“OC\Template\JSResourceLocator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/ResourceLocator.php”,“line”:73,“function”:“doFind”,“class”:“OC\Template\JSResourceLocator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/TemplateLayout.php”,“line”:377,“function”:“find”,“class”:“OC\Template\ResourceLocator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/TemplateLayout.php”,“line”:222,“function”:“findJavascriptFiles”,“class”:“OC\TemplateLayout”,“type”:“::”},{“file”:“/var/www/nextcloud/lib/private/legacy/OC_Template.php”,“line”:182,“function”:“__construct”,“class”:“OC\TemplateLayout”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/Base.php”,“line”:132,“function”:“fetchPage”,“class”:“OC_Template”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/legacy/OC_Template.php”,“line”:331,“function”:“printPage”,“class”:“OC\Template\Base”,“type”:“->”},{“file”:“/var/www/nextcloud/index.php”,“line”:74,“function”:“printExceptionErrorPage”,“class”:“OC_Template”,“type”:“::”}],“File”:“/var/www/nextcloud/lib/private/Files/Node/File.php”,“Line”:74,“CustomMessage”:“–”}}
{“reqId”:“ZR8laVAhyZNXUO14YplRuAAAAAk”,“level”:3,“time”:“2023-10-05T21:06:49+00:00”,“remoteAddr”:“172.59.153.190”,“user”:“–”,“app”:“PHP”,“method”:“GET”,“url”:“/index.php/login”,“message”:“file_put_contents(/media/myCloudDrive/ncdata/data/appdata_ochghoy8fko5/js/core/merged-template-prepend.js): Failed to open stream: No such file or directory at /var/www/nextcloud/lib/private/Files/Storage/Local.php#313”,“userAgent”:“Mozilla/5.0 (Linux; Android 13; SM-G998U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Mobile Safari/537.36”,“version”:“27.0.1.2”,“data”:{“app”:“PHP”}}
{“reqId”:“ZR8laVAhyZNXUO14YplRuAAAAAk”,“level”:3,“time”:“2023-10-05T21:06:49+00:00”,“remoteAddr”:“172.59.153.190”,“user”:“–”,“app”:“index”,“method”:“GET”,“url”:“/index.php/login”,“message”:“file_put_contents failed”,“userAgent”:“Mozilla/5.0 (Linux; Android 13; SM-G998U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Mobile Safari/537.36”,“version”:“27.0.1.2”,“exception”:{“Exception”:“OCP\Files\GenericFileException”,“Message”:“file_put_contents failed”,“Code”:0,“Trace”:[{“file”:“/var/www/nextcloud/lib/private/Files/SimpleFS/SimpleFile.php”,“line”:92,“function”:“putContent”,“class”:“OC\Files\Node\File”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/JSCombiner.php”,“line”:193,“function”:“putContent”,“class”:“OC\Files\SimpleFS\SimpleFile”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/JSCombiner.php”,“line”:96,“function”:“cache”,“class”:“OC\Template\JSCombiner”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/JSResourceLocator.php”,“line”:145,“function”:“process”,“class”:“OC\Template\JSCombiner”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/JSResourceLocator.php”,“line”:75,“function”:“cacheAndAppendCombineJsonIfExist”,“class”:“OC\Template\JSResourceLocator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/ResourceLocator.php”,“line”:73,“function”:“doFind”,“class”:“OC\Template\JSResourceLocator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/TemplateLayout.php”,“line”:377,“function”:“find”,“class”:“OC\Template\ResourceLocator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/TemplateLayout.php”,“line”:222,“function”:“findJavascriptFiles”,“class”:“OC\TemplateLayout”,“type”:“::”},{“file”:“/var/www/nextcloud/lib/private/legacy/OC_Template.php”,“line”:182,“function”:“__construct”,“class”:“OC\TemplateLayout”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/public/AppFramework/Http/TemplateResponse.php”,“line”:213,“function”:“fetchPage”,“class”:“OC_Template”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php”,“line”:182,“function”:“render”,“class”:“OCP\AppFramework\Http\TemplateResponse”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/App.php”,“line”:183,“function”:“dispatch”,“class”:“OC\AppFramework\Http\Dispatcher”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Route/Router.php”,“line”:315,“function”:“main”,“class”:“OC\AppFramework\App”,“type”:“::”},{“file”:“/var/www/nextcloud/lib/base.php”,“line”:1071,“function”:“match”,“class”:“OC\Route\Router”,“type”:“->”},{“file”:“/var/www/nextcloud/index.php”,“line”:36,“function”:“handleRequest”,“class”:“OC”,“type”:“::”}],“File”:“/var/www/nextcloud/lib/private/Files/Node/File.php”,“Line”:74,“CustomMessage”:“–”}}
{“reqId”:“ZR8laVAhyZNXUO14YplRuAAAAAk”,“level”:3,“time”:“2023-10-05T21:06:49+00:00”,“remoteAddr”:“172.59.153.190”,“user”:“–”,“app”:“PHP”,“method”:“GET”,“url”:“/index.php/login”,“message”:“file_put_contents(/media/myCloudDrive/ncdata/data/appdata_ochghoy8fko5/js/core/merged-template-prepend.js): Failed to open stream: No such file or directory at /var/www/nextcloud/lib/private/Files/Storage/Local.php#313”,“userAgent”:“Mozilla/5.0 (Linux; Android 13; SM-G998U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Mobile Safari/537.36”,“version”:“27.0.1.2”,“data”:{“app”:“PHP”}}
{“reqId”:“ZR8laVAhyZNXUO14YplRuAAAAAk”,“level”:3,“time”:“2023-10-05T21:06:49+00:00”,“remoteAddr”:“172.59.153.190”,“user”:“–”,“app”:“core”,“method”:“GET”,“url”:“/index.php/login”,“message”:“file_put_contents failed”,“userAgent”:“Mozilla/5.0 (Linux; Android 13; SM-G998U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Mobile Safari/537.36”,“version”:“27.0.1.2”,“exception”:{“Exception”:“OCP\Files\GenericFileException”,“Message”:“file_put_contents failed”,“Code”:0,“Trace”:[{“file”:“/var/www/nextcloud/lib/private/Files/SimpleFS/SimpleFile.php”,“line”:92,“function”:“putContent”,“class”:“OC\Files\Node\File”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/JSCombiner.php”,“line”:193,“function”:“putContent”,“class”:“OC\Files\SimpleFS\SimpleFile”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/JSCombiner.php”,“line”:96,“function”:“cache”,“class”:“OC\Template\JSCombiner”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/JSResourceLocator.php”,“line”:145,“function”:“process”,“class”:“OC\Template\JSCombiner”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/JSResourceLocator.php”,“line”:75,“function”:“cacheAndAppendCombineJsonIfExist”,“class”:“OC\Template\JSResourceLocator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/ResourceLocator.php”,“line”:73,“function”:“doFind”,“class”:“OC\Template\JSResourceLocator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/TemplateLayout.php”,“line”:377,“function”:“find”,“class”:“OC\Template\ResourceLocator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/TemplateLayout.php”,“line”:222,“function”:“findJavascriptFiles”,“class”:“OC\TemplateLayout”,“type”:“::”},{“file”:“/var/www/nextcloud/lib/private/legacy/OC_Template.php”,“line”:182,“function”:“__construct”,“class”:“OC\TemplateLayout”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/public/AppFramework/Http/TemplateResponse.php”,“line”:213,“function”:“fetchPage”,“class”:“OC_Template”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php”,“line”:182,“function”:“render”,“class”:“OCP\AppFramework\Http\TemplateResponse”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/App.php”,“line”:183,“function”:“dispatch”,“class”:“OC\AppFramework\Http\Dispatcher”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Route/Router.php”,“line”:315,“function”:“main”,“class”:“OC\AppFramework\App”,“type”:“::”},{“file”:“/var/www/nextcloud/lib/base.php”,“line”:1071,“function”:“match”,“class”:“OC\Route\Router”,“type”:“->”},{“file”:“/var/www/nextcloud/index.php”,“line”:36,“function”:“handleRequest”,“class”:“OC”,“type”:“::”}],“File”:“/var/www/nextcloud/lib/private/Files/Node/File.php”,“Line”:74,“CustomMessage”:“–”}}
{“reqId”:“ZR8laVAhyZNXUO14YplRuAAAAAk”,“level”:3,“time”:“2023-10-05T21:06:49+00:00”,“remoteAddr”:“172.59.153.190”,“user”:“–”,“app”:“core”,“method”:“GET”,“url”:“/index.php/login”,“message”:“file_put_contents failed”,“userAgent”:“Mozilla/5.0 (Linux; Android 13; SM-G998U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Mobile Safari/537.36”,“version”:“27.0.1.2”,“exception”:{“Exception”:“OCP\Files\GenericFileException”,“Message”:“file_put_contents failed”,“Code”:0,“Trace”:[{“file”:“/var/www/nextcloud/lib/private/Files/SimpleFS/SimpleFile.php”,“line”:92,“function”:“putContent”,“class”:“OC\Files\Node\File”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/JSCombiner.php”,“line”:193,“function”:“putContent”,“class”:“OC\Files\SimpleFS\SimpleFile”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/JSCombiner.php”,“line”:96,“function”:“cache”,“class”:“OC\Template\JSCombiner”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/JSResourceLocator.php”,“line”:145,“function”:“process”,“class”:“OC\Template\JSCombiner”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/JSResourceLocator.php”,“line”:75,“function”:“cacheAndAppendCombineJsonIfExist”,“class”:“OC\Template\JSResourceLocator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/ResourceLocator.php”,“line”:73,“function”:“doFind”,“class”:“OC\Template\JSResourceLocator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/TemplateLayout.php”,“line”:377,“function”:“find”,“class”:“OC\Template\ResourceLocator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/TemplateLayout.php”,“line”:222,“function”:“findJavascriptFiles”,“class”:“OC\TemplateLayout”,“type”:“::”},{“file”:“/var/www/nextcloud/lib/private/legacy/OC_Template.php”,“line”:182,“function”:“__construct”,“class”:“OC\TemplateLayout”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/Base.php”,“line”:132,“function”:“fetchPage”,“class”:“OC_Template”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/legacy/OC_Template.php”,“line”:331,“function”:“printPage”,“class”:“OC\Template\Base”,“type”:“->”},{“file”:“/var/www/nextcloud/index.php”,“line”:74,“function”:“printExceptionErrorPage”,“class”:“OC_Template”,“type”:“::”}],“File”:“/var/www/nextcloud/lib/private/Files/Node/File.php”,“Line”:74,“CustomMessage”:“–”}}
{“reqId”:“ZR8n-FAhyZNXUO14YplRugAABAc”,“level”:3,“time”:“2023-10-05T21:17:45+00:00”,“remoteAddr”:“10.0.0.12”,“user”:“–”,“app”:“PHP”,“method”:“GET”,“url”:“/index.php/login”,“message”:“file_put_contents(/media/myCloudDrive/ncdata/data/appdata_ochghoy8fko5/js/core/merged-template-prepend.js): Failed to open stream: No such file or directory at /var/www/nextcloud/lib/private/Files/Storage/Local.php#313”,“userAgent”:“Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36”,“version”:“27.0.1.2”,“data”:{“app”:“PHP”}}
{“reqId”:“ZR8n-FAhyZNXUO14YplRugAABAc”,“level”:3,“time”:“2023-10-05T21:17:45+00:00”,“remoteAddr”:“10.0.0.12”,“user”:“–”,“app”:“index”,“method”:“GET”,“url”:“/index.php/login”,“message”:“file_put_contents failed”,“userAgent”:“Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36”,“version”:“27.0.1.2”,“exception”:{“Exception”:“OCP\Files\GenericFileException”,“Message”:“file_put_contents failed”,“Code”:0,“Trace”:[{“file”:“/var/www/nextcloud/lib/private/Files/SimpleFS/SimpleFile.php”,“line”:92,“function”:“putContent”,“class”:“OC\Files\Node\File”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/JSCombiner.php”,“line”:193,“function”:“putContent”,“class”:“OC\Files\SimpleFS\SimpleFile”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/JSCombiner.php”,“line”:96,“function”:“cache”,“class”:“OC\Template\JSCombiner”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/JSResourceLocator.php”,“line”:145,“function”:“process”,“class”:“OC\Template\JSCombiner”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/JSResourceLocator.php”,“line”:75,“function”:“cacheAndAppendCombineJsonIfExist”,“class”:“OC\Template\JSResourceLocator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/ResourceLocator.php”,“line”:73,“function”:“doFind”,“class”:“OC\Template\JSResourceLocator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/TemplateLayout.php”,“line”:377,“function”:“find”,“class”:“OC\Template\ResourceLocator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/TemplateLayout.php”,“line”:222,“function”:“findJavascriptFiles”,“class”:“OC\TemplateLayout”,“type”:“::”},{“file”:“/var/www/nextcloud/lib/private/legacy/OC_Template.php”,“line”:182,“function”:“__construct”,“class”:“OC\TemplateLayout”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/public/AppFramework/Http/TemplateResponse.php”,“line”:213,“function”:“fetchPage”,“class”:“OC_Template”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php”,“line”:182,“function”:“render”,“class”:“OCP\AppFramework\Http\TemplateResponse”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/App.php”,“line”:183,“function”:“dispatch”,“class”:“OC\AppFramework\Http\Dispatcher”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Route/Router.php”,“line”:315,“function”:“main”,“class”:“OC\AppFramework\App”,“type”:“::”},{“file”:“/var/www/nextcloud/lib/base.php”,“line”:1071,“function”:“match”,“class”:“OC\Route\Router”,“type”:“->”},{“file”:“/var/www/nextcloud/index.php”,“line”:36,“function”:“handleRequest”,“class”:“OC”,“type”:“::”}],“File”:“/var/www/nextcloud/lib/private/Files/Node/File.php”,“Line”:74,“CustomMessage”:“–”}}
{“reqId”:“ZR8n-FAhyZNXUO14YplRugAABAc”,“level”:3,“time”:“2023-10-05T21:17:45+00:00”,“remoteAddr”:“10.0.0.12”,“user”:“–”,“app”:“PHP”,“method”:“GET”,“url”:“/index.php/login”,“message”:“file_put_contents(/media/myCloudDrive/ncdata/data/appdata_ochghoy8fko5/js/core/merged-template-prepend.js): Failed to open stream: No such file or directory at /var/www/nextcloud/lib/private/Files/Storage/Local.php#313”,“userAgent”:“Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36”,“version”:“27.0.1.2”,“data”:{“app”:“PHP”}}
{“reqId”:“ZR8n-FAhyZNXUO14YplRugAABAc”,“level”:3,“time”:“2023-10-05T21:17:45+00:00”,“remoteAddr”:“10.0.0.12”,“user”:“–”,“app”:“core”,“method”:“GET”,“url”:“/index.php/login”,“message”:“file_put_contents failed”,“userAgent”:“Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36”,“version”:“27.0.1.2”,“exception”:{“Exception”:“OCP\Files\GenericFileException”,“Message”:“file_put_contents failed”,“Code”:0,“Trace”:[{“file”:“/var/www/nextcloud/lib/private/Files/SimpleFS/SimpleFile.php”,“line”:92,“function”:“putContent”,“class”:“OC\Files\Node\File”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/JSCombiner.php”,“line”:193,“function”:“putContent”,“class”:“OC\Files\SimpleFS\SimpleFile”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/JSCombiner.php”,“line”:96,“function”:“cache”,“class”:“OC\Template\JSCombiner”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/JSResourceLocator.php”,“line”:145,“function”:“process”,“class”:“OC\Template\JSCombiner”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/JSResourceLocator.php”,“line”:75,“function”:“cacheAndAppendCombineJsonIfExist”,“class”:“OC\Template\JSResourceLocator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/ResourceLocator.php”,“line”:73,“function”:“doFind”,“class”:“OC\Template\JSResourceLocator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/TemplateLayout.php”,“line”:377,“function”:“find”,“class”:“OC\Template\ResourceLocator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/TemplateLayout.php”,“line”:222,“function”:“findJavascriptFiles”,“class”:“OC\TemplateLayout”,“type”:“::”},{“file”:“/var/www/nextcloud/lib/private/legacy/OC_Template.php”,“line”:182,“function”:“__construct”,“class”:“OC\TemplateLayout”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/public/AppFramework/Http/TemplateResponse.php”,“line”:213,“function”:“fetchPage”,“class”:“OC_Template”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php”,“line”:182,“function”:“render”,“class”:“OCP\AppFramework\Http\TemplateResponse”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/App.php”,“line”:183,“function”:“dispatch”,“class”:“OC\AppFramework\Http\Dispatcher”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Route/Router.php”,“line”:315,“function”:“main”,“class”:“OC\AppFramework\App”,“type”:“::”},{“file”:“/var/www/nextcloud/lib/base.php”,“line”:1071,“function”:“match”,“class”:“OC\Route\Router”,“type”:“->”},{“file”:“/var/www/nextcloud/index.php”,“line”:36,“function”:“handleRequest”,“class”:“OC”,“type”:“::”}],“File”:“/var/www/nextcloud/lib/private/Files/Node/File.php”,“Line”:74,“CustomMessage”:“–”}}
{“reqId”:“ZR8n-FAhyZNXUO14YplRugAABAc”,“level”:3,“time”:“2023-10-05T21:17:45+00:00”,“remoteAddr”:“10.0.0.12”,“user”:“–”,“app”:“core”,“method”:“GET”,“url”:“/index.php/login”,“message”:“file_put_contents failed”,“userAgent”:“Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36”,“version”:“27.0.1.2”,“exception”:{“Exception”:“OCP\Files\GenericFileException”,“Message”:“file_put_contents failed”,“Code”:0,“Trace”:[{“file”:“/var/www/nextcloud/lib/private/Files/SimpleFS/SimpleFile.php”,“line”:92,“function”:“putContent”,“class”:“OC\Files\Node\File”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/JSCombiner.php”,“line”:193,“function”:“putContent”,“class”:“OC\Files\SimpleFS\SimpleFile”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/JSCombiner.php”,“line”:96,“function”:“cache”,“class”:“OC\Template\JSCombiner”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/JSResourceLocator.php”,“line”:145,“function”:“process”,“class”:“OC\Template\JSCombiner”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/JSResourceLocator.php”,“line”:75,“function”:“cacheAndAppendCombineJsonIfExist”,“class”:“OC\Template\JSResourceLocator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/ResourceLocator.php”,“line”:73,“function”:“doFind”,“class”:“OC\Template\JSResourceLocator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/TemplateLayout.php”,“line”:377,“function”:“find”,“class”:“OC\Template\ResourceLocator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/TemplateLayout.php”,“line”:222,“function”:“findJavascriptFiles”,“class”:“OC\TemplateLayout”,“type”:“::”},{“file”:“/var/www/nextcloud/lib/private/legacy/OC_Template.php”,“line”:182,“function”:“__construct”,“class”:“OC\TemplateLayout”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/Base.php”,“line”:132,“function”:“fetchPage”,“class”:“OC_Template”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/legacy/OC_Template.php”,“line”:331,“function”:“printPage”,“class”:“OC\Template\Base”,“type”:“->”},{“file”:“/var/www/nextcloud/index.php”,“line”:74,“function”:“printExceptionErrorPage”,“class”:“OC_Template”,“type”:“::”}],“File”:“/var/www/nextcloud/lib/private/Files/Node/File.php”,“Line”:74,“CustomMessage”:“–”}}
{“reqId”:“ZR8q297DNhH2xkyje23-pwAAjhg”,“level”:3,“time”:“2023-10-05T21:30:04+00:00”,“remoteAddr”:“10.0.0.12”,“user”:“–”,“app”:“PHP”,“method”:“GET”,“url”:“/index.php/login”,“message”:“file_put_contents(/media/myCloudDrive/ncdata/data/appdata_ochghoy8fko5/js/core/merged-template-prepend.js): Failed to open stream: No such file or directory at /var/www/nextcloud/lib/private/Files/Storage/Local.php#313”,“userAgent”:“Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36”,“version”:“27.0.1.2”,“data”:{“app”:“PHP”}}
{“reqId”:“ZR8q297DNhH2xkyje23-pwAAjhg”,“level”:3,“time”:“2023-10-05T21:30:04+00:00”,“remoteAddr”:“10.0.0.12”,“user”:“–”,“app”:“index”,“method”:“GET”,“url”:“/index.php/login”,“message”:“file_put_contents failed”,“userAgent”:“Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36”,“version”:“27.0.1.2”,“exception”:{“Exception”:“OCP\Files\GenericFileException”,“Message”:“file_put_contents failed”,“Code”:0,“Trace”:[{“file”:“/var/www/nextcloud/lib/private/Files/SimpleFS/SimpleFile.php”,“line”:92,“function”:“putContent”,“class”:“OC\Files\Node\File”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/JSCombiner.php”,“line”:193,“function”:“putContent”,“class”:“OC\Files\SimpleFS\SimpleFile”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/JSCombiner.php”,“line”:96,“function”:“cache”,“class”:“OC\Template\JSCombiner”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/JSResourceLocator.php”,“line”:145,“function”:“process”,“class”:“OC\Template\JSCombiner”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/JSResourceLocator.php”,“line”:75,“function”:“cacheAndAppendCombineJsonIfExist”,“class”:“OC\Template\JSResourceLocator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/ResourceLocator.php”,“line”:73,“function”:“doFind”,“class”:“OC\Template\JSResourceLocator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/TemplateLayout.php”,“line”:377,“function”:“find”,“class”:“OC\Template\ResourceLocator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/TemplateLayout.php”,“line”:222,“function”:“findJavascriptFiles”,“class”:“OC\TemplateLayout”,“type”:“::”},{“file”:“/var/www/nextcloud/lib/private/legacy/OC_Template.php”,“line”:182,“function”:“__construct”,“class”:“OC\TemplateLayout”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/public/AppFramework/Http/TemplateResponse.php”,“line”:213,“function”:“fetchPage”,“class”:“OC_Template”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php”,“line”:182,“function”:“render”,“class”:“OCP\AppFramework\Http\TemplateResponse”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/App.php”,“line”:183,“function”:“dispatch”,“class”:“OC\AppFramework\Http\Dispatcher”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Route/Router.php”,“line”:315,“function”:“main”,“class”:“OC\AppFramework\App”,“type”:“::”},{“file”:“/var/www/nextcloud/lib/base.php”,“line”:1071,“function”:“match”,“class”:“OC\Route\Router”,“type”:“->”},{“file”:“/var/www/nextcloud/index.php”,“line”:36,“function”:“handleRequest”,“class”:“OC”,“type”:“::”}],“File”:“/var/www/nextcloud/lib/private/Files/Node/File.php”,“Line”:74,“CustomMessage”:“–”}}
{“reqId”:“ZR8q297DNhH2xkyje23-pwAAjhg”,“level”:3,“time”:“2023-10-05T21:30:04+00:00”,“remoteAddr”:“10.0.0.12”,“user”:“–”,“app”:“PHP”,“method”:“GET”,“url”:“/index.php/login”,“message”:“file_put_contents(/media/myCloudDrive/ncdata/data/appdata_ochghoy8fko5/js/core/merged-template-prepend.js): Failed to open stream: No such file or directory at /var/www/nextcloud/lib/private/Files/Storage/Local.php#313”,“userAgent”:“Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36”,“version”:“27.0.1.2”,“data”:{“app”:“PHP”}}
{“reqId”:“ZR8q297DNhH2xkyje23-pwAAjhg”,“level”:3,“time”:“2023-10-05T21:30:04+00:00”,“remoteAddr”:“10.0.0.12”,“user”:“–”,“app”:“core”,“method”:“GET”,“url”:“/index.php/login”,“message”:“file_put_contents failed”,“userAgent”:“Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36”,“version”:“27.0.1.2”,“exception”:{“Exception”:“OCP\Files\GenericFileException”,“Message”:“file_put_contents failed”,“Code”:0,“Trace”:[{“file”:“/var/www/nextcloud/lib/private/Files/SimpleFS/SimpleFile.php”,“line”:92,“function”:“putContent”,“class”:“OC\Files\Node\File”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/JSCombiner.php”,“line”:193,“function”:“putContent”,“class”:“OC\Files\SimpleFS\SimpleFile”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/JSCombiner.php”,“line”:96,“function”:“cache”,“class”:“OC\Template\JSCombiner”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/JSResourceLocator.php”,“line”:145,“function”:“process”,“class”:“OC\Template\JSCombiner”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/JSResourceLocator.php”,“line”:75,“function”:“cacheAndAppendCombineJsonIfExist”,“class”:“OC\Template\JSResourceLocator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/ResourceLocator.php”,“line”:73,“function”:“doFind”,“class”:“OC\Template\JSResourceLocator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/TemplateLayout.php”,“line”:377,“function”:“find”,“class”:“OC\Template\ResourceLocator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/TemplateLayout.php”,“line”:222,“function”:“findJavascriptFiles”,“class”:“OC\TemplateLayout”,“type”:“::”},{“file”:“/var/www/nextcloud/lib/private/legacy/OC_Template.php”,“line”:182,“function”:“__construct”,“class”:“OC\TemplateLayout”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/public/AppFramework/Http/TemplateResponse.php”,“line”:213,“function”:“fetchPage”,“class”:“OC_Template”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php”,“line”:182,“function”:“render”,“class”:“OCP\AppFramework\Http\TemplateResponse”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/App.php”,“line”:183,“function”:“dispatch”,“class”:“OC\AppFramework\Http\Dispatcher”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Route/Router.php”,“line”:315,“function”:“main”,“class”:“OC\AppFramework\App”,“type”:“::”},{“file”:“/var/www/nextcloud/lib/base.php”,“line”:1071,“function”:“match”,“class”:“OC\Route\Router”,“type”:“->”},{“file”:“/var/www/nextcloud/index.php”,“line”:36,“function”:“handleRequest”,“class”:“OC”,“type”:“::”}],“File”:“/var/www/nextcloud/lib/private/Files/Node/File.php”,“Line”:74,“CustomMessage”:“–”}}
{“reqId”:“ZR8q297DNhH2xkyje23-pwAAjhg”,“level”:3,“time”:“2023-10-05T21:30:04+00:00”,“remoteAddr”:“10.0.0.12”,“user”:“–”,“app”:“core”,“method”:“GET”,“url”:“/index.php/login”,“message”:“file_put_contents failed”,“userAgent”:“Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36”,“version”:“27.0.1.2”,“exception”:{“Exception”:“OCP\Files\GenericFileException”,“Message”:“file_put_contents failed”,“Code”:0,“Trace”:[{“file”:“/var/www/nextcloud/lib/private/Files/SimpleFS/SimpleFile.php”,“line”:92,“function”:“putContent”,“class”:“OC\Files\Node\File”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/JSCombiner.php”,“line”:193,“function”:“putContent”,“class”:“OC\Files\SimpleFS\SimpleFile”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/JSCombiner.php”,“line”:96,“function”:“cache”,“class”:“OC\Template\JSCombiner”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/JSResourceLocator.php”,“line”:145,“function”:“process”,“class”:“OC\Template\JSCombiner”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/JSResourceLocator.php”,“line”:75,“function”:“cacheAndAppendCombineJsonIfExist”,“class”:“OC\Template\JSResourceLocator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/ResourceLocator.php”,“line”:73,“function”:“doFind”,“class”:“OC\Template\JSResourceLocator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/TemplateLayout.php”,“line”:377,“function”:“find”,“class”:“OC\Template\ResourceLocator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/TemplateLayout.php”,“line”:222,“function”:“findJavascriptFiles”,“class”:“OC\TemplateLayout”,“type”:“::”},{“file”:“/var/www/nextcloud/lib/private/legacy/OC_Template.php”,“line”:182,“function”:“__construct”,“class”:“OC\TemplateLayout”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Template/Base.php”,“line”:132,“function”:“fetchPage”,“class”:“OC_Template”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/legacy/OC_Template.php”,“line”:331,“function”:“printPage”,“class”:“OC\Template\Base”,“type”:“->”},{“file”:“/var/www/nextcloud/index.php”,“line”:74,“function”:“printExceptionErrorPage”,“class”:“OC_Template”,“type”:“::”}],“File”:“/var/www/nextcloud/lib/private/Files/Node/File.php”,“Line”:74,“CustomMessage”:“–”}}

</details>