-
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
Installation fails even though key has been set #75
Comments
Issue has been fixed. Please remove all files from |
Will try this evening :) Thanks |
Are you using nginx or apache? |
Also make sure that web server user is able to write (at least 755 permissions) to the following folders:
|
I just found out that this has to do something with the .htaccess cache settings in exaxtly those two folders. It seems that on the first run the two .css and .js files a generated, but then they won't get loaded. As soon as I simply comment out the settings in the .htaccess files it works immediately. |
Which lines in https://github.com/freescout-helpdesk/freescout/blob/dist/public/.htaccess are you commenting? |
The only line in /public/css/builds and /public/js/builds where the cache settings are done |
This one https://github.com/freescout-helpdesk/freescout/blob/dist/public/css/builds/.htaccess |
I tested this on multiple browsers and on two different server installations (one virtual). Same problem on both servers. |
What error do you see in browser console for CSS and JS in /public/css/builds and /public/js/builds? Is it 404 error? Do you have files requested on page in Are you using CloudFlare or similar systems? |
When I enter the path to the css/js files manually then all I get is a server misconfiguration error, which disappears immediately after comment out the cache option from the .htaccess file. |
Thank you. Replace content of the .htaccess files with (we will add it to the next release):
|
Ok. Now it seems to work. Thanks. |
The installer runs until the end. But then all I get is: Something went wrong.
Debug output is:
ErrorException (E_ERROR)
Undefined variable: dbMessage (View: /var/www/freescout.xxxxxxxxxxxxx/html/resources/views/vendor/installer/finished.blade.php)
The text was updated successfully, but these errors were encountered: