• Resolved johnegg

    (@johnegg)


    Tried & tried to get the migration tool to work but keeps getting stuck & saying “Migration preview in progress”

    This is error log:

    [11-Nov-2022 14:45:37 UTC] PHP Fatal error:  Uncaught RuntimeException: Error while making 'TEC\Events\Custom_Tables\V1\Migration\State': Class "TEC\Events\Custom_Tables\V1\Migration\Events" does not exist in /home/p579791/public_html/wp-content/plugins/the-events-calendar/common/vendor/lucatume/di52/src/tad/DI52/Container.php:358
    Stack trace:
    #0 /home/p579791/public_html/wp-content/plugins/the-events-calendar/common/vendor/lucatume/di52/src/tad/DI52/Container.php(283): tad_DI52_Container->resolve('TEC\\Events\\Cust...')
    #1 /home/p579791/public_html/wp-content/plugins/the-events-calendar/common/src/Tribe/Container.php(176): tad_DI52_Container->make('TEC\\Events\\Cust...')
    #2 /home/p579791/public_html/wp-content/plugins/event-tickets/src/Tickets/Recurrence/Provider.php(23): tribe('TEC\\Events\\Cust...')
    #3 /home/p579791/public_html/wp-content/plugins/the-events-calendar/common/vendor/lucatume/di52/src/tad/DI52/Container.php(486): TEC\Tickets\Recurrence\Provider->register()
    #4 /home/p579791/public_html/wp-content/plugins/event-tickets/src/Tickets/Provider.php(54): tad_DI52_Container->register('TEC\\Tickets\\Rec...')
    #5 /home/p579791/public_html/wp-content/plugins/the-events-calendar/common/vendor/lucatume/di52/src/tad/DI52/Container.php(486): TEC\Tickets\Provider->register()
    #6 /home/p579791/public_html/wp-content/plugins/the-events-calendar/common/src/Tribe/Container.php(288): tad_DI52_Container->register('TEC\\Tickets\\Pro...')
    #7 /home/p579791/public_html/wp-content/plugins/event-tickets/src/Tribe/Main.php(349): tribe_register_provider('TEC\\Tickets\\Pro...')
    #8 /home/p579791/public_html/wp-content/plugins/event-tickets/src/Tribe/Main.php(322): Tribe__Tickets__Main->bind_implementations()
    #9 /home/p579791/public_html/wp-includes/class-wp-hook.php(308): Tribe__Tickets__Main->bootstrap('')
    #10 /home/p579791/public_html/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters('', Array)
    #11 /home/p579791/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
    #12 /home/p579791/public_html/wp-content/plugins/the-events-calendar/common/src/Tribe/Main.php(120): do_action('tribe_common_lo...')
    #13 /home/p579791/public_html/wp-includes/class-wp-hook.php(308): Tribe__Main->plugins_loaded('')
    #14 /home/p579791/public_html/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(NULL, Array)
    #15 /home/p579791/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
    #16 /home/p579791/public_html/wp-settings.php(480): do_action('plugins_loaded')
    #17 /home/p579791/public_html/wp-config.php(107): require_once('/home/p579791/p...')
    #18 /home/p579791/public_html/wp-load.php(50): require_once('/home/p579791/p...')
    #19 /home/p579791/public_html/wp-blog-header.php(13): require_once('/home/p579791/p...')
    #20 /home/p579791/public_html/index.php(17): require('/home/p579791/p...')
    #21 {main}
      thrown in /home/p579791/public_html/wp-content/plugins/the-events-calendar/common/vendor/lucatume/di52/src/tad/DI52/Container.php on line 358
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support tristan083

    (@tristan083)

    Hey @johnegg,

    Apologies for the difficulties.

    By any chance do you have your site on PHP 8.1? If it is, I would recommend downgrading to at most PHP 8.0 at this time as the plugin does not fully support PHP 8.1 currently.

    If that doesn’t help, I would recommend removing the plugin and manually installing it via FTP.

    Thread Starter johnegg

    (@johnegg)

    Thanks we are using php 8 though.

    Im also getting random fatal errors, maybe related? See the below log:

    [15-Nov-2022 15:11:38 UTC] PHP Fatal error:  Uncaught Error: Class "Tribe\Events\Pro\Views\V2\Widgets\Service_Provider" not found in /home/p579791/public_html/wp-content/plugins/the-events-calendar/common/vendor/lucatume/di52/src/tad/DI52/Container.php:484
    Stack trace:
    #0 /home/p579791/public_html/wp-content/plugins/the-events-calendar/common/src/Tribe/Container.php(288): tad_DI52_Container->register('Tribe\\Events\\Pr...')
    #1 /home/p579791/public_html/wp-content/plugins/events-calendar-pro/src/Tribe/Views/V2/Service_Provider.php(41): tribe_register_provider('Tribe\\Events\\Pr...')
    #2 /home/p579791/public_html/wp-content/plugins/the-events-calendar/common/vendor/lucatume/di52/src/tad/DI52/Container.php(486): Tribe\Events\Pro\Views\V2\Service_Provider->register()
    #3 /home/p579791/public_html/wp-content/plugins/the-events-calendar/common/src/Tribe/Container.php(288): tad_DI52_Container->register('Tribe\\Events\\Pr...')
    #4 /home/p579791/public_html/wp-content/plugins/events-calendar-pro/src/Tribe/Main.php(1584): tribe_register_provider('Tribe\\Events\\Pr...')
    #5 /home/p579791/public_html/wp-includes/class-wp-hook.php(308): Tribe__Events__Pro__Main->on_plugins_loaded('')
    #6 /home/p579791/public_html/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(NULL, Array)
    #7 /home/p579791/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
    #8 /home/p579791/public_html/wp-settings.php(480): do_action('plugins_loaded')
    #9 /home/p579791/public_html/wp-config.php(108): require_once('/home/p579791/p...')
    #10 /home/p579791/public_html/wp-load.php(50): require_once('/home/p579791/p...')
    #11 /home/p579791/public_html/wp-blog-header.php(13): require_once('/home/p579791/p...')
    #12 /home/p579791/public_html/index.php(17): require('/home/p579791/p...')
    #13 {main}
      thrown in /home/p579791/public_html/wp-content/plugins/the-events-calendar/common/vendor/lucatume/di52/src/tad/DI52/Container.php on line 484
    [15-Nov-2022 15:43:27 UTC] PHP Warning:  include(): Failed opening '/home/p579791/public_html/wp-content/themes/Avada/templates/title-bar.php' for inclusion (include_path='.:/opt/alt/php80/usr/share/pear:/opt/alt/php80/usr/share/php:/usr/share/pear:/usr/share/php') in /home/p579791/public_html/wp-content/themes/Avada/includes/avada-functions.php on line 405
    Thread Starter johnegg

    (@johnegg)

    Any update here? Its still stuck in “Migration preview in progress” even though were using php 7.4 now

    • This reply was modified 3 years, 6 months ago by johnegg.
    Plugin Support WilloftheD

    (@abzlevelup)

    Hi @johnegg, that’s definitely weird with the PHP errors/warning you have here regardless of downgrading to v7.4.

    We’d like to investigate further in regard to this issue, and since you have an active license and for us to help you better, please open a Support Ticket on our Help Desk. Also, for us to follow WordPress Forum Guidelines in regard to premium users.

    I’d be closing this thread and one of my colleagues will be with you shortly. We look forward to helping you out with this one.

    Hang in there

    Best,
    Abz

    Thread Starter johnegg

    (@johnegg)

    Thanks I opened a ticket. Please reply back to the alternative email i supplied

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘MIgration failing’ is closed to new replies.