Patricio Alban wrote:
Hi I am trying to create a web form with the paypal option I have keep getting this message:
Your form could not be submitted for the following reason(s):
Warning: [ err 2/line 391/config.cls.php] session_start(): open(/var/php_sessions/sess_e3e01b457a2143289f594c18d8bb6a8b, O_RDWR) failed: No such file or directory (2)
any help is appreciated
Thanks
Patrick
There can be 2 possible issues here:
1. This issue could be caused by permissions not being properly set on your server. With an FTP client, locate the folder called storage and change the permissions for that folder and all folders under it to 755. That should then fix the issue.
2. That could be caused by PHP Sessions not being enabled on your server. All you need to do is contact your hosting provider and have them enable PHP Sessions and your form will start to work.
Alternatively, if they cannot enable PHP Sessions, you can publish to S-Drive as our servers do have PHP Sessions enabled.