Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
304 views
in Q2A Core by

[11-Nov-2015 15:41:17 UTC] PHP Warning:  session_start(): open(/tmp/sess_5039877c1c9805c6be61eb0253b4958d, O_RDWR) failed: Permission denied (13) in /home/mysite/public_html/qa-include/qa-app-users.php on line 150

What is this warning piling up in my error log???? 

Q2A version: 1.7.1

1 Answer

0 votes
by
It's some kind of permissions error. You might need to ask your host.

See here: http://stackoverflow.com/questions/4585086/how-can-i-fix-the-permission-error-when-i-call-session-start
...