Hi, I run OMV6 and just rebooted my server for the first time in a couple of months and now the web GUI just returns 504 when attempting to login. I have not upgraded in some time and figure if that's all I need or if I risk messing things up even further. I've tried clearing cookies/incognito without success.
sudo systemctl status openmediavault-engined.service:
Code
● openmediavault-engined.service - The OpenMediaVault engine daemon that processes the RPC request
Loaded: loaded (/lib/systemd/system/openmediavault-engined.service; enabled; vendor preset: enabled)
Active: active (running) since Mon 2024-04-15 19:25:54 CEST; 22min ago
Main PID: 1392 (omv-engined)
Tasks: 1 (limit: 19041)
Memory: 19.2M
CGroup: /system.slice/openmediavault-engined.service
└─1392 omv-engined
Apr 15 19:39:13 mothership omv-engined[13472]: PHP Fatal error: Uncaught Error: Non-static method DateTimeZone::listIdentifiers() cannot be called statically in /usr/share/php/openmediavault/env.inc:47
Apr 15 19:39:13 mothership omv-engined[13472]: Stack trace:
Apr 15 19:39:13 mothership omv-engined[13472]: #0 /usr/sbin/omv-engined(517): require_once()
Apr 15 19:39:13 mothership omv-engined[13472]: #1 {main}
Apr 15 19:39:13 mothership omv-engined[13472]: thrown in /usr/share/php/openmediavault/env.inc on line 47
Apr 15 19:42:13 mothership omv-engined[14631]: PHP Fatal error: Uncaught Error: Non-static method DateTimeZone::listIdentifiers() cannot be called statically in /usr/share/php/openmediavault/env.inc:47
Apr 15 19:42:13 mothership omv-engined[14631]: Stack trace:
Apr 15 19:42:13 mothership omv-engined[14631]: #0 /usr/sbin/omv-engined(517): require_once()
Apr 15 19:42:13 mothership omv-engined[14631]: #1 {main}
Apr 15 19:42:13 mothership omv-engined[14631]: thrown in /usr/share/php/openmediavault/env.inc on line 47
Display More
dpkg -l | grep -E "php|openme":
Code
ii openmediavault 6.9.8-1 all openmediavault - The open network attached storage solution
ii openmediavault-flashmemory 6.2 all folder2ram plugin for openmediavault
ii openmediavault-keyring 1.0.2-2 all GnuPG archive keys of the openmediavault archive
ii openmediavault-omvextrasorg 6.3.1 all OMV-Extras.org Package Repositories for OpenMediaVault
ii openmediavault-resetperms 6.0.3 all Reset Permissions
ii openmediavault-sftp 6.0.1 all sftp server
ii openmediavault-sharerootfs 6.0.3-1 all openmediavault share root filesystem plugin
ii php-bcmath 2:7.4+76 all Bcmath module for PHP [default]
ii php-cgi 2:7.4+76 all server-side, HTML-embedded scripting language (CGI binary) (default)
ii php-common 2:76 all Common files for PHP packages
ii php-fpm 2:7.4+76 all server-side, HTML-embedded scripting language (FPM-CGI binary) (default)
ii php-mbstring 2:7.4+76 all MBSTRING module for PHP [default]
ii php-pam 2.2.3-1+deb11u1 amd64 pam module for PHP 7.4
ii php-xml 2:7.4+76 all DOM, SimpleXML, WDDX, XML, and XSL module for PHP [default]
ii php-yaml 2.2.1+2.1.0+2.0.4+1.3.2-2 amd64 YAML-1.1 parser and emitter for PHP
rc php7.3-bcmath 7.3.31-1~deb10u1 amd64 Bcmath module for PHP
rc php7.3-cgi 7.3.31-1~deb10u1 amd64 server-side, HTML-embedded scripting language (CGI binary)
rc php7.3-cli 7.3.31-1~deb10u1 amd64 command-line interpreter for the PHP scripting language
rc php7.3-common 7.3.31-1~deb10u1 amd64 documentation, examples and common module for PHP
rc php7.3-fpm 7.3.31-1~deb10u1 amd64 server-side, HTML-embedded scripting language (FPM-CGI binary)
rc php7.3-json 7.3.31-1~deb10u1 amd64 JSON module for PHP
rc php7.3-mbstring 7.3.31-1~deb10u1 amd64 MBSTRING module for PHP
rc php7.3-opcache 7.3.31-1~deb10u1 amd64 Zend OpCache module for PHP
rc php7.3-readline 7.3.31-1~deb10u1 amd64 readline module for PHP
rc php7.3-xml 7.3.31-1~deb10u1 amd64 DOM, SimpleXML, WDDX, XML, and XSL module for PHP
ii php7.4-bcmath 7.4.33-1+deb11u4 amd64 Bcmath module for PHP
ii php7.4-cgi 7.4.33-1+deb11u4 amd64 server-side, HTML-embedded scripting language (CGI binary)
ii php7.4-cli 7.4.33-1+deb11u4 amd64 command-line interpreter for the PHP scripting language
ii php7.4-common 7.4.33-1+deb11u4 amd64 documentation, examples and common module for PHP
ii php7.4-fpm 7.4.33-1+deb11u4 amd64 server-side, HTML-embedded scripting language (FPM-CGI binary)
ii php7.4-json 7.4.33-1+deb11u4 amd64 JSON module for PHP
ii php7.4-mbstring 7.4.33-1+deb11u4 amd64 MBSTRING module for PHP
ii php7.4-opcache 7.4.33-1+deb11u4 amd64 Zend OpCache module for PHP
ii php7.4-readline 7.4.33-1+deb11u4 amd64 readline module for PHP
ii php7.4-xml 7.4.33-1+deb11u4 amd64 DOM, SimpleXML, XML, and XSL module for PHP
Display More
Is PHP the culprit or is anything else causing this since the service appears to be running?