Your form could not be submitted #2

User 542931 Photo


Registered User
2 posts


Any ideas why I'm getting this?


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_35233a52d964dd9aad3b773cb637dba3, O_RDWR) failed: No such file or directory (2)
User 103173 Photo


VP of Software Development
0 posts

James Davis wrote:

Any ideas why I'm getting this?


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_35233a52d964dd9aad3b773cb637dba3, O_RDWR) failed: No such file or directory (2)

There are two possibilities here that could cause that error:

1. 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.

2. File 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.
Learn the essentials with these quick tips for Responsive Site Designer, Responsive Email Designer, Foundation Framer, and the new Bootstrap Builder. You'll be making awesome, code-free responsive websites and newsletters like a boss.

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.