Support

Home Forums Event Espresso Premium EE4 error message after upgrading to 4.6.17.p

EE4 error message after upgrading to 4.6.17.p

Posted: March 26, 2015 at 12:58 pm

Viewing 3 reply threads


Russell

March 26, 2015 at 12:58 pm

Hi, im getting the following error message after upgrading to 4.6.17.p

Warning: session_start(): open(/tmp/sess_b4485ff7e7aa175933809cf13632a9df, O_RDWR) failed: Permission denied (13) in /wp-content/plugins/event-espresso-core-reg/core/EE_Session.core.php on line 399

Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at wp-content/plugins/event-espresso-core-reg/core/EE_Session.core.php:399) in wp-content/plugins/event-espresso-core-reg/core/EE_Session.core.php on line 399

Any ideas how to fix this?

Thanks in advance
Russell


Lorenzo Orlando Caum

  • Support Staff

March 26, 2015 at 1:02 pm

Hi Russell, a session is what holds the registration information until it is completed.

Try adding this macro towards the middle of your wp-config.php file and saving changes:

define('WP_DEBUG_DISPLAY', FALSE);
@ini_set('display_errors', FALSE);


Lorenzo


Tony

  • Support Staff

March 26, 2015 at 1:07 pm

Hi Russell,

The error message shows Event Espresso can not create sessions.

Either your session path is not set, or it is set to /tmp and your site does not have permissions to access that directory.

I would recommend contacting your host to have them set up sessions correctly.


Russell

March 26, 2015 at 2:26 pm

Thanks Tony will do!

Viewing 3 reply threads

The support post ‘EE4 error message after upgrading to 4.6.17.p’ 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