Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114 PHP warning on multi-registration in error_log, repeated every 3 hours | Event Espresso - Staging Server
Every 3 hours the following two lines show up in my error_log:
[15-Oct-2013 13:00:01 UTC] PHP Warning: session_start() [function.session-start]: Cannot send session cookie – headers already sent in [ROOT]/eatdrinkri.com/wp-content/plugins/espresso-multiple/espresso-multi-registration.php on line 72
[15-Oct-2013 13:00:01 UTC] PHP Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at [ROOT]/eatdrinkri.com/wp-content/plugins/espresso-multiple/espresso-multi-registration.php:72) in [ROOT]/eatdrinkri.com/wp-content/plugins/espresso-multiple/espresso-multi-registration.php on line 72
I replaced my path with [ROOT] but other than that, those are the errors. I can’t seem to find the exact problem in a topic. This is a new install of WordPress and the Event Espresso plugins on an already registered domain.
WordPress version 3.6.1
Event Espresso – Version 3.1.35.1.P
Event Espresso – Multi Event Registration Version 1.0.4
Event Espresso – Permissions Version 1.5.4.1
Event Espresso – Recurring Events Version 1.1.7.1
Event Espresso – Social Media Version 1.1.5.1
Event Espresso – Ticketing Version 2.0.10.2.p
Event Espresso – API Plugin Version 2.0.3.p
It turns out that this is not an error, but rather a warning.
The message actually says that “Plugin is trying to start a session, but output has been already sent to the browser”. A session cannot be started after a single byte (it can even be a space) has been sent to the browser.
One possible cause is a space forgotten by the developer in one of your plugins or your theme files coming after closing ?> tag.
It may be difficult to find the real source of such an issue. One method is by deactivating all of your plugins (except Multi Event Registration) and reactivating them one by one. Then check the log file.
What you might try first is try loading up the default WP theme and deactivate/reactivate Multi Event Registration. If you don’t get the message there, then you can look for the problem in your theme files (possibly in functions.php).
Viewing 1 reply thread
The support post ‘PHP warning on multi-registration in error_log, repeated every 3 hours’ 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.