Cannot login after successfull installation

Alfter installing 11.0.0.10 via sudo -u www-data php occ etc. the command line says nextcloud installation was successfull.

When I try to login using my admin account the screen flashes one time and the login screen appears again without any error message.

The log file says:

{“reqId”:“FKEraUumg8tDgOPJVwiq”,“remoteAddr”:“93.220.115.60”,“app”:“no app in context”,“message”:“Current user is not logged in”,“level”:0,“time”:“2017-01-05T20:25:23+00:00”,“method”:“GET”,“url”:"/nextcloud/index.php/apps/gallery/config?extramediatypes=1",“user”:"–",“version”:“11.0.0.10”}

any ideas?

Thanks

Sorry, I just realized that there is another message with the same time stamp. In full it reads:

{“reqId”:"+KMTdFYU5tr1Zoq78xm0",“remoteAddr”:“93.220.115.60”,“app”:“PHP”,“message”:“session_write_close(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/lib/php/sessions) at /var/www/nextcloud/lib/private/Session/Internal.php#104”,“level”:3,“time”:“2017-01-05T20:29:50+00:00”,“method”:“GET”,“url”:"/nextcloud/cron.php",“user”:"–",“version”:“11.0.0.10”}
{“reqId”:“5wbbXDR1fC/3fCtpM7Oe”,“remoteAddr”:“93.220.115.60”,“app”:“no app in context”,“message”:“Current user is not logged in”,“level”:0,“time”:“2017-01-05T20:29:50+00:00”,“method”:“GET”,“url”:"/nextcloud/index.php/apps/gallery/config?extramediatypes=1",“user”:"–",“version”:“11.0.0.10”}

Hi

Maybe that can help: Webdav doesnt work in nextcloud 11

1 Like

Thank you very much for your quick answers.

Setting

session.save_path = “/tmp”

worked fine!