Support

Home Forums Event Espresso Premium Can't get out of maintenance mode in EE4

Can't get out of maintenance mode in EE4

Posted: July 29, 2019 at 5:55 am

Viewing 1 reply thread


theranchfm

July 29, 2019 at 5:55 am

Updated ee4 but the my database is backed up continue button is not doing anything


Josh

  • Support Staff

July 29, 2019 at 12:00 pm

Update: This was resolved via a support token. If anyone else happens to use one of the themes from createit-pl via Themeforest that includes the “Easy Gallery plugin”, you can add this fix:

add_action(
    'add_meta_boxes',
    'my_remove_gallery_image_box',
    11
);
function my_remove_gallery_image_box() {
    remove_meta_box(
        'easy-image-gallery',
        'event-espresso_page_espresso_maintenance_settings',
        'normal'
    );
}

You can add the above to a functions plugin.

Viewing 1 reply thread

The support post ‘Can't get out of maintenance mode in EE4’ 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