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]...
Started 11 years ago by DanDiaconu | 2 posts |
-
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 # -
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 #
Reply
You must log in to post.