Having failed to get Nextcloud to run on a Virtual Machine, I’m now failing on a Raspberry Pi4 instead! This seems crazy hard to get work!
Actually, I have finally managed to get NC to run on the machine (that was easy, just flashed an SD card with the image and it ran straight away) and I can access it on the local network, but I can’t access it externally, I’ve been following the guide here. I have my domain unchained.timbilt.co.uk registered with FreeDNS. I have run nc-forward-ports in the configuration dashboard and this appears to set up correctly, looking at my router settings I see this (the local IP address is correct for my RPi):
However if I go to unchained.timbilt.co.uk I just get a FreeDNS holder page. It looks in FreeDNS that this is set correctly:
However also if I enter the IP address it should be forwarding to I just get the login page for my router, not my Nextcloud instance. I’ve attached the output of ncp-report below:
NextcloudPi diagnostics
```
Cannot load Zend OPcache - it was already loaded
Cannot load Zend OPcache - it was already loaded
NextcloudPi version v1.56.0
NextcloudPi image
OS Armbian-unofficial 25.8.1 Bookworm \l . 6.12.57-current-bcm2711 (aarch64)
automount yes
USB devices sda
datadir /media/myCloudDrive/ncdata/data
data in SD no
data filesystem btrfs
data disk usage 1.9G/58G
rootfs usage 5.3G/29G
swapfile /var/swap
dbdir /var/lib/mysql
Nextcloud check ok
Nextcloud version 32.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 end0
Certificates ***REMOVED SENSITIVE VALUE***
NAT loopback no
Uptime 1:21
```
Nextcloud configuration
```
Cannot load Zend OPcache - it was already loaded
{
“system”: {
“passwordsalt”: “***REMOVED SENSITIVE VALUE***”,
“secret”: “***REMOVED SENSITIVE VALUE***”,
“trusted_domains”: {
“0”: “localhost”,
“7”: “nextcloudpi”,
“5”: “nextcloudpi.local”,
“8”: “nextcloudpi.lan”,
“3”: “nextcloudpi”,
“11”: “193.237.242.146”,
“1”: “192.168.1.157”,
“14”: “nextcloudpi”
},
“datadirectory”: “***REMOVED SENSITIVE VALUE***”,
“dbtype”: “mysql”,
“version”: “32.0.1.2”,
“overwrite.cli.url”: “https:\/\/nextcloudpi\/”,
“dbname”: “***REMOVED SENSITIVE VALUE***”,
“dbhost”: “***REMOVED SENSITIVE VALUE***”,
“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”,
“app_install_overwrite”: [
“cadviewer”,
“integration_collaboard”
]
}
}
```
HTTPd logs
```
```
Database logs
```
tail: cannot open ‘/var/log/mysql/*.log’ for reading: No such file or directory
```
Nextcloud logs
```
{“reqId”:“k5nVzHaadJmcpkNdI56r”,“level”:4,“time”:“2025-11-29T14:50:01+00:00”,“remoteAddr”:“”,“user”:“–”,“app”:“cadviewer”,“method”:“”,“url”:“–”,“message”:“Error during app service registration: Call to undefined method OC\\Server::getLogger()”,“userAgent”:“–”,“version”:“32.0.1.2”,“exception”:{“Exception”:“Error”,“Message”:“Call to undefined method OC\\Server::getLogger()”,“Code”:0,“Trace”:[{“file”:“/var/www/nextcloud/apps/cadviewer/lib/AppInfo/Application.php”,“line”:40,“function”:“__construct”,“class”:“OCA\\Cadviewer\\AppConfig”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/ServerContainer.php”,“line”:89,“function”:“__construct”,“class”:“OCA\\Cadviewer\\AppInfo\\Application”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/ServerContainer.php”,“line”:169,“function”:“getAppContainer”,“class”:“OC\\ServerContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/ServerContainer.php”,“line”:133,“function”:“getAppContainerForService”,“class”:“OC\\ServerContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Bootstrap/Coordinator.php”,“line”:102,“function”:“query”,“class”:“OC\\ServerContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Bootstrap/Coordinator.php”,“line”:55,“function”:“registerApps”,“class”:“OC\\AppFramework\\Bootstrap\\Coordinator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/base.php”,“line”:683,“function”:“runInitialRegistration”,“class”:“OC\\AppFramework\\Bootstrap\\Coordinator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/base.php”,“line”:1192,“function”:“init”,“class”:“OC”,“type”:“::”},{“file”:“/var/www/nextcloud/cron.php”,“line”:29,“args”:[“/var/www/nextcloud/lib/base.php”],“function”:“require_once”}],“File”:“/var/www/nextcloud/apps/cadviewer/lib/AppConfig.php”,“Line”:88,“message”:“Error during app service registration: Call to undefined method OC\\Server::getLogger()”,“exception”:{},“CustomMessage”:“Error during app service registration: Call to undefined method OC\\Server::getLogger()”}}
{“reqId”:“k5nVzHaadJmcpkNdI56r”,“level”:4,“time”:“2025-11-29T14:50:01+00:00”,“remoteAddr”:“”,“user”:“–”,“app”:“no app in context”,“method”:“”,“url”:“–”,“message”:“Could not boot cadviewer: Call to undefined method OC\\Server::getLogger()”,“userAgent”:“–”,“version”:“32.0.1.2”,“exception”:{“Exception”:“Error”,“Message”:“Call to undefined method OC\\Server::getLogger()”,“Code”:0,“Trace”:[{“file”:“/var/www/nextcloud/apps/cadviewer/lib/AppInfo/Application.php”,“line”:40,“function”:“__construct”,“class”:“OCA\\Cadviewer\\AppConfig”,“type”:“->”},{“function”:“__construct”,“class”:“OCA\\Cadviewer\\AppInfo\\Application”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php”,“line”:72,“function”:“newInstanceArgs”,“class”:“ReflectionClass”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php”,“line”:122,“function”:“buildClass”,“class”:“OC\\AppFramework\\Utility\\SimpleContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php”,“line”:140,“function”:“resolve”,“class”:“OC\\AppFramework\\Utility\\SimpleContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/DependencyInjection/DIContainer.php”,“line”:352,“function”:“query”,“class”:“OC\\AppFramework\\Utility\\SimpleContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/ServerContainer.php”,“line”:135,“function”:“queryNoFallback”,“class”:“OC\\AppFramework\\DependencyInjection\\DIContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Bootstrap/Coordinator.php”,“line”:166,“function”:“query”,“class”:“OC\\ServerContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/App/AppManager.php”,“line”:481,“function”:“bootApp”,“class”:“OC\\AppFramework\\Bootstrap\\Coordinator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/App/AppManager.php”,“line”:273,“function”:“loadApp”,“class”:“OC\\App\\AppManager”,“type”:“->”},{“file”:“/var/www/nextcloud/cron.php”,“line”:66,“function”:“loadApps”,“class”:“OC\\App\\AppManager”,“type”:“->”}],“File”:“/var/www/nextcloud/apps/cadviewer/lib/AppConfig.php”,“Line”:88,“message”:“Could not boot cadviewer: Call to undefined method OC\\Server::getLogger()”,“exception”:{},“CustomMessage”:“Could not boot cadviewer: Call to undefined method OC\\Server::getLogger()”}}
{“reqId”:“aSsIRuaEMsj3H22BvlqpowAAAFU”,“level”:4,“time”:“2025-11-29T14:50:46+00:00”,“remoteAddr”:“204.76.203.30”,“user”:“–”,“app”:“cadviewer”,“method”:“GET”,“url”:“/.env”,“message”:“Error during app service registration: Call to undefined method OC\\Server::getLogger()”,“userAgent”:“Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7 (Ubuntu-feisty)”,“version”:“32.0.1.2”,“exception”:{“Exception”:“Error”,“Message”:“Call to undefined method OC\\Server::getLogger()”,“Code”:0,“Trace”:[{“file”:“/var/www/nextcloud/apps/cadviewer/lib/AppInfo/Application.php”,“line”:40,“function”:“__construct”,“class”:“OCA\\Cadviewer\\AppConfig”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/ServerContainer.php”,“line”:89,“function”:“__construct”,“class”:“OCA\\Cadviewer\\AppInfo\\Application”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/ServerContainer.php”,“line”:169,“function”:“getAppContainer”,“class”:“OC\\ServerContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/ServerContainer.php”,“line”:133,“function”:“getAppContainerForService”,“class”:“OC\\ServerContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Bootstrap/Coordinator.php”,“line”:102,“function”:“query”,“class”:“OC\\ServerContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Bootstrap/Coordinator.php”,“line”:55,“function”:“registerApps”,“class”:“OC\\AppFramework\\Bootstrap\\Coordinator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/base.php”,“line”:683,“function”:“runInitialRegistration”,“class”:“OC\\AppFramework\\Bootstrap\\Coordinator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/base.php”,“line”:1192,“function”:“init”,“class”:“OC”,“type”:“::”},{“file”:“/var/www/nextcloud/index.php”,“line”:23,“args”:[“/var/www/nextcloud/lib/base.php”],“function”:“require_once”}],“File”:“/var/www/nextcloud/apps/cadviewer/lib/AppConfig.php”,“Line”:88,“message”:“Error during app service registration: Call to undefined method OC\\Server::getLogger()”,“exception”:{},“CustomMessage”:“Error during app service registration: Call to undefined method OC\\Server::getLogger()”}}
{“reqId”:“aSsIRuaEMsj3H22BvlqpowAAAFU”,“level”:4,“time”:“2025-11-29T14:50:46+00:00”,“remoteAddr”:“204.76.203.30”,“user”:“–”,“app”:“no app in context”,“method”:“GET”,“url”:“/.env”,“message”:“Could not boot cadviewer: Call to undefined method OC\\Server::getLogger()”,“userAgent”:“Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7 (Ubuntu-feisty)”,“version”:“32.0.1.2”,“exception”:{“Exception”:“Error”,“Message”:“Call to undefined method OC\\Server::getLogger()”,“Code”:0,“Trace”:[{“file”:“/var/www/nextcloud/apps/cadviewer/lib/AppInfo/Application.php”,“line”:40,“function”:“__construct”,“class”:“OCA\\Cadviewer\\AppConfig”,“type”:“->”},{“function”:“__construct”,“class”:“OCA\\Cadviewer\\AppInfo\\Application”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php”,“line”:72,“function”:“newInstanceArgs”,“class”:“ReflectionClass”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php”,“line”:122,“function”:“buildClass”,“class”:“OC\\AppFramework\\Utility\\SimpleContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php”,“line”:140,“function”:“resolve”,“class”:“OC\\AppFramework\\Utility\\SimpleContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/DependencyInjection/DIContainer.php”,“line”:352,“function”:“query”,“class”:“OC\\AppFramework\\Utility\\SimpleContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/ServerContainer.php”,“line”:135,“function”:“queryNoFallback”,“class”:“OC\\AppFramework\\DependencyInjection\\DIContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Bootstrap/Coordinator.php”,“line”:166,“function”:“query”,“class”:“OC\\ServerContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/App/AppManager.php”,“line”:481,“function”:“bootApp”,“class”:“OC\\AppFramework\\Bootstrap\\Coordinator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/App/AppManager.php”,“line”:273,“function”:“loadApp”,“class”:“OC\\App\\AppManager”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/base.php”,“line”:1059,“function”:“loadApps”,“class”:“OC\\App\\AppManager”,“type”:“->”},{“file”:“/var/www/nextcloud/index.php”,“line”:25,“function”:“handleRequest”,“class”:“OC”,“type”:“::”}],“File”:“/var/www/nextcloud/apps/cadviewer/lib/AppConfig.php”,“Line”:88,“message”:“Could not boot cadviewer: Call to undefined method OC\\Server::getLogger()”,“exception”:{},“CustomMessage”:“Could not boot cadviewer: Call to undefined method OC\\Server::getLogger()”}}
{“reqId”:“aSsIR9lUuozMzTZfxPW2AgAAABE”,“level”:4,“time”:“2025-11-29T14:50:47+00:00”,“remoteAddr”:“204.76.203.30”,“user”:“–”,“app”:“cadviewer”,“method”:“GET”,“url”:“/test”,“message”:“Error during app service registration: Call to undefined method OC\\Server::getLogger()”,“userAgent”:“Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; fr; rv:1.9.1b4) Gecko/20090423 Firefox/3.5b4”,“version”:“32.0.1.2”,“exception”:{“Exception”:“Error”,“Message”:“Call to undefined method OC\\Server::getLogger()”,“Code”:0,“Trace”:[{“file”:“/var/www/nextcloud/apps/cadviewer/lib/AppInfo/Application.php”,“line”:40,“function”:“__construct”,“class”:“OCA\\Cadviewer\\AppConfig”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/ServerContainer.php”,“line”:89,“function”:“__construct”,“class”:“OCA\\Cadviewer\\AppInfo\\Application”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/ServerContainer.php”,“line”:169,“function”:“getAppContainer”,“class”:“OC\\ServerContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/ServerContainer.php”,“line”:133,“function”:“getAppContainerForService”,“class”:“OC\\ServerContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Bootstrap/Coordinator.php”,“line”:102,“function”:“query”,“class”:“OC\\ServerContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Bootstrap/Coordinator.php”,“line”:55,“function”:“registerApps”,“class”:“OC\\AppFramework\\Bootstrap\\Coordinator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/base.php”,“line”:683,“function”:“runInitialRegistration”,“class”:“OC\\AppFramework\\Bootstrap\\Coordinator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/base.php”,“line”:1192,“function”:“init”,“class”:“OC”,“type”:“::”},{“file”:“/var/www/nextcloud/index.php”,“line”:23,“args”:[“/var/www/nextcloud/lib/base.php”],“function”:“require_once”}],“File”:“/var/www/nextcloud/apps/cadviewer/lib/AppConfig.php”,“Line”:88,“message”:“Error during app service registration: Call to undefined method OC\\Server::getLogger()”,“exception”:{},“CustomMessage”:“Error during app service registration: Call to undefined method OC\\Server::getLogger()”}}
{“reqId”:“aSsIR9lUuozMzTZfxPW2AgAAABE”,“level”:4,“time”:“2025-11-29T14:50:47+00:00”,“remoteAddr”:“204.76.203.30”,“user”:“–”,“app”:“no app in context”,“method”:“GET”,“url”:“/test”,“message”:“Could not boot cadviewer: Call to undefined method OC\\Server::getLogger()”,“userAgent”:“Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; fr; rv:1.9.1b4) Gecko/20090423 Firefox/3.5b4”,“version”:“32.0.1.2”,“exception”:{“Exception”:“Error”,“Message”:“Call to undefined method OC\\Server::getLogger()”,“Code”:0,“Trace”:[{“file”:“/var/www/nextcloud/apps/cadviewer/lib/AppInfo/Application.php”,“line”:40,“function”:“__construct”,“class”:“OCA\\Cadviewer\\AppConfig”,“type”:“->”},{“function”:“__construct”,“class”:“OCA\\Cadviewer\\AppInfo\\Application”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php”,“line”:72,“function”:“newInstanceArgs”,“class”:“ReflectionClass”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php”,“line”:122,“function”:“buildClass”,“class”:“OC\\AppFramework\\Utility\\SimpleContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php”,“line”:140,“function”:“resolve”,“class”:“OC\\AppFramework\\Utility\\SimpleContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/DependencyInjection/DIContainer.php”,“line”:352,“function”:“query”,“class”:“OC\\AppFramework\\Utility\\SimpleContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/ServerContainer.php”,“line”:135,“function”:“queryNoFallback”,“class”:“OC\\AppFramework\\DependencyInjection\\DIContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Bootstrap/Coordinator.php”,“line”:166,“function”:“query”,“class”:“OC\\ServerContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/App/AppManager.php”,“line”:481,“function”:“bootApp”,“class”:“OC\\AppFramework\\Bootstrap\\Coordinator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/App/AppManager.php”,“line”:273,“function”:“loadApp”,“class”:“OC\\App\\AppManager”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/base.php”,“line”:1059,“function”:“loadApps”,“class”:“OC\\App\\AppManager”,“type”:“->”},{“file”:“/var/www/nextcloud/index.php”,“line”:25,“function”:“handleRequest”,“class”:“OC”,“type”:“::”}],“File”:“/var/www/nextcloud/apps/cadviewer/lib/AppConfig.php”,“Line”:88,“message”:“Could not boot cadviewer: Call to undefined method OC\\Server::getLogger()”,“exception”:{},“CustomMessage”:“Could not boot cadviewer: Call to undefined method OC\\Server::getLogger()”}}
{“reqId”:“YXqVTfKKVcY9e1O0F55y”,“level”:4,“time”:“2025-11-29T14:51:04+00:00”,“remoteAddr”:“”,“user”:“–”,“app”:“cadviewer”,“method”:“”,“url”:“–”,“message”:“Error during app service registration: Call to undefined method OC\\Server::getLogger()”,“userAgent”:“–”,“version”:“32.0.1.2”,“exception”:{“Exception”:“Error”,“Message”:“Call to undefined method OC\\Server::getLogger()”,“Code”:0,“Trace”:[{“file”:“/var/www/nextcloud/apps/cadviewer/lib/AppInfo/Application.php”,“line”:40,“function”:“__construct”,“class”:“OCA\\Cadviewer\\AppConfig”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/ServerContainer.php”,“line”:89,“function”:“__construct”,“class”:“OCA\\Cadviewer\\AppInfo\\Application”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/ServerContainer.php”,“line”:169,“function”:“getAppContainer”,“class”:“OC\\ServerContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/ServerContainer.php”,“line”:133,“function”:“getAppContainerForService”,“class”:“OC\\ServerContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Bootstrap/Coordinator.php”,“line”:102,“function”:“query”,“class”:“OC\\ServerContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Bootstrap/Coordinator.php”,“line”:55,“function”:“registerApps”,“class”:“OC\\AppFramework\\Bootstrap\\Coordinator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/base.php”,“line”:683,“function”:“runInitialRegistration”,“class”:“OC\\AppFramework\\Bootstrap\\Coordinator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/base.php”,“line”:1192,“function”:“init”,“class”:“OC”,“type”:“::”},{“file”:“/var/www/nextcloud/console.php”,“line”:31,“args”:[“/var/www/nextcloud/lib/base.php”],“function”:“require_once”},{“file”:“/var/www/nextcloud/occ”,“line”:33,“args”:[“/var/www/nextcloud/console.php”],“function”:“require_once”}],“File”:“/var/www/nextcloud/apps/cadviewer/lib/AppConfig.php”,“Line”:88,“message”:“Error during app service registration: Call to undefined method OC\\Server::getLogger()”,“exception”:{},“CustomMessage”:“Error during app service registration: Call to undefined method OC\\Server::getLogger()”}}
{“reqId”:“YXqVTfKKVcY9e1O0F55y”,“level”:4,“time”:“2025-11-29T14:51:04+00:00”,“remoteAddr”:“”,“user”:“–”,“app”:“no app in context”,“method”:“”,“url”:“–”,“message”:“Could not boot cadviewer: Call to undefined method OC\\Server::getLogger()”,“userAgent”:“–”,“version”:“32.0.1.2”,“exception”:{“Exception”:“Error”,“Message”:“Call to undefined method OC\\Server::getLogger()”,“Code”:0,“Trace”:[{“file”:“/var/www/nextcloud/apps/cadviewer/lib/AppInfo/Application.php”,“line”:40,“function”:“__construct”,“class”:“OCA\\Cadviewer\\AppConfig”,“type”:“->”},{“function”:“__construct”,“class”:“OCA\\Cadviewer\\AppInfo\\Application”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php”,“line”:72,“function”:“newInstanceArgs”,“class”:“ReflectionClass”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php”,“line”:122,“function”:“buildClass”,“class”:“OC\\AppFramework\\Utility\\SimpleContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php”,“line”:140,“function”:“resolve”,“class”:“OC\\AppFramework\\Utility\\SimpleContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/DependencyInjection/DIContainer.php”,“line”:352,“function”:“query”,“class”:“OC\\AppFramework\\Utility\\SimpleContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/ServerContainer.php”,“line”:135,“function”:“queryNoFallback”,“class”:“OC\\AppFramework\\DependencyInjection\\DIContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Bootstrap/Coordinator.php”,“line”:166,“function”:“query”,“class”:“OC\\ServerContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/App/AppManager.php”,“line”:481,“function”:“bootApp”,“class”:“OC\\AppFramework\\Bootstrap\\Coordinator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/App/AppManager.php”,“line”:273,“function”:“loadApp”,“class”:“OC\\App\\AppManager”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Console/Application.php”,“line”:90,“function”:“loadApps”,“class”:“OC\\App\\AppManager”,“type”:“->”},{“file”:“/var/www/nextcloud/console.php”,“line”:84,“function”:“loadCommands”,“class”:“OC\\Console\\Application”,“type”:“->”},{“file”:“/var/www/nextcloud/occ”,“line”:33,“args”:[“/var/www/nextcloud/console.php”],“function”:“require_once”}],“File”:“/var/www/nextcloud/apps/cadviewer/lib/AppConfig.php”,“Line”:88,“message”:“Could not boot cadviewer: Call to undefined method OC\\Server::getLogger()”,“exception”:{},“CustomMessage”:“Could not boot cadviewer: Call to undefined method OC\\Server::getLogger()”}}
{“reqId”:“saD4Emp3JLGhOkTqaa5P”,“level”:4,“time”:“2025-11-29T14:51:30+00:00”,“remoteAddr”:“”,“user”:“–”,“app”:“cadviewer”,“method”:“”,“url”:“–”,“message”:“Error during app service registration: Call to undefined method OC\\Server::getLogger()”,“userAgent”:“–”,“version”:“32.0.1.2”,“exception”:{“Exception”:“Error”,“Message”:“Call to undefined method OC\\Server::getLogger()”,“Code”:0,“Trace”:[{“file”:“/var/www/nextcloud/apps/cadviewer/lib/AppInfo/Application.php”,“line”:40,“function”:“__construct”,“class”:“OCA\\Cadviewer\\AppConfig”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/ServerContainer.php”,“line”:89,“function”:“__construct”,“class”:“OCA\\Cadviewer\\AppInfo\\Application”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/ServerContainer.php”,“line”:169,“function”:“getAppContainer”,“class”:“OC\\ServerContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/ServerContainer.php”,“line”:133,“function”:“getAppContainerForService”,“class”:“OC\\ServerContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Bootstrap/Coordinator.php”,“line”:102,“function”:“query”,“class”:“OC\\ServerContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Bootstrap/Coordinator.php”,“line”:55,“function”:“registerApps”,“class”:“OC\\AppFramework\\Bootstrap\\Coordinator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/base.php”,“line”:683,“function”:“runInitialRegistration”,“class”:“OC\\AppFramework\\Bootstrap\\Coordinator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/base.php”,“line”:1192,“function”:“init”,“class”:“OC”,“type”:“::”},{“file”:“/var/www/nextcloud/console.php”,“line”:31,“args”:[“/var/www/nextcloud/lib/base.php”],“function”:“require_once”},{“file”:“/var/www/nextcloud/occ”,“line”:33,“args”:[“/var/www/nextcloud/console.php”],“function”:“require_once”}],“File”:“/var/www/nextcloud/apps/cadviewer/lib/AppConfig.php”,“Line”:88,“message”:“Error during app service registration: Call to undefined method OC\\Server::getLogger()”,“exception”:{},“CustomMessage”:“Error during app service registration: Call to undefined method OC\\Server::getLogger()”}}
{“reqId”:“saD4Emp3JLGhOkTqaa5P”,“level”:4,“time”:“2025-11-29T14:51:31+00:00”,“remoteAddr”:“”,“user”:“–”,“app”:“no app in context”,“method”:“”,“url”:“–”,“message”:“Could not boot cadviewer: Call to undefined method OC\\Server::getLogger()”,“userAgent”:“–”,“version”:“32.0.1.2”,“exception”:{“Exception”:“Error”,“Message”:“Call to undefined method OC\\Server::getLogger()”,“Code”:0,“Trace”:[{“file”:“/var/www/nextcloud/apps/cadviewer/lib/AppInfo/Application.php”,“line”:40,“function”:“__construct”,“class”:“OCA\\Cadviewer\\AppConfig”,“type”:“->”},{“function”:“__construct”,“class”:“OCA\\Cadviewer\\AppInfo\\Application”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php”,“line”:72,“function”:“newInstanceArgs”,“class”:“ReflectionClass”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php”,“line”:122,“function”:“buildClass”,“class”:“OC\\AppFramework\\Utility\\SimpleContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php”,“line”:140,“function”:“resolve”,“class”:“OC\\AppFramework\\Utility\\SimpleContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/DependencyInjection/DIContainer.php”,“line”:352,“function”:“query”,“class”:“OC\\AppFramework\\Utility\\SimpleContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/ServerContainer.php”,“line”:135,“function”:“queryNoFallback”,“class”:“OC\\AppFramework\\DependencyInjection\\DIContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Bootstrap/Coordinator.php”,“line”:166,“function”:“query”,“class”:“OC\\ServerContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/App/AppManager.php”,“line”:481,“function”:“bootApp”,“class”:“OC\\AppFramework\\Bootstrap\\Coordinator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/App/AppManager.php”,“line”:273,“function”:“loadApp”,“class”:“OC\\App\\AppManager”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Console/Application.php”,“line”:90,“function”:“loadApps”,“class”:“OC\\App\\AppManager”,“type”:“->”},{“file”:“/var/www/nextcloud/console.php”,“line”:84,“function”:“loadCommands”,“class”:“OC\\Console\\Application”,“type”:“->”},{“file”:“/var/www/nextcloud/occ”,“line”:33,“args”:[“/var/www/nextcloud/console.php”],“function”:“require_once”}],“File”:“/var/www/nextcloud/apps/cadviewer/lib/AppConfig.php”,“Line”:88,“message”:“Could not boot cadviewer: Call to undefined method OC\\Server::getLogger()”,“exception”:{},“CustomMessage”:“Could not boot cadviewer: Call to undefined method OC\\Server::getLogger()”}}
{“reqId”:“nJV5CfMPHqjsWAusK4Dx”,“level”:4,“time”:“2025-11-29T14:51:31+00:00”,“remoteAddr”:“”,“user”:“–”,“app”:“cadviewer”,“method”:“”,“url”:“–”,“message”:“Error during app service registration: Call to undefined method OC\\Server::getLogger()”,“userAgent”:“–”,“version”:“32.0.1.2”,“exception”:{“Exception”:“Error”,“Message”:“Call to undefined method OC\\Server::getLogger()”,“Code”:0,“Trace”:[{“file”:“/var/www/nextcloud/apps/cadviewer/lib/AppInfo/Application.php”,“line”:40,“function”:“__construct”,“class”:“OCA\\Cadviewer\\AppConfig”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/ServerContainer.php”,“line”:89,“function”:“__construct”,“class”:“OCA\\Cadviewer\\AppInfo\\Application”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/ServerContainer.php”,“line”:169,“function”:“getAppContainer”,“class”:“OC\\ServerContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/ServerContainer.php”,“line”:133,“function”:“getAppContainerForService”,“class”:“OC\\ServerContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Bootstrap/Coordinator.php”,“line”:102,“function”:“query”,“class”:“OC\\ServerContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Bootstrap/Coordinator.php”,“line”:55,“function”:“registerApps”,“class”:“OC\\AppFramework\\Bootstrap\\Coordinator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/base.php”,“line”:683,“function”:“runInitialRegistration”,“class”:“OC\\AppFramework\\Bootstrap\\Coordinator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/base.php”,“line”:1192,“function”:“init”,“class”:“OC”,“type”:“::”},{“file”:“/var/www/nextcloud/console.php”,“line”:31,“args”:[“/var/www/nextcloud/lib/base.php”],“function”:“require_once”},{“file”:“/var/www/nextcloud/occ”,“line”:33,“args”:[“/var/www/nextcloud/console.php”],“function”:“require_once”}],“File”:“/var/www/nextcloud/apps/cadviewer/lib/AppConfig.php”,“Line”:88,“message”:“Error during app service registration: Call to undefined method OC\\Server::getLogger()”,“exception”:{},“CustomMessage”:“Error during app service registration: Call to undefined method OC\\Server::getLogger()”}}
{“reqId”:“nJV5CfMPHqjsWAusK4Dx”,“level”:4,“time”:“2025-11-29T14:51:32+00:00”,“remoteAddr”:“”,“user”:“–”,“app”:“no app in context”,“method”:“”,“url”:“–”,“message”:“Could not boot cadviewer: Call to undefined method OC\\Server::getLogger()”,“userAgent”:“–”,“version”:“32.0.1.2”,“exception”:{“Exception”:“Error”,“Message”:“Call to undefined method OC\\Server::getLogger()”,“Code”:0,“Trace”:[{“file”:“/var/www/nextcloud/apps/cadviewer/lib/AppInfo/Application.php”,“line”:40,“function”:“__construct”,“class”:“OCA\\Cadviewer\\AppConfig”,“type”:“->”},{“function”:“__construct”,“class”:“OCA\\Cadviewer\\AppInfo\\Application”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php”,“line”:72,“function”:“newInstanceArgs”,“class”:“ReflectionClass”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php”,“line”:122,“function”:“buildClass”,“class”:“OC\\AppFramework\\Utility\\SimpleContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php”,“line”:140,“function”:“resolve”,“class”:“OC\\AppFramework\\Utility\\SimpleContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/DependencyInjection/DIContainer.php”,“line”:352,“function”:“query”,“class”:“OC\\AppFramework\\Utility\\SimpleContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/ServerContainer.php”,“line”:135,“function”:“queryNoFallback”,“class”:“OC\\AppFramework\\DependencyInjection\\DIContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Bootstrap/Coordinator.php”,“line”:166,“function”:“query”,“class”:“OC\\ServerContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/App/AppManager.php”,“line”:481,“function”:“bootApp”,“class”:“OC\\AppFramework\\Bootstrap\\Coordinator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/App/AppManager.php”,“line”:273,“function”:“loadApp”,“class”:“OC\\App\\AppManager”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Console/Application.php”,“line”:90,“function”:“loadApps”,“class”:“OC\\App\\AppManager”,“type”:“->”},{“file”:“/var/www/nextcloud/console.php”,“line”:84,“function”:“loadCommands”,“class”:“OC\\Console\\Application”,“type”:“->”},{“file”:“/var/www/nextcloud/occ”,“line”:33,“args”:[“/var/www/nextcloud/console.php”],“function”:“require_once”}],“File”:“/var/www/nextcloud/apps/cadviewer/lib/AppConfig.php”,“Line”:88,“message”:“Could not boot cadviewer: Call to undefined method OC\\Server::getLogger()”,“exception”:{},“CustomMessage”:“Could not boot cadviewer: Call to undefined method OC\\Server::getLogger()”}}
{“reqId”:“H6E28ZlAaW4OV8lgqe7S”,“level”:4,“time”:“2025-11-29T14:51:33+00:00”,“remoteAddr”:“”,“user”:“–”,“app”:“cadviewer”,“method”:“”,“url”:“–”,“message”:“Error during app service registration: Call to undefined method OC\\Server::getLogger()”,“userAgent”:“–”,“version”:“32.0.1.2”,“exception”:{“Exception”:“Error”,“Message”:“Call to undefined method OC\\Server::getLogger()”,“Code”:0,“Trace”:[{“file”:“/var/www/nextcloud/apps/cadviewer/lib/AppInfo/Application.php”,“line”:40,“function”:“__construct”,“class”:“OCA\\Cadviewer\\AppConfig”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/ServerContainer.php”,“line”:89,“function”:“__construct”,“class”:“OCA\\Cadviewer\\AppInfo\\Application”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/ServerContainer.php”,“line”:169,“function”:“getAppContainer”,“class”:“OC\\ServerContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/ServerContainer.php”,“line”:133,“function”:“getAppContainerForService”,“class”:“OC\\ServerContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Bootstrap/Coordinator.php”,“line”:102,“function”:“query”,“class”:“OC\\ServerContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Bootstrap/Coordinator.php”,“line”:55,“function”:“registerApps”,“class”:“OC\\AppFramework\\Bootstrap\\Coordinator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/base.php”,“line”:683,“function”:“runInitialRegistration”,“class”:“OC\\AppFramework\\Bootstrap\\Coordinator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/base.php”,“line”:1192,“function”:“init”,“class”:“OC”,“type”:“::”},{“file”:“/var/www/nextcloud/console.php”,“line”:31,“args”:[“/var/www/nextcloud/lib/base.php”],“function”:“require_once”},{“file”:“/var/www/nextcloud/occ”,“line”:33,“args”:[“/var/www/nextcloud/console.php”],“function”:“require_once”}],“File”:“/var/www/nextcloud/apps/cadviewer/lib/AppConfig.php”,“Line”:88,“message”:“Error during app service registration: Call to undefined method OC\\Server::getLogger()”,“exception”:{},“CustomMessage”:“Error during app service registration: Call to undefined method OC\\Server::getLogger()”}}
{“reqId”:“H6E28ZlAaW4OV8lgqe7S”,“level”:4,“time”:“2025-11-29T14:51:33+00:00”,“remoteAddr”:“”,“user”:“–”,“app”:“no app in context”,“method”:“”,“url”:“–”,“message”:“Could not boot cadviewer: Call to undefined method OC\\Server::getLogger()”,“userAgent”:“–”,“version”:“32.0.1.2”,“exception”:{“Exception”:“Error”,“Message”:“Call to undefined method OC\\Server::getLogger()”,“Code”:0,“Trace”:[{“file”:“/var/www/nextcloud/apps/cadviewer/lib/AppInfo/Application.php”,“line”:40,“function”:“__construct”,“class”:“OCA\\Cadviewer\\AppConfig”,“type”:“->”},{“function”:“__construct”,“class”:“OCA\\Cadviewer\\AppInfo\\Application”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php”,“line”:72,“function”:“newInstanceArgs”,“class”:“ReflectionClass”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php”,“line”:122,“function”:“buildClass”,“class”:“OC\\AppFramework\\Utility\\SimpleContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php”,“line”:140,“function”:“resolve”,“class”:“OC\\AppFramework\\Utility\\SimpleContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/DependencyInjection/DIContainer.php”,“line”:352,“function”:“query”,“class”:“OC\\AppFramework\\Utility\\SimpleContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/ServerContainer.php”,“line”:135,“function”:“queryNoFallback”,“class”:“OC\\AppFramework\\DependencyInjection\\DIContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Bootstrap/Coordinator.php”,“line”:166,“function”:“query”,“class”:“OC\\ServerContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/App/AppManager.php”,“line”:481,“function”:“bootApp”,“class”:“OC\\AppFramework\\Bootstrap\\Coordinator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/App/AppManager.php”,“line”:273,“function”:“loadApp”,“class”:“OC\\App\\AppManager”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Console/Application.php”,“line”:90,“function”:“loadApps”,“class”:“OC\\App\\AppManager”,“type”:“->”},{“file”:“/var/www/nextcloud/console.php”,“line”:84,“function”:“loadCommands”,“class”:“OC\\Console\\Application”,“type”:“->”},{“file”:“/var/www/nextcloud/occ”,“line”:33,“args”:[“/var/www/nextcloud/console.php”],“function”:“require_once”}],“File”:“/var/www/nextcloud/apps/cadviewer/lib/AppConfig.php”,“Line”:88,“message”:“Could not boot cadviewer: Call to undefined method OC\\Server::getLogger()”,“exception”:{},“CustomMessage”:“Could not boot cadviewer: Call to undefined method OC\\Server::getLogger()”}}
{“reqId”:“aSsIddlUuozMzTZfxPW2AwAAABc”,“level”:4,“time”:“2025-11-29T14:51:34+00:00”,“remoteAddr”:“::1”,“user”:“–”,“app”:“cadviewer”,“method”:“GET”,“url”:“/index.php/apps/notify_push/test/cookie”,“message”:“Error during app service registration: Call to undefined method OC\\Server::getLogger()”,“userAgent”:“–”,“version”:“32.0.1.2”,“exception”:{“Exception”:“Error”,“Message”:“Call to undefined method OC\\Server::getLogger()”,“Code”:0,“Trace”:[{“file”:“/var/www/nextcloud/apps/cadviewer/lib/AppInfo/Application.php”,“line”:40,“function”:“__construct”,“class”:“OCA\\Cadviewer\\AppConfig”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/ServerContainer.php”,“line”:89,“function”:“__construct”,“class”:“OCA\\Cadviewer\\AppInfo\\Application”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/ServerContainer.php”,“line”:169,“function”:“getAppContainer”,“class”:“OC\\ServerContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/ServerContainer.php”,“line”:133,“function”:“getAppContainerForService”,“class”:“OC\\ServerContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Bootstrap/Coordinator.php”,“line”:102,“function”:“query”,“class”:“OC\\ServerContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Bootstrap/Coordinator.php”,“line”:55,“function”:“registerApps”,“class”:“OC\\AppFramework\\Bootstrap\\Coordinator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/base.php”,“line”:683,“function”:“runInitialRegistration”,“class”:“OC\\AppFramework\\Bootstrap\\Coordinator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/base.php”,“line”:1192,“function”:“init”,“class”:“OC”,“type”:“::”},{“file”:“/var/www/nextcloud/index.php”,“line”:23,“args”:[“/var/www/nextcloud/lib/base.php”],“function”:“require_once”}],“File”:“/var/www/nextcloud/apps/cadviewer/lib/AppConfig.php”,“Line”:88,“message”:“Error during app service registration: Call to undefined method OC\\Server::getLogger()”,“exception”:{},“CustomMessage”:“Error during app service registration: Call to undefined method OC\\Server::getLogger()”}}
{“reqId”:“aSsIddlUuozMzTZfxPW2AwAAABc”,“level”:4,“time”:“2025-11-29T14:51:34+00:00”,“remoteAddr”:“::1”,“user”:“–”,“app”:“no app in context”,“method”:“GET”,“url”:“/index.php/apps/notify_push/test/cookie”,“message”:“Could not boot cadviewer: Call to undefined method OC\\Server::getLogger()”,“userAgent”:“–”,“version”:“32.0.1.2”,“exception”:{“Exception”:“Error”,“Message”:“Call to undefined method OC\\Server::getLogger()”,“Code”:0,“Trace”:[{“file”:“/var/www/nextcloud/apps/cadviewer/lib/AppInfo/Application.php”,“line”:40,“function”:“__construct”,“class”:“OCA\\Cadviewer\\AppConfig”,“type”:“->”},{“function”:“__construct”,“class”:“OCA\\Cadviewer\\AppInfo\\Application”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php”,“line”:72,“function”:“newInstanceArgs”,“class”:“ReflectionClass”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php”,“line”:122,“function”:“buildClass”,“class”:“OC\\AppFramework\\Utility\\SimpleContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php”,“line”:140,“function”:“resolve”,“class”:“OC\\AppFramework\\Utility\\SimpleContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/DependencyInjection/DIContainer.php”,“line”:352,“function”:“query”,“class”:“OC\\AppFramework\\Utility\\SimpleContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/ServerContainer.php”,“line”:135,“function”:“queryNoFallback”,“class”:“OC\\AppFramework\\DependencyInjection\\DIContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Bootstrap/Coordinator.php”,“line”:166,“function”:“query”,“class”:“OC\\ServerContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/App/AppManager.php”,“line”:481,“function”:“bootApp”,“class”:“OC\\AppFramework\\Bootstrap\\Coordinator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/App/AppManager.php”,“line”:273,“function”:“loadApp”,“class”:“OC\\App\\AppManager”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/base.php”,“line”:1059,“function”:“loadApps”,“class”:“OC\\App\\AppManager”,“type”:“->”},{“file”:“/var/www/nextcloud/index.php”,“line”:25,“function”:“handleRequest”,“class”:“OC”,“type”:“::”}],“File”:“/var/www/nextcloud/apps/cadviewer/lib/AppConfig.php”,“Line”:88,“message”:“Could not boot cadviewer: Call to undefined method OC\\Server::getLogger()”,“exception”:{},“CustomMessage”:“Could not boot cadviewer: Call to undefined method OC\\Server::getLogger()”}}
{“reqId”:“aSsIdtlUuozMzTZfxPW2BAAAABg”,“level”:4,“time”:“2025-11-29T14:51:34+00:00”,“remoteAddr”:“1.2.3.4”,“user”:“–”,“app”:“cadviewer”,“method”:“GET”,“url”:“/index.php/apps/notify_push/test/remote”,“message”:“Error during app service registration: Call to undefined method OC\\Server::getLogger()”,“userAgent”:“–”,“version”:“32.0.1.2”,“exception”:{“Exception”:“Error”,“Message”:“Call to undefined method OC\\Server::getLogger()”,“Code”:0,“Trace”:[{“file”:“/var/www/nextcloud/apps/cadviewer/lib/AppInfo/Application.php”,“line”:40,“function”:“__construct”,“class”:“OCA\\Cadviewer\\AppConfig”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/ServerContainer.php”,“line”:89,“function”:“__construct”,“class”:“OCA\\Cadviewer\\AppInfo\\Application”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/ServerContainer.php”,“line”:169,“function”:“getAppContainer”,“class”:“OC\\ServerContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/ServerContainer.php”,“line”:133,“function”:“getAppContainerForService”,“class”:“OC\\ServerContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Bootstrap/Coordinator.php”,“line”:102,“function”:“query”,“class”:“OC\\ServerContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Bootstrap/Coordinator.php”,“line”:55,“function”:“registerApps”,“class”:“OC\\AppFramework\\Bootstrap\\Coordinator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/base.php”,“line”:683,“function”:“runInitialRegistration”,“class”:“OC\\AppFramework\\Bootstrap\\Coordinator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/base.php”,“line”:1192,“function”:“init”,“class”:“OC”,“type”:“::”},{“file”:“/var/www/nextcloud/index.php”,“line”:23,“args”:[“/var/www/nextcloud/lib/base.php”],“function”:“require_once”}],“File”:“/var/www/nextcloud/apps/cadviewer/lib/AppConfig.php”,“Line”:88,“message”:“Error during app service registration: Call to undefined method OC\\Server::getLogger()”,“exception”:{},“CustomMessage”:“Error during app service registration: Call to undefined method OC\\Server::getLogger()”}}
{“reqId”:“aSsIdtlUuozMzTZfxPW2BAAAABg”,“level”:4,“time”:“2025-11-29T14:51:34+00:00”,“remoteAddr”:“1.2.3.4”,“user”:“–”,“app”:“no app in context”,“method”:“GET”,“url”:“/index.php/apps/notify_push/test/remote”,“message”:“Could not boot cadviewer: Call to undefined method OC\\Server::getLogger()”,“userAgent”:“–”,“version”:“32.0.1.2”,“exception”:{“Exception”:“Error”,“Message”:“Call to undefined method OC\\Server::getLogger()”,“Code”:0,“Trace”:[{“file”:“/var/www/nextcloud/apps/cadviewer/lib/AppInfo/Application.php”,“line”:40,“function”:“__construct”,“class”:“OCA\\Cadviewer\\AppConfig”,“type”:“->”},{“function”:“__construct”,“class”:“OCA\\Cadviewer\\AppInfo\\Application”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php”,“line”:72,“function”:“newInstanceArgs”,“class”:“ReflectionClass”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php”,“line”:122,“function”:“buildClass”,“class”:“OC\\AppFramework\\Utility\\SimpleContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php”,“line”:140,“function”:“resolve”,“class”:“OC\\AppFramework\\Utility\\SimpleContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/DependencyInjection/DIContainer.php”,“line”:352,“function”:“query”,“class”:“OC\\AppFramework\\Utility\\SimpleContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/ServerContainer.php”,“line”:135,“function”:“queryNoFallback”,“class”:“OC\\AppFramework\\DependencyInjection\\DIContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Bootstrap/Coordinator.php”,“line”:166,“function”:“query”,“class”:“OC\\ServerContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/App/AppManager.php”,“line”:481,“function”:“bootApp”,“class”:“OC\\AppFramework\\Bootstrap\\Coordinator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/App/AppManager.php”,“line”:273,“function”:“loadApp”,“class”:“OC\\App\\AppManager”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/base.php”,“line”:1059,“function”:“loadApps”,“class”:“OC\\App\\AppManager”,“type”:“->”},{“file”:“/var/www/nextcloud/index.php”,“line”:25,“function”:“handleRequest”,“class”:“OC”,“type”:“::”}],“File”:“/var/www/nextcloud/apps/cadviewer/lib/AppConfig.php”,“Line”:88,“message”:“Could not boot cadviewer: Call to undefined method OC\\Server::getLogger()”,“exception”:{},“CustomMessage”:“Could not boot cadviewer: Call to undefined method OC\\Server::getLogger()”}}
{“reqId”:“luUXfVDpNbO2wBWoLjtN”,“level”:4,“time”:“2025-11-29T14:51:41+00:00”,“remoteAddr”:“”,“user”:“–”,“app”:“cadviewer”,“method”:“”,“url”:“–”,“message”:“Error during app service registration: Call to undefined method OC\\Server::getLogger()”,“userAgent”:“–”,“version”:“32.0.1.2”,“exception”:{“Exception”:“Error”,“Message”:“Call to undefined method OC\\Server::getLogger()”,“Code”:0,“Trace”:[{“file”:“/var/www/nextcloud/apps/cadviewer/lib/AppInfo/Application.php”,“line”:40,“function”:“__construct”,“class”:“OCA\\Cadviewer\\AppConfig”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/ServerContainer.php”,“line”:89,“function”:“__construct”,“class”:“OCA\\Cadviewer\\AppInfo\\Application”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/ServerContainer.php”,“line”:169,“function”:“getAppContainer”,“class”:“OC\\ServerContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/ServerContainer.php”,“line”:133,“function”:“getAppContainerForService”,“class”:“OC\\ServerContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Bootstrap/Coordinator.php”,“line”:102,“function”:“query”,“class”:“OC\\ServerContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Bootstrap/Coordinator.php”,“line”:55,“function”:“registerApps”,“class”:“OC\\AppFramework\\Bootstrap\\Coordinator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/base.php”,“line”:683,“function”:“runInitialRegistration”,“class”:“OC\\AppFramework\\Bootstrap\\Coordinator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/base.php”,“line”:1192,“function”:“init”,“class”:“OC”,“type”:“::”},{“file”:“/var/www/nextcloud/console.php”,“line”:31,“args”:[“/var/www/nextcloud/lib/base.php”],“function”:“require_once”},{“file”:“/var/www/nextcloud/occ”,“line”:33,“args”:[“/var/www/nextcloud/console.php”],“function”:“require_once”}],“File”:“/var/www/nextcloud/apps/cadviewer/lib/AppConfig.php”,“Line”:88,“message”:“Error during app service registration: Call to undefined method OC\\Server::getLogger()”,“exception”:{},“CustomMessage”:“Error during app service registration: Call to undefined method OC\\Server::getLogger()”}}
{“reqId”:“luUXfVDpNbO2wBWoLjtN”,“level”:4,“time”:“2025-11-29T14:51:42+00:00”,“remoteAddr”:“”,“user”:“–”,“app”:“no app in context”,“method”:“”,“url”:“–”,“message”:“Could not boot cadviewer: Call to undefined method OC\\Server::getLogger()”,“userAgent”:“–”,“version”:“32.0.1.2”,“exception”:{“Exception”:“Error”,“Message”:“Call to undefined method OC\\Server::getLogger()”,“Code”:0,“Trace”:[{“file”:“/var/www/nextcloud/apps/cadviewer/lib/AppInfo/Application.php”,“line”:40,“function”:“__construct”,“class”:“OCA\\Cadviewer\\AppConfig”,“type”:“->”},{“function”:“__construct”,“class”:“OCA\\Cadviewer\\AppInfo\\Application”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php”,“line”:72,“function”:“newInstanceArgs”,“class”:“ReflectionClass”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php”,“line”:122,“function”:“buildClass”,“class”:“OC\\AppFramework\\Utility\\SimpleContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php”,“line”:140,“function”:“resolve”,“class”:“OC\\AppFramework\\Utility\\SimpleContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/DependencyInjection/DIContainer.php”,“line”:352,“function”:“query”,“class”:“OC\\AppFramework\\Utility\\SimpleContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/ServerContainer.php”,“line”:135,“function”:“queryNoFallback”,“class”:“OC\\AppFramework\\DependencyInjection\\DIContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Bootstrap/Coordinator.php”,“line”:166,“function”:“query”,“class”:“OC\\ServerContainer”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/App/AppManager.php”,“line”:481,“function”:“bootApp”,“class”:“OC\\AppFramework\\Bootstrap\\Coordinator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/App/AppManager.php”,“line”:273,“function”:“loadApp”,“class”:“OC\\App\\AppManager”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Console/Application.php”,“line”:90,“function”:“loadApps”,“class”:“OC\\App\\AppManager”,“type”:“->”},{“file”:“/var/www/nextcloud/console.php”,“line”:84,“function”:“loadCommands”,“class”:“OC\\Console\\Application”,“type”:“->”},{“file”:“/var/www/nextcloud/occ”,“line”:33,“args”:[“/var/www/nextcloud/console.php”],“function”:“require_once”}],“File”:“/var/www/nextcloud/apps/cadviewer/lib/AppConfig.php”,“Line”:88,“message”:“Could not boot cadviewer: Call to undefined method OC\\Server::getLogger()”,“exception”:{},“CustomMessage”:“Could not boot cadviewer: Call to undefined method OC\\Server::getLogger()”}}
```





