Support

Home Forums Event Espresso Premium I'm getting a bunch of errors in debug

I'm getting a bunch of errors in debug

Posted: January 21, 2023 at 3:00 am


Richard Leino

January 21, 2023 at 3:00 am

I’m getting these errors:

ng: session_start(): open(/var/cpanel/php/sessions/ea-php56/sess_c1da60c5c2d0f883313905905a633e39, O_RDWR) failed: No such file or directory (2) in /home/afceaqp/public_html/wp-content/plugins/event-espresso-core-reg/core/services/session/SessionStartHandler.php on line 65

Warning: session_start(): Failed to read session data: files (path: /var/cpanel/php/sessions/ea-php56) in /home/afceaqp/public_html/wp-content/plugins/event-espresso-core-reg/core/services/session/SessionStartHandler.php on line 65

Warning: Cannot modify header information – headers already sent by (output started at /home/afceaqp/public_html/wp-content/plugins/event-espresso-core-reg/core/services/session/SessionStartHandler.php:65) in /home/afceaqp/public_html/wp-admin/includes/misc.php on line 1416

Warning: Cannot modify header information – headers already sent by (output started at /home/afceaqp/public_html/wp-content/plugins/event-espresso-core-reg/core/services/session/SessionStartHandler.php:65) in /home/afceaqp/public_html/wp-includes/functions.php on line 6865

Warning: Cannot modify header information – headers already sent by (output started at /home/afceaqp/public_html/wp-content/plugins/event-espresso-core-reg/core/services/session/SessionStartHandler.php:65) in /home/afceaqp/public_html/wp-admin/admin-header.php on line 9


Tony

  • Support Staff

January 21, 2023 at 5:21 am

Hi there,

session_start(): open(/var/cpanel/php/sessions/ea-php56/sess_c1da60c5c2d0f883313905905a633e39, O_RDWR) failed: No such file or directory (2) in /home/afceaqp/public_html/wp-content/plugins/event-espresso-core-reg/core/services/session/SessionStartHandler.php on line 65

This is the only ‘real error’ from above, all of the others are being thrown because that warning is being thrown and outputting something to the page early. So the ‘headers already sent…’ errors are happening because the warning is being output to the page before the headers, those can safely be ignored as they will stop once the warning is fixed.

The warning you are getting look like a permissions issue, EE is trying to use PHP sessions and your server can’t create them. I would recommend opening a ticket with your host and asking them to investigate the above. If you sent them this part:

session_start(): open(/var/cpanel/php/sessions/ea-php56/sess_c1da60c5c2d0f883313905905a633e39, O_RDWR) failed: No such file or directory (2) in /home/afceaqp/public_html/wp-content/plugins/event-espresso-core-reg/core/services/session/SessionStartHandler.php on line 65

They should be able to work from there to fix it.

The support post ‘I'm getting a bunch of errors in debug’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso