alextselegidis / easyappointments-docker

📅 Docker Official Image packaging for Easy!Appointments
https://developers.easyappointments.org
27 stars 15 forks source link

Failed to initialize storage module #3

Closed ionesculiviucristian closed 1 year ago

ionesculiviucristian commented 1 year ago

Hello. I'm having this warning when accessing the app:

A PHP ERROR WAS ENCOUNTERED
SEVERITY
Warning

MESSAGE
session_start(): Failed to initialize storage module: user (path: /var/www/html/application/config/../../storage/sessions)

FILENAME
Session/Session.php

LINE NUMBER
127

If I change the permissions to 0777 for storage it works (or point to /tmp in config).