Skip to main content

accessing root directory in php

Comments

4 comments

  • sparek-3
    Are you using CloudLinux and CageFS?
    0
  • oah
    Are you using CloudLinux and CageFS?

    I am using Centos-7. I was about to post the solution it turned out to be a permission issue for the temp folder. So what I did was to change the config file for redis (change the socket location) to something like this /redis_sock and gave full permission on that file to redis and php users. Also modified my php connection to be: Redis->connect('/redis_sock/redis.sock');
    Now it is working just fine.
    0
  • oah
    Is there a way to mark this post as solved?
    0
  • cPanelLauren
    I'm glad to see you were able to resolve the issue and I'll go ahead and mark this issue as resolved.
    0

Please sign in to leave a comment.