-
-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
install.php freezes. cannot complete installation #528
Labels
Comments
Now it gives me this error:
This is the content of .env file:
|
Hi, it looks the database driver is not correctly configured at your PHP setup, if you use IIS and Windows you probably want to connect to an MSSQL database or do you use a MYSQL instance? |
You are right. I'm trying to use PDO_MySQL but I didn't installed it. Sorry for wasting your time. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello. I'm new to fusio. I'm trying to install it under IIS/windows.
I installed PHP 8.3 and MySQL 8.0.32. I Downloaded and unziped fusio in a folder, then I created IIS site in that folder, made the required settings for php and account for SQL. Then I loaded install.php in browser and filled all the fields in the form. When I hit Install button first time, it asked for write permission to 'public/apps'. I gave it. Then it stated that "driver is missing at line 33" in driver.php. I didn't know what to do but I changed database password because it was too long with many special characters and I felt that may be it is a problem when put in APP_CONNECTION in .env file. Now when I start install, it just freezes at step 1/5 and nothing happens.
Is there some installation log where I could check what happens?
The text was updated successfully, but these errors were encountered: