. in /homepages/30/d432826461/htdocs/eventportal/wp-includes/functions.php on line 3767
Warning: Cannot modify header information – headers already sent by (output started at /homepages/30/d432826461/htdocs/eventportal/wp-includes/functions.php:3767) in /homepages/30/d432826461/htdocs/eventportal/wp-content/plugins/event-espresso-core-reg/core/EE_Front_Controller.core.php on line 106
Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /homepages/30/d432826461/htdocs/eventportal/wp-includes/functions.php:3767) in /homepages/30/d432826461/htdocs/eventportal/wp-content/plugins/event-espresso-core-reg/core/EE_Session.core.php on line 401
I’m not sure what the __construct() log is for as there are no details.
This error:
Warning: Cannot modify header information – headers already sent by (output started at /wp-includes/functions.php:3767) in /wp-content/plugins/event-espresso-core-reg/core/EE_Front_Controller.core.php on line 106
This error means something is outputting headers to the browser before it should, but based on the its not actually Event Espresso doing it. The error means ‘Event Espresso tried to send headers, but something already has’ however it doesn’t narrow down the cause so it could be any plugin (or the theme) on the site.
This is only shown by debug modus on wordpress set on “true”. There is some part from the construct before this part from functions and eventespresso which is about the theme widgets.
I have not tested all workflow with eventespresso and its functions …
There is some part from the construct before this part from functions and eventespresso which is about the theme widgets.
That could be the problem but as it stands I can’t say for sure.
You may find no issues at all once WP_Debug is disabled as it could be a notice being thrown (which sends sends output to the browser) that only happens with WP_Debug enabled.
You are right – just notice, we do not see failures yet.
THX
Viewing 4 reply threads
The support post ‘Trouble after Update to 4.922p’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.