Author Topic: Install problem  (Read 3856 times)

Offline gerix

  • Newbie
  • *
  • Posts: 3
Install problem
« on: November 06, 2012, 09:51:35 AM »
Good day,

i have problem with installation process.

First step show error:

Code: [Select]
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()

Code: [Select]
http://www.anedia.cz/php.php
Where is error?

Thank for answer

Offline nulllptr

  • Newbie
  • *
  • Posts: 4
Re: Install problem
« Reply #1 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.

Offline gerix

  • Newbie
  • *
  • Posts: 3
Re: Install problem
« Reply #2 on: November 06, 2012, 01:06:54 PM »
How to fix it? Thank you

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
Re: Install problem
« Reply #3 on: November 06, 2012, 01:19:05 PM »
Give the web server read/write permission to that directory.

Offline gerix

  • Newbie
  • *
  • Posts: 3
Re: Install problem
« Reply #4 on: November 06, 2012, 01:29:26 PM »
Yes, i have, but problem again:(

Where is problem? thank you