Hi,
I have installed a kirby website on a client server. The maximal configuration version of PHP available in 5.4 (like recommended for kirby installation). I have checked it out with a php info and, this is right (not just a fake panel configurtation annoucement).
However, i have few issues.
When debug mode is turn to true in my config file, these error appear on the home page :
Warning: session_start(): open(/home/content/73/2828573/tmp/sess_evv34462h6ibjgde37uvr7d5s3, O_RDWR) failed: Aucun fichier ou dossier de ce type (2) in /home/content/73/2828573/html/kirby/toolkit/lib/s.php on line 54
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/content/73/2828573/html/kirby/toolkit/lib/s.php:54) in /home/content/73/2828573/html/kirby/toolkit/lib/s.php on line 54
Warning: Cannot modify header information - headers already sent by (output started at /home/content/73/2828573/html/kirby/toolkit/lib/s.php:54) in /home/content/73/2828573/html/kirby/toolkit/lib/s.php on line 64
The second thing is, I can’t access to the panel login page. I get these errors :
Warning: session_start(): open(/home/content/73/2828573/tmp/sess_evv34462h6ibjgde37uvr7d5s3, O_RDWR) failed: No such file or directory (2) in /home/content/73/2828573/html/kirby/toolkit/lib/s.php on line 54
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/content/73/2828573/html/kirby/toolkit/lib/s.php:54) in /home/content/73/2828573/html/kirby/toolkit/lib/s.php on line 54
Warning: Cannot modify header information - headers already sent by (output started at /home/content/73/2828573/html/kirby/toolkit/lib/s.php:54) in /home/content/73/2828573/html/kirby/toolkit/lib/s.php on line 64
Warning: Cannot modify header information - headers already sent by (output started at /home/content/73/2828573/html/kirby/toolkit/lib/s.php:54) in /home/content/73/2828573/html/kirby/toolkit/lib/header.php on line 201
Warning: Cannot modify header information - headers already sent by (output started at /home/content/73/2828573/html/kirby/toolkit/lib/s.php:54) in /home/content/73/2828573/html/kirby/toolkit/lib/header.php on line 202
Warning: Unknown: open(/home/content/73/2828573/tmp/sess_evv34462h6ibjgde37uvr7d5s3, O_RDWR) failed: No such file or directory (2) in Unknown on line 0
Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct () in Unknown on line 0
I don’t have any issues on my local serveur with PHP 5.4.39. Very strange.
My question is : is Kirby already available with any 5.4 PHP configuration ?
Thanks for your help.