The Basics
- Nextcloud Server version:
30.0.2.2
- Operating system and version:
Ubuntu 24.04
- Web server and version:
Apache/2.4.58
- PHP version (e.g, 8.3):
8.3.6
- Is this the first time you’ve seen this error?
yes
- When did this problem seem to first start?
changing network setup
- Installation method (e.g. AIO, NCP, Bare Metal/Archive, etc.)
extract zip file
- Are you using Cloudflare, mod_security, or similar? (Yes / No)
?
Hi. I am using Nextcloud since years but today I have a very strange problem and hopefully you can help me to find a solution.
My current set is using a NFS share for the Nextcloud installation. It is running since years. Now I changed the network interface of the NAS storage and from this time, the GUI will not start any more. The mount of the share is still available and I am able to change and store files.
My current problem is, no log output will be written. Not to the configure log file or the system log or something else. So currently I am blind and have no idea.
This was my initial log config:
‘logfile’ => ‘/tmp/nextcloud.log’,
‘loglevel’ => 0,
No I added the following entries in the config:
‘debug’ => true,
‘log_type’ => ‘errorlog’,
‘allow_local_remote_servers’ => true,
‘log_type’ => ‘systemd’,
‘syslog_tag’ => ‘Nextcloud’,
But still the same problem. There is no web interface available, apache is running successfully and log output will be generated.
Maybe someone of you have an idea to get some information from the system to get an idea of the problem.