mike1452
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Fatal Error after ativating pluginWe found both an explanation and the solution here:
https://rankmath.com/kb/fatal-error-after-1-0-49-update/Thanks for giving clues. ??
Forum: Plugins
In reply to: [WooCommerce] Fatal Error after ativating pluginThank you for reply.
1. We have changed the time settings,
2. We installed action-schedulerThe result: the same error
Here is debug report from debag.log of our site.
We changed it just to hide site’s folders.Stack trace: #0 .../wp-content/plugins/woocommerce/packages/action-scheduler/classes/data-stores/ActionScheduler_HybridStore.php(242): ActionScheduler_DBStoreMigrator->save_action(Object(ActionScheduler_Action), NULL) #1 .../wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_ActionFactory.php(177): ActionScheduler_HybridStore->save_action(Object(ActionScheduler_Action)) #2 .../wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_ActionFactory.php(84): ActionScheduler_ActionF in .../wp-content/plugins/woocommerce/packages/action-scheduler/classes/migration/ActionScheduler_DBStoreMigrator.php on line 44 [04-Apr-2021 17:55:00 UTC] WordPress database error Table 'db_WP.wp_actionscheduler_actions' doesn't exist for query SELECT COUNT(DISTINCT claim_id) FROM wp_actionscheduler_actions WHERE claim_id != 0 AND status IN ( 'pending', 'in-progress') made by shutdown_action_hook, do_action('shutdown'), WP_Hook->do_action, WP_Hook->apply_filters, ActionScheduler_QueueRunner->maybe_dispatch_async_request, ActionScheduler_AsyncRequest_QueueRunner->maybe_dispatch, ActionScheduler_AsyncRequest_QueueRunner->allow, ActionScheduler_Abstract_QueueRunner->has_maximum_concurrent_batches, ActionScheduler_HybridStore->get_claim_count, ActionScheduler_DBStore->get_claim_count [04-Apr-2021 17:55:00 UTC] WordPress database error Table 'db_WP.wp_actionscheduler_actions' doesn't exist for query SELECT a.action_id FROM wp_actionscheduler_actions a WHERE 1=1 AND a.status='pending' AND a.scheduled_date_gmt <= '2021-04-04 17:55:00' ORDER BY a.scheduled_date_gmt ASC LIMIT 0, 5 made by shutdown_action_hook, do_action('shutdown'), WP_Hook->do_action, WP_Hook->apply_filters, ActionScheduler_QueueRunner->maybe_dispatch_async_request, ActionScheduler_AsyncRequest_QueueRunner->maybe_dispatch, ActionScheduler_AsyncRequest_QueueRunner->allow, ActionScheduler_Store->has_pending_actions_due, ActionScheduler_HybridStore->query_actions, ActionScheduler_DBStore->query_actions [04-Apr-2021 17:55:00 UTC] WordPress database error Table 'db_WP.wp_actionscheduler_actions' doesn't exist for query SELECT a.action_id FROM wp_actionscheduler_actions a LEFT JOIN wp_actionscheduler_groups g ON g.group_id=a.group_id WHERE 1=1 AND g.slug='woocommerce-db-updates' AND a.hook='woocommerce_run_update_callback' AND a.status='pending' AND (a.hook LIKE '%[\"wc_admin_update_170_homescreen_layout\"]%' OR (a.extended_args IS NULL AND a.args LIKE '%[\"wc_admin_update_170_homescreen_layout\"]%') OR a.extended_args LIKE '%[\"wc_admin_update_170_homescreen_layout\"]%') ORDER BY a.scheduled_date_gmt ASC LIMIT 0, 1 made by require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, Automattic\WooCommerce\Admin\Install::check_version, Automattic\WooCommerce\Admin\Install::install, Automattic\WooCommerce\Admin\Install::maybe_update_db_version, Automattic\WooCommerce\Admin\Install::update, WC_Action_Queue->search, as_get_scheduled_actions, ActionScheduler_HybridStore->query_actions, ActionScheduler_DBStore->query_actions [04-Apr-2021 17:55:00 UTC] WordPress database error Table 'db_WP.wp_actionscheduler_actions' doesn't exist for query SELECT a.action_id FROM wp_actionscheduler_actions a LEFT JOIN wp_actionscheduler_groups g ON g.group_id=a.group_id WHERE 1=1 AND g.slug='woocommerce-db-updates' AND a.hook='woocommerce_run_update_callback' AND a.status='complete' AND (a.hook LIKE '%[\"wc_admin_update_170_homescreen_layout\"]%' OR (a.extended_args IS NULL AND a.args LIKE '%[\"wc_admin_update_170_homescreen_layout\"]%') OR a.extended_args LIKE '%[\"wc_admin_update_170_homescreen_layout\"]%') ORDER BY a.scheduled_date_gmt ASC LIMIT 0, 1 made by require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, Automattic\WooCommerce\Admin\Install::check_version, Automattic\WooCommerce\Admin\Install::install, Automattic\WooCommerce\Admin\Install::maybe_update_db_version, Automattic\WooCommerce\Admin\Install::update, WC_Action_Queue->search, as_get_scheduled_actions, ActionScheduler_HybridStore->query_actions, ActionScheduler_DBStore->query_actions [04-Apr-2021 17:55:00 UTC] WordPress database error Table 'db_WP.wp_actionscheduler_groups' doesn't exist for query SELECT group_id FROM wp_actionscheduler_groups WHERE slug='woocommerce-db-updates' made by require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, Automattic\WooCommerce\Admin\Install::check_version, Automattic\WooCommerce\Admin\Install::install, Automattic\WooCommerce\Admin\Install::maybe_update_db_version, Automattic\WooCommerce\Admin\Install::update, WC_Action_Queue->schedule_single, as_schedule_single_action, ActionScheduler_ActionFactory->single, ActionScheduler_ActionFactory->store, ActionScheduler_HybridStore->save_action, ActionScheduler_DBStoreMigrator->save_action, ActionScheduler_DBStore->save_action, ActionScheduler_DBStore->get_group_id [04-Apr-2021 17:55:00 UTC] WordPress database error Table 'db_WP.wp_actionscheduler_groups' doesn't exist for query SHOW FULL COLUMNS FROM <code>wp_actionscheduler_groups</code> made by require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, Automattic\WooCommerce\Admin\Install::check_version, Automattic\WooCommerce\Admin\Install::install, Automattic\WooCommerce\Admin\Install::maybe_update_db_version, Automattic\WooCommerce\Admin\Install::update, WC_Action_Queue->schedule_single, as_schedule_single_action, ActionScheduler_ActionFactory->single, ActionScheduler_ActionFactory->store, ActionScheduler_HybridStore->save_action, ActionScheduler_DBStoreMigrator->save_action, ActionScheduler_DBStore->save_action, ActionScheduler_DBStore->get_group_id, ActionScheduler_DBStore->create_group [04-Apr-2021 17:55:00 UTC] WordPress database error Table 'db_WP.wp_actionscheduler_actions' doesn't exist for query SHOW FULL COLUMNS FROM <code>wp_actionscheduler_actions</code> made by require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, Automattic\WooCommerce\Admin\Install::check_version, Automattic\WooCommerce\Admin\Install::install, Automattic\WooCommerce\Admin\Install::maybe_update_db_version, Automattic\WooCommerce\Admin\Install::update, WC_Action_Queue->schedule_single, as_schedule_single_action, ActionScheduler_ActionFactory->single, ActionScheduler_ActionFactory->store, ActionScheduler_HybridStore->save_action, ActionScheduler_DBStoreMigrator->save_action, ActionScheduler_DBStore->save_action [04-Apr-2021 17:55:00 UTC] PHP Fatal error: Uncaught RuntimeException: Error saving action: Error saving action: Table 'db_WP.wp_actionscheduler_actions' doesn't exist in .../wp-content/plugins/woocommerce/packages/action-scheduler/classes/migration/ActionScheduler_DBStoreMigrator.php:44 Stack trace: #0 .../wp-content/plugins/woocommerce/packages/action-scheduler/classes/data-stores/ActionScheduler_HybridStore.php(242): ActionScheduler_DBStoreMigrator->save_action(Object(ActionScheduler_Action), NULL) #1 .../wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_ActionFactory.php(177): ActionScheduler_HybridStore->save_action(Object(ActionScheduler_Action)) #2 .../wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_ActionFactory.php(84): ActionScheduler_ActionFactory->store(Object(ActionScheduler_Action)) #3 .../wp-content/plugins/woocommerce/packages/action-scheduler/classes/migration/ActionScheduler_DBStoreMigrator.php on line 44
Thank you for your assistance.
- This reply was modified 3 years, 7 months ago by mike1452.
Forum: Plugins
In reply to: [WooCommerce] Fatal Error after ativating pluginNote, please that
Woo commerce was installed, activated, deactivated, uninstalled, deleted some time ago, and reinstalled now.
I compared tables of the installed plugin on my other site with tables of this plugin on the problem site and I see that 5 tables are missing on reinstall. For some reason, they haven’t been created on reinstall.wp_wc_order_stats
wp_wc_order_tax_lookup
wp_wc_product_meta_lookup
wp_wc_reserved_stockMaybe this would give you more info.
Forum: Plugins
In reply to: [WooCommerce] Fatal Error after ativating pluginThank you for your quick reply.
I did 1 and 2
I switched to a default theme Twenty Twenty,
deactivated all plugins and activated the WOO COMMERCE.The result:
– I still get the same message I posted previously.
Waiting for your next leads on how to solve this issue.
Thanks.Hi,
I managed to translate all lines. I figured how the layout can be changed. I know how to add or remove the details (relying on your presets), but please tell me where I could add let’s say {students_username} to the Feedback Quiz letter if it isn’t in the presets for this case letter. Where can I add or remove those presets? Also, some {} values work in one letter and don’t work for other, although both letters do have it in their presets. Please check (for example) the {quiz_name} in the quiz feedback letter. It doesn’t work here but works perfectly for the Notifying instructor about the submitted quizzes letter.
Forum: Plugins
In reply to: [WPGlobus - Multilingual WordPress] UM localisation with WPGlobusWe do use loco translate as well. And all lines needed are translated via Loco-Translate. But the switching (by WPGlobus) is working strange. Some fealds (not all) depend on the default language of the site. And if I have local language as a default one then when I switch site to Engl it would show some fealds in the form still in local. And the same with Engl.
- This reply was modified 3 years, 10 months ago by mike1452.
Hi @tobifjellner @champsupertramp
Thank you for your quick reply.
1. We did tried to use the files from the link. The translation is 100%. Unfortunantely this suggestion didn’t help.
2. We tried to use other translators and the result is the same still.
3. We created a brand new subdomain for test and installed only a few main plugins. And we have the same problem.We are using Tutor LMS and it doesn’t support multisite system for Polylang (we tried it and the problem was there as well). In fact using local language as default site’s language makes Ultimate Member forms work in Local language on both ends: Engl and local.
Right now we have set test site default language – En.
Ultimate Member is translated 100%
Plugins: Ultimate Member, Loco Translate, Automatic translate Addon For Loco Translate, WPGlobus, WPGlobus Translate Optionshttps://ru.forever-young-student.com/ru/password-reset/ (not localised)
https://ru.forever-young-student.com/ru/register/ (‘confirm’ – should be localised)
https://ru.forever-young-student.com/ru/login/ (the lines: ‘Keep me signed in’ & ‘Forgot your password?’ – should be localised)Our original site is set with local language as default and on EN pages we have:
https://forever-young-student.com/en/password-reset/ – we see local lang instead En
https://forever-young-student.com/en/register/ – again local
https://forever-young-student.com/en/login-mystudents/ – local
Notify-letters are all nice but in English, and messages are part in local and part in En on the same page.
Please help us to set your plugin right.Regards,
MaxForum: Plugins
In reply to: [WPGlobus - Multilingual WordPress] Проблема с выводом названий страницНет, я использую yoast seo, но проблема была и до него.