-
Notifications
You must be signed in to change notification settings - Fork 68
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
Missing UNIX domain socket path #121
Comments
Are you using predis or phpredis? if you are using phpredis:
if you are using predis:
|
Maybe this could be mentioned in the "Generic installation guide" ... This occurred to me when doing |
I bumped into the exact same problem. Please update the installation guide. |
Another issue I've encountered after resolving the one in the OP was a permission denied error on the Redis socket. The problem was that the user running the
Not entirely a big deal, but it would have been courteous if this was mentioned in the guide for using a dedicated pixelfed user. |
Testing sock connection
Command:
php artisan horizon:status
and then getting this errorHere's my settings:
The text was updated successfully, but these errors were encountered: