Happyr/LinkedIn-API-client

Trying to get login url, get session error

Closed this issue · 2 comments

I'm using the Laravel 5 package. But it's just a wrapper. When I'm trying to generate login url, I'm getting the fooling error...

session_start(): open(/var/lib/php/sessions/sess_g009u0krgt2opthh5cmf4man60, O_RDWR) failed: Permission denied (13)

Any ideas as to why?

Only seeing the error messages tells me that you do not have permissions to open the file.
Are you using the Illuminate storage? https://github.com/Happyr/LinkedIn-API-client#use-different-session-classes

Closed because inactivity.