• Resolved michaelmorais

    (@michaelmorais)


    I hve this massive error when activating the pluging WP Mail SMTP by WPForms

    The error: 
    

    WordPress database error: [Table ‘localdb.wp_actionscheduler_actions’ doesn’t exist]
    SELECT a.action_id FROM wp_actionscheduler_actions a WHERE a.hook=’action_scheduler/migration_hook’ AND a.status=’in-progress’ ORDER BY scheduled_date_gmt DESC LIMIT 1
    WordPress database error: [Table ‘localdb.wp_actionscheduler_actions’ doesn’t exist]
    SELECT a.action_id FROM wp_actionscheduler_actions a WHERE a.hook=’action_scheduler/migration_hook’ AND a.status=’pending’ ORDER BY scheduled_date_gmt ASC LIMIT 1
    WordPress database error: [Table ‘localdb.wp_actionscheduler_actions’ doesn’t exist]
    SELECT a.action_id FROM wp_actionscheduler_actions a WHERE a.hook=’action_scheduler/migration_hook’ AND a.status=’in-progress’ ORDER BY scheduled_date_gmt DESC LIMIT 1
    WordPress database error: [Table ‘localdb.wp_actionscheduler_actions’ doesn’t exist]
    SELECT a.action_id FROM wp_actionscheduler_actions a WHERE a.hook=’action_scheduler/migration_hook’ AND a.status=’pending’ ORDER BY scheduled_date_gmt ASC LIMIT 1
    WordPress database error: [Table ‘localdb.wp_actionscheduler_groups’ doesn’t exist]
    SELECT group_id FROM wp_actionscheduler_groups WHERE slug=’action-scheduler-migration’
    WordPress database error: [Table ‘localdb.wp_actionscheduler_groups’ doesn’t exist]
    SHOW FULL COLUMNS FROM wp_actionscheduler_groups
    WordPress database error: [Table ‘localdb.wp_actionscheduler_actions’ doesn’t exist]
    SHOW FULL COLUMNS FROM wp_actionscheduler_actions

    Fatal error: Uncaught RuntimeException: Error saving action: Error saving action: Table ‘localdb.wp_actionscheduler_actions’ doesn’t exist in D:\home\site\wwwroot\wp-content\plugins\wp-mail-smtp\vendor\woocommerce\action-scheduler\classes\migration\ActionScheduler_DBStoreMigrator.php:44 Stack trace: #0 D:\home\site\wwwroot\wp-content\plugins\wp-mail-smtp\vendor\woocommerce\action-scheduler\classes\data-stores\ActionScheduler_HybridStore.php(242): ActionScheduler_DBStoreMigrator->save_action(Object(ActionScheduler_Action), NULL) #1 D:\home\site\wwwroot\wp-content\plugins\wp-mail-smtp\vendor\woocommerce\action-scheduler\classes\ActionScheduler_ActionFactory.php(177): ActionScheduler_HybridStore->save_action(Object(ActionScheduler_Action)) #2 D:\home\site\wwwroot\wp-content\plugins\wp-mail-smtp\vendor\woocommerce\action-scheduler\classes\ActionScheduler_ActionFactory.php(84): ActionScheduler_ActionFactory->store(Object(ActionScheduler_Action)) #3 D:\home\site\wwwroot\wp-content\plugins\wp-mail-smtp\vendor\woocommerce\action- in D:\home\site\wwwroot\wp-content\plugins\wp-mail-smtp\vendor\woocommerce\action-scheduler\classes\migration\ActionScheduler_DBStoreMigrator.php on line 44
    There has been a critical error on this website. Please check your site admin email inbox for instructions.`

    I see a lot of woocommerce related actions to be done but iam not using woocomerse

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @michaelmorais,

    Thanks for the error details. It looks like your site is unable to create the database tables required for the Action Scheduler library we use to schedule tasks. Please follow this troubleshooting guide to fix the issue.

    I hope this helps!

    Thread Starter michaelmorais

    (@michaelmorais)

    hello @sanzeeb3 ,

    when I follow the tutorial and install Action Scheduler Plugin it gives the same error and crashes my wordpress. I think something is wrong with my database and I don’t know how to solve it.
    But thanks for the reply

    Hi @michaelmorais,

    Thanks for the details! Yes, there is possibly some misconfiguration in your database that is preventing Action Scheduler to create its database tables. Please contact your web host support to see any further details on that. You might also want to check the steps outlined in this post and discuss with your web host support.

    Regards,

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

The topic ‘Erro when activating plugin’ is closed to new replies.