• Home
  • Blog
  • Documentation
  • FAQ
    • Pre-Sales Questions
  • Log In
  • Get Easy Forms
  • Home
  • Blog
  • Documentation
  • FAQ
    • Pre-Sales Questions
  • Log In
  • Get Easy Forms
home/Knowledge Base/Common Issues & Troubleshooting/Warning: session_start(): Failed to read session data
Popular Search:Getting Started

Warning: session_start(): Failed to read session data

255 views 0 September 10, 2024 admin

If you are getting a similar error message in you application:

session_start(): Failed to read session data: files (path: /var/cpanel/php/sessions/ea-php81)

It means there is an error with the PHP configuration or webserver file permissions, so you will need to contact your host support to fixed. However, there are a couple of alternative solutions that can work.

First Option:

Go to hosting panel (cPanel, Plesk u other) and change the PHP version of your site. As each PHP version has its own configuration, this simple change can fix the issue.

Second Option:

Add this code to install.php and index.php

 ini_set('session.save_path', __DIR__ . '/sessions');

And create new folder named “sessions” on the same folder in the app.

And that’s it!

Was this helpful?

Yes  No
Related Articles
  • Install PHP Intl extension
  • Increase PHP memory limit
  • Update v1.* Forms to Make It Compatible with Easy Forms v2.*
  • Outgoing Emails are not displayed correctly
  • Referrer URL: Chrome, Edge, Firefox, and others browser show only the website domain
  • Number Field and decimals (floats)

Didn't find your answer? Contact Us

Leave A Comment Cancel reply

You must be logged in to post a comment.

Common Issues & Troubleshooting
  • Warning: session_start(): Failed to read session data
  • Install PHP Intl extension
  • Increase PHP memory limit
  • Update v1.* Forms to Make It Compatible with Easy Forms v2.*
  • Outgoing Emails are not displayed correctly
  • Referrer URL: Chrome, Edge, Firefox, and others browser show only the website domain
View All 14  
Popular Articles
  • How to Show/Hide HTML elements with Conditional Rules
  • How to enable / disable DEBUG mode
  • How to Submit a Form as WhatsApp Message
  • How to update Form Stats from the command line
  • How to compare two fields to pass the validation (jQuery Validation)
KB Categories
  • Add-Ons
  • Advanced Techniques
  • Common Issues & Troubleshooting
  • Developers "How To's"
  • Getting Started
  • How To

Update v1.* Forms to Make It Compatible with Easy Forms v2.*  

About Easy Forms

With Easy Forms you can create unlimited web forms and most importantly the complete management of them without paying monthly fees

Resources
  • Knowledge Base
  • Documentation
  • Pre-sales Questions
  • Blog
Useful Help Links
  • Get Easy Forms
  • Live Demo
  • License Terms
  • Contact Us
Frequent Visit Links
  • Pre-Sales Questions
  • System Requirements
  • Installing Easy Forms
  • Upgrading Easy Forms
  • Privacy Policy
  • © 2015 - 2024 Baluart EIRL. All Rights Reserved.

Popular Search:Getting Started