Loading...
 
Architecture / Installation

Architecture / Installation


Solved: session_start() error

posts: 98 Greece

While I may have solved a duplicate error I persistently encountered during attempts to upgrade my 12.X site (and I will come back to the topic discussing it when I complete installation) I now get a new error when I try to upgrade to a 15.X version.

Again the steps I take during upgrade:
(a) I rename my working wiki folder to something else
(b) I extract tiki 15.X in a folder named same as my subdomain
(c) I run the installer from there

then I get the following error message
Warning: session_start(): open(/var/lib/php/session/sess_sb92ch822q840ohqtfldis7rc0, O_RDWR) failed: Permission denied (13) in /var/www/vhosts/mydomain/mysubdomain/tiki-install.php on line 58

line 58 of course is the session_start();
line

Any hints?

posts: 98 Greece
I upgraded to php 7.0 and didn't encounter this message again.