Blank page after login
short description
I just installed the new v3.2 on a new server (install from scratch) on Ubuntu 20.04.
First everything worked very well, ISPConfig could be opened, I made several settings and then I did some changes in the System/Server Config tabs for several services (mail, web...) and now I only get a 500-error and only the ISPConfig Logo is shown and the logout-admin button. honestly i don't know what setting was the reason, but it seems like something has the wrong datatype in database now...
environment
Server OS: Ubuntu Server OS version: focal 20.04 ISPConfig version: 3.2 - newest from today
log entries
/var/log/apache/error.log
mod_fcgid: stderr: PHP Warning: Trying to access array offset on value of type null in /usr/local/ispconfig/interface/lib/classes/auth.inc.php on line 61
mod_fcgid: stderr: PHP Fatal error: Uncaught TypeError: count(): Argument #1 ($var) must be of type Countable|array, bool given in /usr/local/ispconfig/interface/lib/classes/tpl.inc.php(1366) : eval()'d code:116
mod_fcgid: stderr: Stack trace:
mod_fcgid: stderr: #0 /usr/local/ispconfig/interface/lib/classes/tpl.inc.php(1366): eval()
mod_fcgid: stderr: #1 /usr/local/ispconfig/interface/lib/classes/tpl.inc.php(769): tpl->_parse()
mod_fcgid: stderr: #2 /usr/local/ispconfig/interface/web/index.php(117): tpl->pparse()
mod_fcgid: stderr: #3 {main}
mod_fcgid: stderr: thrown in /usr/local/ispconfig/interface/lib/classes/tpl.inc.php(1366) : eval()'d code on line 116
I already had a look into tpl.inc.php and index.php but I honestly don't have a clue where to continue...