-
Notifications
You must be signed in to change notification settings - Fork 79
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
Undefined array key "HOME" #59
Comments
maybe something like this:
the advice itself was spotted in a long discussion to an issue on GitHub called "Parallel conversions and synchronization". |
Switch to version 1.0.5 it will resolve in new version this issue occures |
Its not working due to this commit: |
Can confirm 1.0.5 is working but 1.0.7 is not. |
Confirmed too, 1.0.5 is working whereas 1.0.7 is not... please add just a check before using the variable $_SERVER['HOME'] which is not set...
|
Adding HOME=/home/sail in .env file works like a charm |
Hi
i got this on my test environment - a VPS:
This is the code line in question:
The text was updated successfully, but these errors were encountered: