• Hi, I hope you having a great day.

    I installed Easy digital downloads this error will appear on the top of my site

    Warning: session_start(): open(/var/cpanel/php/sessions/ea-php70/sess_98afa02d0d63029ea0d19b54f6797b43, O_RDWR) failed: No such file or directory/plugins/easy-digital-downloads/includes/class-edd-session.php on line 414

    I used
    https://docs.easydigitaldownloads.com/article/501-edd-use-php-sessions
    and apparently it will get fixed but this is the right solution to solve this?

    thank you.

Viewing 1 replies (of 1 total)
  • Hi Hamed,

    You can resolve this problem by disabling the use of PHP sessions as mentioned in the doc you linked to.

    Add this to your wp-config.php file:

    
    define( 'EDD_USE_PHP_SESSIONS', false );
    
Viewing 1 replies (of 1 total)
  • The topic ‘PHP Session’ is closed to new replies.