I have these errors across the top of my admin panel – this is a copy of the site https://experience-tea.com we made for a redesign. We’re also running WooCommerce. What do these mean and how do I fix it?
constant EE_MIGRATION_STEP_SIZE – assumed ‘EE_MIGRATION_STEP_SIZE’ (this will throw an Error in a future version of PHP) in /home/customer/www/aimsite33.us/public_html/exptea/wp-config.php on line 83
Warning: session_start(): Cannot start session when headers already sent in /home/customer/www/aimsite33.us/public_html/exptea/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/customer/www/aimsite33.us/public_html/exptea/wp-config.php:83) in /home/customer/www/aimsite33.us/public_html/exptea/wp-includes/functions.php on line 6270
constant EE_MIGRATION_STEP_SIZE – assumed ‘EE_MIGRATION_STEP_SIZE’ (this will throw an Error in a future version of PHP) in /home/customer/www/aimsite33.us/public_html/exptea/wp-config.php on line 83
Means you have something like:
define(EE_MIGRATION_STEP_SIZE, 4);
On line 83 of your sites wp-config.php file, you can remove that line. The other errors will likely no longer be thrown oonce that line is removed.
Side note – Do you have an active support license with Event Espresso? The account you are currently posting from does not and we can not provide further support without an active license.
If you need to purchase a license there is a renewal button on your account page.
Viewing 1 reply thread
The support post ‘errors at top of admin panel on 4.10.6p on staging site’ 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.
If you would like help from the Event Espresso staff, then please purchase a support license right now so you can create a support topic in our premium support forums.