-
Notifications
You must be signed in to change notification settings - Fork 516
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 redirects to Login Screen #96
Comments
Hi, So you followed Installation Guide and on step 8. Installing the Application you are being redirected to the login page? |
Yes, correct. going to mydomain.com/install simply redirects to mydomain.com/login upon installation. DB is MariaDB. Webserver is Nginx. Installed via git |
Do you see web installer page or it redirects you immediately to the /login? Try to open: |
Both immediately redirect to /login without ever seeing the installer page Same results for the above |
Do you have .env file? If so try to remove it and run:
|
Yes, I had 3 .env files: .env I removed all 3 and then was able to visit /install.php where it stated:
This is a bit different from the install instructions:
However after running both, I was still seeing the same error. I manually created a new .env file based on the example one which brought the following into the installer:
After running this.. It starts redirections to the login screen again :( |
2 installation methods have been explained in the guide: https://github.com/freescout-helpdesk/freescout/wiki/Installation-Guide#8-installing-the-application Web installer is not working because your web server can not create |
What are the proper permissions? They are being set based on the above however it's still not working. Creating a manual user gives the following errors on creation: I'm assuming the web installer would be inserting tables into the database and since this has not been completed then there is no table to add to? The installation steps only creates the raw DB and doesn't seem to create tables. |
Yes. Sorry, one instruction is missing in the manual installation:
|
OK that managed to work. Still not sure why I couldn't bring up the installer but past that now. Hopefully if others have the same issue they can see this and do manual install |
Hello,
I've tried installing twice, and both instances I get stuck when trying to goto the install wizard. I am simply redirected to a login page, but I have no credentials yet.
Is this a known issue?
Using ubuntu 16.04 off a digital ocean base install.
The text was updated successfully, but these errors were encountered: