Roundcube Community Forum

Release Support => Pending Issues => Topic started by: gerix on November 06, 2012, 09:51:35 AM

Title: Install problem
Post by: gerix on November 06, 2012, 09:51:35 AM
Good day,

i have problem with installation process.

First step show error:

Warning: session_start(): open(/var/lib/php/session/sess_0mr30fub9ejig5qi9ig308bfc3, O_RDWR) failed: Permission denied (13) in /var/www/vhosts/localhost.localdomain/anedia/webmail/installer/index.php on line 58

Here is php_info()

http://www.anedia.cz/php.php

Where is error?

Thank for answer
Title: Re: Install problem
Post by: nulllptr on November 06, 2012, 01:03:23 PM
Looks like it's failing to open /var/lib/php/session/ directory for writing a temporary php session file.
Title: Re: Install problem
Post by: gerix on November 06, 2012, 01:06:54 PM
How to fix it? Thank you
Title: Re: Install problem
Post by: SKaero on November 06, 2012, 01:19:05 PM
Give the web server read/write permission to that directory.
Title: Re: Install problem
Post by: gerix on November 06, 2012, 01:29:26 PM
Yes, i have, but problem again:(

Where is problem? thank you