From the message it seems that the session folder (that you can read in the message) has not read/write permissions on your server, usually it should be owned by the web server user (that is the same user that owns the web server root folder). This is a misconfiguration of your web server and can google around "php session write permissions" to see how to set the permissions on the PHP session folder on your system.
If you send your Skype ID in a PM I could eventually help you to fix this misconfiguration on your server.
FRANCESCO CROCETTI @ SKARED CREATIONS
hi, my skipe is ****.
Skared Creations said
From the message it seems that the session folder (that you can read in the message) has not read/write permissions on your server, usually it should be owned by the web server user (that is the same user that owns the web server root folder). This is a misconfiguration of your web server and can google around "php session write permissions" to see how to set the permissions on the PHP session folder on your system.If you send your Skype ID in a PM I could eventually help you to fix this misconfiguration on your server.
i am having the same error and have not been able to figure it out. has anyone else been able to fix this?
i am having the same error and have not been able to figure it out. has anyone else been able to fix this?
If you create a PHP file on your server with the following code and navigate to it on your web browser, then you can search in the page for the value of session.save_path (the path set in this value should exist and the webserver user [usually 'apache' or 'www-data' on Linux] should have read&write permissions to it):
<?php
phpinfo();
Anyway if you won't succeed to fix this yourself then feel free to send me a PM with your Skype ID and we shall check it out together.
FRANCESCO CROCETTI @ SKARED CREATIONS