• Resolved Immanuel Conrad

    (@immanuelconrad)


    I have been trying to activate woocommerce plugin but break my site. See the errors bellow and how can resolve this
    There has been a critical error on your website. Please check your site admin email inbox for instructions.

    Learn more about debugging in WordPress.

    Error Details
    =============
    An error of type E_ERROR was caused in line 44 of the file /Users/Israel/Sites/folec/html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/migration/ActionScheduler_DBStoreMigrator.php. Error message: Uncaught RuntimeException: Error saving action: Error saving action: Table ‘folec_wpdb2.ic_actionscheduler_actions’ doesn’t exist in /Users/Israel/Sites/folec/html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/migration/ActionScheduler_DBStoreMigrator.php:44
    Stack trace:
    #0 /Users/Israel/Sites/folec/html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/data-stores/ActionScheduler_HybridStore.php(242): ActionScheduler_DBStoreMigrator->save_action(Object(ActionScheduler_Action), NULL)
    #1 /Users/Israel/Sites/folec/html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_ActionFactory.php(177): ActionScheduler_HybridStore->save_action(Object(ActionScheduler_Action))
    #2 /Users/Israel/Sites/folec/html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_ActionFactory.php(84): ActionScheduler_ActionFactory->store(Object(ActionScheduler_Action))
    #3 /Users/Israel/Sites/folec

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @immanuelconrad,

    It looks like WooCommerce may not have been able to create the necessary database tables that it needs.

    Make sure the database user for WordPress has permission to create tables. You can typically check that inside the web host’s control panel.

    You can also try using the standalone version of the Action Scheduler since the trouble appears to be coming from the tables it requires.

    https://wordpress.org/plugins/action-scheduler/

    Let us know what you find out and we’ll go from there.

    Thanks!

    Thread Starter Immanuel Conrad

    (@immanuelconrad)

    Thank you for your reply but I tried to activate the action scheduler plugin but it also breaks my site

    Error Details
    =============
    An error of type E_ERROR was caused in line 44 of the file /Users/Israel/Sites/folec/html/wp-content/plugins/action-scheduler/classes/migration/ActionScheduler_DBStoreMigrator.php. Error message: Uncaught RuntimeException: Error saving action: Error saving action: Table ‘folec_wpdb.ic_actionscheduler_actions’ doesn’t exist in /Users/Israel/Sites/folec/html/wp-content/plugins/action-scheduler/classes/migration/ActionScheduler_DBStoreMigrator.php:44
    Stack trace:
    #0 /Users/Israel/Sites/folec/html/wp-content/plugins/action-scheduler/classes/data-stores/ActionScheduler_HybridStore.php(242): ActionScheduler_DBStoreMigrator->save_action(Object(ActionScheduler_Action), NULL)
    #1 /Users/Israel/Sites/folec/html/wp-content/plugins/action-scheduler/classes/ActionScheduler_ActionFactory.php(177): ActionScheduler_HybridStore->save_action(Object(ActionScheduler_Action))
    #2 /Users/Israel/Sites/folec/html/wp-content/plugins/action-scheduler/classes/ActionScheduler_ActionFactory.php(84): ActionScheduler_ActionFactory->store(Object(ActionScheduler_Action))
    #3 /Users/Israel/Sites/folec/html/wp-content/plugins/action-scheduler/functions.php(36): ActionScheduler_ActionF

    What did you find out about the database user permissions? This error indicates the table is missing in the database. One reason it could be missing is the database user doesn’t have permission to create it.

    
    Error saving action: Table ‘folec_wpdb.ic_actionscheduler_actions’ doesn’t exist in
    
    Thread Starter Immanuel Conrad

    (@immanuelconrad)

    let me contact my host thank you

    We haven’t heard back from you in a while, so I’m going to mark this as resolved. Feel free to start a new thread if you have any further questions!

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

The topic ‘MY WEBSITE BREAKS WHEN ACTIVATING WOCOMMERCE PLUGIN’ is closed to new replies.