Support

Home Forums Event Espresso Premium Warning on Iphone: sessen_start() EE3

Warning on Iphone: sessen_start() EE3

Posted: May 20, 2014 at 5:32 am


Robbert de Kuiper Webcommunicatie

May 20, 2014 at 5:32 am

When I visit my site, doesn’t matter which page, I get this warning and no content at all:

Warning:session_start()[function.session-start]: the session id is too long or contains illegal characters, valid characters are a-z, A-Z, 0-9 and ‘-‘ in /{domainfolder}/plugins/event-espresso/espresso.php

How to solve?


Lorenzo Orlando Caum

  • Support Staff

May 20, 2014 at 8:28 am

Hello,

Be sure that your software for Event Espresso is up to date. Then add this macro to your wp-config.php file:

https://codex.wordpress.org/Debugging_in_WordPress#WP_DEBUG_DISPLAY

The center of the file is a safe location. Be sure to save changes.


Lorenzo


Robbert de Kuiper Webcommunicatie

May 20, 2014 at 9:45 am

Hi Lorenzo,

Thanks for your reply.

The software is up to date to the latest version (3.1.36.5.P) and I added the required line in wp-config.php, but the problem still exists. Also tried to disable all other plugins, but that didn’t solve it either.


Lorenzo Orlando Caum

  • Support Staff

May 20, 2014 at 9:51 am

Remove any existing debug macros in your wp-config.php file and then add this:

	define('WP_DEBUG', false);
	if (WP_DEBUG) {
		define('WP_DEBUG_LOG', true);
		define('WP_DEBUG_DISPLAY', true);
		@ini_set('display_errors', 0);
	}


Lorenzo


Robbert de Kuiper Webcommunicatie

May 20, 2014 at 10:10 am

Done that, didn’t solve it either.


Lorenzo Orlando Caum

  • Support Staff

May 20, 2014 at 11:05 am

Check with your webhost. A setting on the server is forcing PHP notices and warnings to appear.


Lorenzo


Robbert de Kuiper Webcommunicatie

May 20, 2014 at 11:11 am

Just checked again.. and it was solved. The last trick did it. Maybe my phone cashed the last stage. Thanks for your help and fast replies!

The support post ‘Warning on Iphone: sessen_start() EE3’ 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