bertelemanuel
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] WooCommerce database update running since 6 hoursI started this thread 9 months ago. Today I´ve made the next woocommerce database update and now I have the same issue once again.
There are 3 pending scheduled actions:
‘update_callback’ => ‘wc_update_390_move_maxmind_database’
‘update_callback’ => ‘wc_update_390_change_geolocation_database_update_cron’
‘update_callback’ => ‘wc_update_390_db_version’The option to run these pending actions manually isn´t available any more. 9 months ago I had this option, but today it isn´t available any more.
What can I do now? Thanks for your support.
Forum: Plugins
In reply to: [WooCommerce] Borders around categories and products are missingI just found the answer by my own. The CSS has to be updated to this:
.woocommerce .products > li {
border: 1px solid #e7e6e6;
}Now it works.
Forum: Plugins
In reply to: [WooCommerce] Borders around categories and products are missingI have just now seen, that I´ve added this custom CSS a few years ago:
.products > li {
border: 1px solid #e7e6e6;
}This CSS has created the borders.
Probably the CSS doesn´t work any more and has to be updated?I had the borders around the product and the category pictures (thumbnails). Now they are missing and I want to have them back.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce database update running since 6 hoursOK, I just phoned with my host. He explained me how I get in the PhpMyAdmin.
I deleted the row with the ID 2813 and now everything works.Thank you very much 🙂
Forum: Plugins
In reply to: [WooCommerce] WooCommerce database update running since 6 hoursWhere can I find post 2813 in my FTP? Sorry I´m not an expert 😉
Forum: Plugins
In reply to: [WooCommerce] WooCommerce database update running since 6 hoursI don´t know exactly because there were many tasks to run.
Now I´ve enabled the debug mode. This is the error:
Fatal error: Uncaught ActionScheduler_InvalidActionException: Action [2813] has invalid arguments. It cannot be JSON decoded to an array. in /home/www/wordpress/wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_InvalidActionException.php:26 Stack trace: #0 /home/www/wordpress/wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_wpPostStore.php(799): ActionScheduler_InvalidActionException::from_decoding_args(2813) #1 /home/www/wordpress/wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_wpPostStore.php(135): ActionScheduler_wpPostStore->validate_args(NULL, 2813) #2 /home/www/wordpress/wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_wpPostStore.php(118): ActionScheduler_wpPostStore->make_action_from_post(Object(WP_Post)) #3 /home/www/wordpress/wp-content/plugins/woocommerce/includes/libraries/action-scheduler/functions.php(171): ActionScheduler_wpPostStore->fetch_a in /home/www/wordpress/wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_InvalidActionException.php on line 26
Forum: Plugins
In reply to: [WooCommerce] WooCommerce database update running since 6 hoursOnly the Dashboard and the installed plugins pages are blank now. All the other admin sites are still working.
In scheduled tasks it says Pending (2), but only “woocommerce_update_marketplace_suggestions” is pending. When I click here on run the message is “Successfully executed action: woocommerce_update_marketplace_suggestions”, but it still stays in Pending.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce database update running since 6 hoursThanks, that was helpful. I´ve runned the tasks manually.
There is only one task which didn´t get in the status completed. This is: woocommerce_update_marketplace_suggestions
When I run this task it´s still pending.
The message about the WooCommerce database update is now gone. But now I have a bigger problem. My dashbord site is completely empty. When I click on dashboard, I have an empty white site. The same problem when I click on installed plugins. Here the site is also completely empty.
Do you have a tip Mike?