ISSUE TYPE
SUMMARY
I get following error in the devilbox backend:
Warning: session_start(): open(/tmp/sess_c791ba8151497dec229b136e06bf3b22, O_RDWR) failed: Permission denied (13) in /var/www/default/config.php on line 6
Warning: session_start(): Failed to read session data: files (path: ) in /var/www/default/config.php on line 6
if i want to connect via phpmyadmin i get:
Error during session start; please check your PHP and/or webserver log file and configure your PHP installation properly. Also ensure that cookies are enabled in your browser.
session_start(): open(SESSION_FILE, O_RDWR) failed: Permission denied (13)
session_start(): Failed to read session data: files (path: )
in the console i get:
php_1 | [29-Sep-2018 19:53:20 Europe/Berlin] mail() on [/var/www/default/include/lib/Logger.php:142]: To: apache@localhost -- Headers: -- Subject: devilbox error
php_1 | Sep 29 19:53:20 php postfix/postdrop[3313]: warning: mail_queue_enter: create file maildrop/577422.3313: Permission denied
php_1 | Sep 29 19:53:30 php postfix/postdrop[2591]: warning: mail_queue_enter: create file maildrop/425317.2591: Permission denied
php_1 | Sep 29 19:53:30 php postfix/postdrop[3313]: warning: mail_queue_enter: create file maildrop/577629.3313: Permission denied
php_1 | Sep 29 19:53:40 php postfix/postdrop[2591]: warning: mail_queue_enter: create file maildrop/425513.2591: Permission denied
php_1 | Sep 29 19:53:40 php postfix/postdrop[3313]: warning: mail_queue_enter: create file maildrop/577860.3313: Permission denied
what i do wrong? i doesn't change anything. i only pull the latest master branch and then it crashes.. (OS: Ubuntu 18)
Goal
get the tool running again :-(
ISSUE TYPE
SUMMARY
I get following error in the devilbox backend:
if i want to connect via phpmyadmin i get:
in the console i get:
what i do wrong? i doesn't change anything. i only pull the latest master branch and then it crashes.. (OS: Ubuntu 18)
Goal
get the tool running again :-(