This forum is no longer open and is for reading/searching only.

Please use our new MachForm Community Forum instead.

MachForm Community Forums » MachForm 3

connection problem : Warning: session_start() [function.session-start]...


  1. DanDiaconu
    Member

    Hello,

    When i'm trying to connect, i got this message :

    Warning: session_start() [function.session-start]: open(/var/lib/php/session/sess_k20qtmhvu0jen7hokef64g5j63, O_RDWR) failed: Permission denied (13) in /var/www/vhosts/passionmontres.com/httpdocs/machform/includes/init.php on line 10

    Can you help me ?

    Thank you

    Posted 11 years ago #
  2. yuniar

    The PHP configuration on your server doesn't seems to be set correctly.
    You need to edit your PHP configuration file (php.ini) and set this setting:

    session.save_path

    make sure to assign a valid, writable folder path to that setting. For example:

    session.save_path = "/var/www/public_html/cgi-bin/tmp"

    MachForm Founder

    Posted 11 years ago #

RSS feed for this topic

Reply