• HI..

    Sadly.. due to serious illness (including surgery) i got no change to reply to my former post since it already got the status resolved whithin a week.

    So same question again

    Tried to install woocommerce.
    I can not get it to work.
    De-activated all my plugins already..tried different theme.

    Tried earlier versions..
    Keep getting this error.

    It worked before on same site about 4 months ago.

    Please help !

    Fatal error: Uncaught Exception: Error saving action: Error saving action: Table ‘stickerc_wp860.wpuw_actionscheduler_actions’ doesn’t exist
    in /home3/stickerc/public_html/wp-content/plugins/woocommerce-4.1.1/packages/action-scheduler/classes/migration/ActionScheduler_DBStoreMigrator.php on line 44

    Call stack:

    Call stack:

    ActionScheduler_DBStoreMigrator::save_action()
    wp-content/plugins/woocommerce-4.1.1/packages/action-scheduler/classes/data-stores/ActionScheduler_HybridStore.php:242
    ActionScheduler_HybridStore::save_action()
    wp-content/plugins/woocommerce-4.1.1/packages/action-scheduler/classes/ActionScheduler_ActionFactory.php:177
    ActionScheduler_ActionFactory::store()
    wp-content/plugins/woocommerce-4.1.1/packages/action-scheduler/classes/ActionScheduler_ActionFactory.php:84
    ActionScheduler_ActionFactory::single()
    wp-content/plugins/woocommerce-4.1.1/packages/action-scheduler/functions.php:36
    as_schedule_single_action()
    wp-content/plugins/woocommerce-4.1.1/packages/action-scheduler/classes/migration/Scheduler.php:89
    Action_Scheduler\M\Scheduler::schedule_migration()
    wp-content/plugins/woocommerce-4.1.1/packages/action-scheduler/classes/migration/Controller.php:99
    Action_Scheduler\M\Controller::schedule_migration()
    wp-includes/class-wp-hook.php:287
    WP_Hook::apply_filters()
    wp-includes/class-wp-hook.php:311
    WP_Hook::do_action()
    wp-includes/plugin.php:478
    do_action()
    wp-settings.php:562
    require_once()
    wp-config.php:104
    require_once()
    wp-load.php:37
    require_once()
    wp-blog-header.php:13
    require()
    index.php:17

    • This topic was modified 4 years, 4 months ago by tandarts.
Viewing 7 replies - 1 through 7 (of 7 total)
  • Kyle M

    (@kylemcpheron)

    Hi @tandarts,

    First off, sorry to hear about the illness and surgery. I do hope everything went well, and you’re feeling much better now.

    As for the fatal error that you are seeing when installing WooCommerce, you mentioned you previously had WooCommerce installed before. Perhaps the plugin was not fully uninstalled? I would suggest attempting to upload the WooCommerce plugin files via FTP, as described on this page here.

    Hope that helps!

    Thread Starter tandarts

    (@tandarts)

    Hi.

    Tried to install through ftp.
    No folder of woocommerce excisted so install was easy.
    No luck. Still same error after activation.

    Renamed plugin. Added extra string to my function.php to completly remove all data from database as wel.

    Removed plugin. Removed the sting from my function.php
    Checked database. All woocommerce data was removed.

    Added new install through ftP.

    Same error occured again.

    I run newest php.
    Wp is fully updated and error occures with genesis theme as with the twenty twenty theme.

    Kyle M

    (@kylemcpheron)

    Thank you for the additional information @tandarts! From what I can tell, it appears there is a permission issue with your hosting, which isn’t allowing WordPress to create tables. I have found a GitHub thread that appears to address your issue, and the majority of cases are coming from sites using WPEngine. Is that your host, per chance?

    Feel free to read over the forum thread here. As @rrennick points out in that thread:

    Action Scheduler checks for the tables on every load of the AS admin screen and attempts to create them if they don’t exist. If the tables are not being created then there is something in your hosting environment preventing them from being created. Contact your hosting support to investigate what is preventing the table creation.

    There is a solution in the bottom of that thread as well. Please let us know how it goes.

    Thread Starter tandarts

    (@tandarts)

    Hi. Thank you.

    I will contact my host right away.

    (And no my host is not WPEngine)

    Other plugins do not have this issue by the way.. only woocommerce

    I will let you know!

    Thread Starter tandarts

    (@tandarts)

    Feedback from my host !

    All permissions are correct.
    (newest php version, theme, plugins and wordpress are to newest version – see previous posts)

    I have a second website running on same server. Tried to install Woocommerce and worked like a charm.

    tried tTried to install a different plugin with database tables.. works like a charm too Then tried install woocommerce again on my main website and got the nasty error popping up.

    Anyone got a suggestion?

    Thread Starter tandarts

    (@tandarts)

    anyone?

    @tandarts check in your wp_options table, and see if these options exist:
    schema-ActionScheduler_StoreSchema
    schema-Action_Scheduler\Custom_Tables\DB_Store_Table_Maker
    schema-Action_Scheduler\Custom_Tables\DB_Logger_Table_Maker

    Remove them if any of them do, this should force action scheduler to create the tables

    • This reply was modified 4 years, 1 month ago by tripflex.
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Critical error’ is closed to new replies.