On an already existing server, CentOS 7 with PHP-FPM 8.0.16 and MariaDB 10.5.15
Downloaded latest Froxlor stable, following the documentation, and set up a virtualhost for it.
I start the setup process, all requirements check are green, then I insert a DB user and password for the "new" froxlor user, then I my (almost plaintext, no strange characters) MariaDB root password, and when clicking the continue button, I receive a blank page, and in the PHP-FPM log I have:
PHP Fatal error: Uncaught PDOException: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'BY '[MY_FROXLOR_DBUSER_PASSWORD]'' at line 1 in /var/www/froxlor/install/lib/class.FroxlorInstall.php:744
Is it a problem with the MariaDB version or something else?
I also tried to manually create the user, but there's no way to tell the installer that it already exists.
Question
Fanfurlio
On an already existing server, CentOS 7 with PHP-FPM 8.0.16 and MariaDB 10.5.15
Downloaded latest Froxlor stable, following the documentation, and set up a virtualhost for it.
I start the setup process, all requirements check are green, then I insert a DB user and password for the "new" froxlor user, then I my (almost plaintext, no strange characters) MariaDB root password, and when clicking the continue button, I receive a blank page, and in the PHP-FPM log I have:
Is it a problem with the MariaDB version or something else?
I also tried to manually create the user, but there's no way to tell the installer that it already exists.
8 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now