When I install joomla with automatic setup all is working correctly.
What I need is to install joomla by deploy configuration.php directly into the website root. I've configured it and deleted joomla installation folder. When I try reach the website I get a white page. Checked the webserver logs and found this error:
Code: Select all
[error] 5457#5457: *3 FastCGI sent in stderr: "PHP message: PHP Warning: session_start(): Failed to read session data: user (path: /var/lib/php/sessions) in /var/www/joomla/libraries/joomla/session/handler/native.php on line 260" while reading response header from upstream, client: xxx.xxx.xxx.xxx, server: www.joomla-install.com, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/var/run/php/php7.2-fpm.sock:", host: "15.161.48.12:443"
Anyone knows from what it depends and how do I fix it?