I've tried installing it on two different VPS setups (CentOS and Ubuntu) using Nginx, PHP 8.3, and MariaDB, but I'm running into multiple errors during the installation process:
-
ini_set() expects a string, but an integer was given
-
session_start() – permission denied
-
Fatal error: call to a non-static method
-
uniqid() called with the wrong parameter type
-
Missing ParserFactoryMethods trait in ua-parser
After creating the user, setting the password and timezone, I get a white screen. If I try to repeat the process, it says the app is already installed, takes me to the login page—but the username and password don't work.
I've tried installing it on two different VPS setups (CentOS and Ubuntu) using Nginx, PHP 8.3, and MariaDB, but I'm running into multiple errors during the installation process:
After creating the user, setting the password and timezone, I get a white screen. If I try to repeat the process, it says the app is already installed, takes me to the login page—but the username and password don't work.