omahoung
Forum Replies Created
-
Oh yes, I didn’t think about that, I can try, even if I would prefer that an Instructor could have multiple roles assigned. I actually wrote some code to add the menu item in case it doesn’t show, it works fine, so maybe I will keep this code and I will not have to create an additional role.
Thanks for the suggestion.Forum: Plugins
In reply to: [LifterLMS - WP LMS for eLearning, Online Courses, & Quizzes] NoticesHi,
Sorry for the late answer.
I did the test and yes when Transposh is deactivated the notices disappear. Does this mean this is a Transposh issue? Because I actually also did the opposite test, when Lifterlms is deactivated, the notices also disappear.
Kind regards.
Thanks for the answer.
I am already using a role capability editor plugin, it is called “Members”. With this plugin I have assigned 2 roles to a specific user: Instructor + Editor. As this instructor is also an Editor he should see the “Posts” item in the admin menu.
I can’t edit the LifterLMS Instructor role to add some Capabilities because only 1 instructor needs the additional capabilities.
Forum: Plugins
In reply to: [LifterLMS - WP LMS for eLearning, Online Courses, & Quizzes] NoticesHi,
Here is the System Report:
WordPress ------------------------------------------- Home Url: https://www.biz-game.net Site Url: https://www.biz-game.net Login Url: https://www.biz-game.net/wp-login.php Version: 6.0.3 Debug Mode: No Debug Log: No Debug Display: No Locale: en_US Multisite: No Page For Posts: News (#8) [https://www.biz-game.net/news/] Page On Front: Home (#5) [https://www.biz-game.net/] Permalink Structure: /%postname%/ Show On Front: page Wp Cron: Yes Settings ------------------------------------------- Version: 6.11.0 Db Version: 6.11.0 Course Catalog: Course Catalog (#1447) [https://www.biz-game.net/courses/] Membership Catalog: Membership Catalog (#1448) [https://www.biz-game.net/memberships/] Student Dashboard: Dashboard (#1450) [https://www.biz-game.net/dashboard/] Checkout Page: Purchase (#1449) [https://www.biz-game.net/purchase/] Course Catalog Per Page: 9 Course Catalog Sorting: date,DESC Membership Catalog Per Page: 9 Membership Catalog Sorting: menu_order Site Membership: Not Set Courses Endpoint: my-courses Edit Endpoint: edit-account Lost Password Endpoint: lost-password Vouchers Endpoint: Autogenerate Username: no Password Strength Meter: no Minimum Password Strength: Terms Required: no Terms Page: Not Set Checkout Names: Checkout Address: Checkout Phone: Checkout Email Confirmation: no Open Registration: no Registration Names: Registration Address: Registration Phone: Registration Voucher: Registration Email Confirmation: no Account Names: Account Address: Account Phone: Account Email Confirmation: no Confirmation Endpoint: confirm-payment Force Ssl Checkout: no Country: US Currency: USD Currency Position: left Thousand Separator: , Decimal Separator: . Decimals: 2 Trim Zero Decimals: no Recurring Payments: no Email From Address: [email protected] Email From Name: Top Boss Email Footer Text: Email Header Image: 1735 Cert Bg Width: Cert Bg Height: Cert Legacy Compat: Constants ------------------------------------------- LLMS_REMOVE_ALL_DATA: undefined LLMS_REST_DISABLE: undefined LLMS_SITE_FEATURE_RECURRING_PAYMENTS: undefined LLMS_SITE_IS_CLONE: undefined Gateways ------------------------------------------- Manual: Disabled Manual Logging: Manual Order: 1 Server ------------------------------------------- Mysql Version: 5.7.37 Php Curl: Yes Php Default Timezone: UTC Php Fsockopen: Yes Php Max Input Vars: 1000 Php Max Upload Size: 50 MB Php Memory Limit: 256M Php Post Max Size: 50M Php Soap: Yes Php Suhosin: No Php Time Limt: 300 Php Version: 7.4.28 Software: nginx/1.20.2 Wp Memory Limit: 40M Browser ------------------------------------------- HTTP USER AGENT: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:106.0) Gecko/20100101 Firefox/106.0 Theme ------------------------------------------- Name: Kadence Child Version: 1.0.0 Themeuri: https://www.kadencewp.com/kadence-theme/ Authoruri: https://www.kadencewp.com/ Template: kadence Child Theme: Yes Llms Support: No Plugins ------------------------------------------- Advanced Custom Fields: 6.0.2 bbPress: 2.6.9 Converter for Media: 5.3.1 Events Manager: 6.1.2.1 Kadence Blocks - PRO Extension: 1.7.18 Kadence Blocks – Gutenberg Blocks for Page Builder Features: 2.4.15 Kadence Pro - Premium addon for the Kadence Theme: 1.0.7 Kadence Simple Share: 1.2.4 LifterLMS: 6.11.0 Members: 3.2.2 Newsletter: 7.5.3 Post Types Unlimited: 1.0.9 Rank Math SEO: 1.0.100.1 Seriously Simple Podcasting: 2.16.2 SiteGround Optimizer: 7.2.5 Spam Destroyer: 2.1.3 Transposh Translation Filter: 1.0.9.2 UpdraftPlus - Backup/Restore: 1.22.23 Wordfence Security: 7.7.1 WP Mail SMTP: 3.6.1 Integrations ------------------------------------------- BbPress: No BuddyPress: No Template Overrides ------------------------------------------- course/lesson-preview.php (ver: 5.7.0): /www/wwwroot/bizgame/wp-content/themes/kadence/lifterlms/ (ver: 4.4.0) course/syllabus.php (ver: 4.4.0): /www/wwwroot/bizgame/wp-content/themes/kadence/lifterlms/ (ver: 4.4.0)
Forum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] po fileHi,
Is there any news about that translation problem?Hi,
Yes, the problem probably comes from LifterLMS, somewhere in the code they remove the menu page “edit.php” for the Instructor role. I will contact them.
Thanks!After many tries, I arrived to that solution:
add_filter( 'wordfence_ls_require_captcha', 'omahoung_wfcaptcha' ); function omahoung_wfcaptcha() { $is_register = true; $from = $_SERVER['REQUEST_URI']; if ( strpos( $from, 'register' ) === false ) { $is_register = false; } return $is_register; }
This seems to work, I can now login again from front-end without error message and the registration looks protected by reCaptcha, but I am not sure it covers all the cases, or maybe there is a better way. Is there another way?
Ideally I would prefer to have an option in the plugin settings to select on which page reCaptcha should be activated. Is this possible?
Of course Wordfence can’t be compatible with all the login forms of all the themes and plugins, but is it possible to have somewhere in the settings an option to activated reCaptcha only when the login/registration comes from the default WordPress login page?
Forum: Plugins
In reply to: [Seriously Simple Podcasting] TaxonomyHi,
Ok, I will leave a review, I just need a little more time for test. There is something surprising when I check the number of requests, on a page without any podcast (home, contact…) I get 11 requests from your plugin, that is more than the number I get on the podcasts archive page: 10. If in a future version it would be great if you could improve the number of requests on pages not containing podcasts.
If you don’t mind I have another question. If there is only 1 podcast feed in a website, is it better to 1- create a podcast inside “Podcasting > All Podcasts” and associate all the episode to this podcast, or 2- not to create any podcast, or 3- create or not create a podcast doesn’t matter at all.
Kind regards.
Forum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] po fileI did a test inside the plugin’s file subscription.php
line 1600 I have changed this
$buffer .= esc_html($this->form_options['privacy']);
by this
$buffer .= __(esc_html($this->form_options['privacy']),'newsletter');
And on the front-end the string is correctly translated.Is there a way to make these translations work without modifying the plugins’ core files?
Forum: Plugins
In reply to: [Seriously Simple Podcasting] TaxonomyHi,
There was indeed a taxonomy with the same name in another plugin, and change the name has solved the problem.
Thanks for the suggestions!
Kind regards.
Hi,
For now I use the posts_per_page option and I hide the pagination by CSS. It is not ideal but it works. I thought about the courses id but like you said it would not be dynamically updated.
Maybe you can consider adding a max courses number to the shortcode. Woocommerce and other plugins have this kind of option in their shortcodes.
Have a nice day.
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Videos not showingHi,
Thanks for the fast answer.
Comment the line fixed the problem. But is there a way to remove the filter without touching the plugin’s core files to avoid doing this after each plugin update? I have tried with remove_filter() but I can’t make it work.
Best regards.
Forum: Plugins
In reply to: [WooCommerce] Cron job “woocommerce_cancel_unpaid_orders” problemHello,
I had to save again the Woocommerce inventory settings, so the missing cron job was re-created and it is working without issue for now. There is a cache plugin (SG optimizer), I will try to purge and deactivate next time the problem happens.
Here is the Woocommerce status report:
### WordPress Environment ### WordPress address (URL): https://www.armaspeed.com Site address (URL): https://www.armaspeed.com WC Version: 6.8.2 REST API Version: ? 6.8.2 WC Blocks Version: ? 8.0.0 Action Scheduler Version: ? 3.4.0 Log Directory Writable: ? WP Version: 6.0.2 WP Multisite: – WP Memory Limit: 768 MB WP Debug Mode: – WP Cron: ? Language: en_US External object cache: ? ### Server Environment ### Server Info: Apache PHP Version: 7.4.30 PHP Post Max Size: 256 MB PHP Time Limit: 120 PHP Max Input Vars: 3000 cURL Version: 7.66.0 OpenSSL/1.1.1q-fips SUHOSIN Installed: – MySQL Version: 5.7.39-42-log Max Upload Size: 256 MB Default Timezone is UTC: ? fsockopen/cURL: ? SoapClient: ? DOMDocument: ? GZip: ? Multibyte String: ? Remote Post: ? Remote Get: ? ### Database ### WC Database Version: 6.8.2 WC Database Prefix: arma_ Total Database Size: 90.30MB Database Data Size: 62.50MB Database Index Size: 27.80MB arma_woocommerce_sessions: Data: 0.17MB + Index: 0.01MB + Engine MyISAM arma_woocommerce_api_keys: Data: 0.00MB + Index: 0.00MB + Engine MyISAM arma_woocommerce_attribute_taxonomies: Data: 0.00MB + Index: 0.00MB + Engine MyISAM arma_woocommerce_downloadable_product_permissions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM arma_woocommerce_order_items: Data: 0.20MB + Index: 0.08MB + Engine MyISAM arma_woocommerce_order_itemmeta: Data: 1.22MB + Index: 0.73MB + Engine MyISAM arma_woocommerce_tax_rates: Data: 0.00MB + Index: 0.00MB + Engine MyISAM arma_woocommerce_tax_rate_locations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM arma_woocommerce_shipping_zones: Data: 0.00MB + Index: 0.00MB + Engine MyISAM arma_woocommerce_shipping_zone_locations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM arma_woocommerce_shipping_zone_methods: Data: 0.00MB + Index: 0.00MB + Engine MyISAM arma_woocommerce_payment_tokens: Data: 0.00MB + Index: 0.00MB + Engine MyISAM arma_woocommerce_payment_tokenmeta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM arma_woocommerce_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM arma_actionscheduler_actions: Data: 0.40MB + Index: 0.20MB + Engine MyISAM arma_actionscheduler_claims: Data: 0.00MB + Index: 0.00MB + Engine MyISAM arma_actionscheduler_groups: Data: 0.00MB + Index: 0.01MB + Engine MyISAM arma_actionscheduler_logs: Data: 0.30MB + Index: 0.21MB + Engine MyISAM arma_aiowps_debug_log: Data: 0.02MB + Index: 0.00MB + Engine InnoDB arma_aiowps_events: Data: 0.00MB + Index: 0.00MB + Engine MyISAM arma_aiowps_failed_logins: Data: 0.01MB + Index: 0.01MB + Engine MyISAM arma_aiowps_global_meta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM arma_aiowps_login_activity: Data: 0.08MB + Index: 0.02MB + Engine MyISAM arma_aiowps_login_lockdown: Data: 0.00MB + Index: 0.00MB + Engine MyISAM arma_aiowps_permanent_block: Data: 0.00MB + Index: 0.00MB + Engine MyISAM arma_commentmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB arma_comments: Data: 1.52MB + Index: 0.59MB + Engine InnoDB arma_duplicator_packages: Data: 0.00MB + Index: 0.00MB + Engine MyISAM arma_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB arma_nf3_actions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM arma_nf3_action_meta: Data: 0.03MB + Index: 0.01MB + Engine MyISAM arma_nf3_chunks: Data: 0.00MB + Index: 0.00MB + Engine MyISAM arma_nf3_fields: Data: 0.00MB + Index: 0.00MB + Engine MyISAM arma_nf3_field_meta: Data: 0.11MB + Index: 0.01MB + Engine MyISAM arma_nf3_forms: Data: 0.00MB + Index: 0.00MB + Engine MyISAM arma_nf3_form_meta: Data: 0.02MB + Index: 0.00MB + Engine MyISAM arma_nf3_objects: Data: 0.00MB + Index: 0.00MB + Engine MyISAM arma_nf3_object_meta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM arma_nf3_relationships: Data: 0.00MB + Index: 0.00MB + Engine MyISAM arma_nf3_upgrades: Data: 0.08MB + Index: 0.00MB + Engine MyISAM arma_options: Data: 3.52MB + Index: 1.81MB + Engine InnoDB arma_postmeta: Data: 27.55MB + Index: 9.03MB + Engine InnoDB arma_posts: Data: 4.52MB + Index: 0.95MB + Engine InnoDB arma_pum_subscribers: Data: 0.00MB + Index: 0.00MB + Engine MyISAM arma_termmeta: Data: 0.11MB + Index: 0.11MB + Engine InnoDB arma_terms: Data: 0.06MB + Index: 0.03MB + Engine InnoDB arma_term_relationships: Data: 0.13MB + Index: 0.08MB + Engine InnoDB arma_term_taxonomy: Data: 0.06MB + Index: 0.06MB + Engine InnoDB arma_tm_taskmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB arma_tm_tasks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB arma_usermeta: Data: 13.52MB + Index: 10.03MB + Engine InnoDB arma_users: Data: 1.52MB + Index: 0.80MB + Engine InnoDB arma_wc_admin_notes: Data: 0.04MB + Index: 0.00MB + Engine MyISAM arma_wc_admin_note_actions: Data: 0.02MB + Index: 0.01MB + Engine MyISAM arma_wc_category_lookup: Data: 0.01MB + Index: 0.02MB + Engine MyISAM arma_wc_customer_lookup: Data: 0.48MB + Index: 0.39MB + Engine MyISAM arma_wc_cvo_cache: Data: 0.00MB + Index: 0.00MB + Engine MyISAM arma_wc_download_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM arma_wc_order_coupon_lookup: Data: 0.00MB + Index: 0.01MB + Engine MyISAM arma_wc_order_product_lookup: Data: 0.14MB + Index: 0.12MB + Engine MyISAM arma_wc_order_stats: Data: 0.10MB + Index: 0.07MB + Engine MyISAM arma_wc_order_tax_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM arma_wc_product_attributes_lookup: Data: 0.02MB + Index: 0.02MB + Engine InnoDB arma_wc_product_download_directories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB arma_wc_product_meta_lookup: Data: 0.04MB + Index: 0.05MB + Engine MyISAM arma_wc_rate_limits: Data: 0.02MB + Index: 0.02MB + Engine InnoDB arma_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB arma_wc_tax_rate_classes: Data: 0.00MB + Index: 0.01MB + Engine MyISAM arma_wc_webhooks: Data: 0.00MB + Index: 0.00MB + Engine MyISAM arma_wpmailsmtp_debug_events: Data: 0.05MB + Index: 0.00MB + Engine InnoDB arma_wpmailsmtp_tasks_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB arma_yith_wcwl: Data: 0.01MB + Index: 0.01MB + Engine MyISAM arma_yith_wcwl_lists: Data: 0.01MB + Index: 0.03MB + Engine MyISAM arma_yoast_indexable: Data: 5.52MB + Index: 1.70MB + Engine InnoDB arma_yoast_indexable_hierarchy: Data: 0.23MB + Index: 0.30MB + Engine InnoDB arma_yoast_migrations: Data: 0.02MB + Index: 0.02MB + Engine InnoDB arma_yoast_primary_term: Data: 0.05MB + Index: 0.03MB + Engine InnoDB arma_yoast_seo_links: Data: 0.14MB + Index: 0.09MB + Engine InnoDB arma_yoast_seo_meta: Data: 0.31MB + Index: 0.00MB + Engine InnoDB ### Post Type Counts ### attachment: 2784 blocks: 2 bwg_gallery: 1 bwg_share: 1 custom_css: 1 et_pb_layout: 94 nav_menu_item: 196 nf_sub: 2902 oembed_cache: 76 page: 18 popup: 4 popup_theme: 9 post: 2 product: 292 product_variation: 188 project: 11 revision: 45 search-filter-widget: 1 shop_coupon: 78 shop_order: 1357 shop_order_refund: 31 wp_global_styles: 1 ### Security ### Secure connection (HTTPS): ? Hide errors from visitors: ? ### Active Plugins (19) ### All In One WP Security: by All In One WP Security & Firewall Team – 4.4.12 amr shortcode any widget: by anmari – 4.0 Facebook for WooCommerce: by Facebook – 2.6.21 Loco Translate: by Tim Whitlock – 2.6.2 Ninja Forms: by Saturday Drive – 3.6.13 Facebook for WordPress: by Facebook – 3.0.7 Popup Maker: by Popup Maker – 1.16.7 SiteGround Optimizer: by SiteGround – 7.2.1 WPC Frequently Bought Together for WooCommerce (Premium): by WPClever – 4.4.2 Checkout Field Editor for WooCommerce: by ThemeHigh – 1.7.1 Advanced Order Export For WooCommerce: by AlgolPlus – 3.3.2 WooCommerce PayPal Checkout Gateway: by WooCommerce – 2.1.3 WooCommerce Price Based on Country (Basic): by Oscar Gare – 2.2.4 WooCommerce: by Automattic – 6.8.2 (update to version 6.9.3 is available) Yoast SEO: by Team Yoast – 19.6 WP Crontrol: by John Blackbourn & crontributors – 1.14.0 WP Mail SMTP: by WPForms – 3.5.2 WPC Variations Radio Buttons for WooCommerce: by WPClever – 3.1.7 YITH WooCommerce Wishlist: by YITH – 3.12.0 ### Inactive Plugins (3) ### Duplicator: by Snap Creek – 1.5.0 Flexible Shipping: by Octolize – 4.14.0 WP-Optimize - Clean, Compress, Cache: by David Anderson Ruhani Rabin Team Updraft – 3.2.7 ### Dropin Plugins (1) ### object-cache.php: Memcached ### Settings ### API Enabled: – Force SSL: – Currency: USD ($) Currency Position: left Thousand Separator: , Decimal Separator: . Number of Decimals: 2 Taxonomies: Product Types: external (external) grouped (grouped) simple (simple) variable (variable) Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog) exclude-from-search (exclude-from-search) featured (featured) outofstock (outofstock) rated-1 (rated-1) rated-2 (rated-2) rated-3 (rated-3) rated-4 (rated-4) rated-5 (rated-5) Connected to WooCommerce.com: – Enforce Approved Product Download Directories: – ### WC Pages ### Shop base: #7771 - /shop/ Cart: #7772 - /cart/ Checkout: #7773 - /checkout/ My account: #7774 - /my-account/ Terms and conditions: ? Page not set ### Theme ### Name: Armaspeed Version: 3.0 Author URL: Child Theme: ? Parent Theme Name: Flatsome Parent Theme Version: 3.15.7 Parent Theme Author URL: https://www.uxthemes.com/ WooCommerce Support: ? ### Templates ### Overrides: flatsome/woocommerce/archive-product.php flatsome/woocommerce/cart/cart-empty.php flatsome/woocommerce/cart/cart-shipping.php flatsome/woocommerce/cart/cart.php flatsome/woocommerce/checkout/form-checkout.php flatsome/woocommerce/checkout/form-coupon.php flatsome/woocommerce/checkout/terms.php flatsome/woocommerce/checkout/thankyou.php flatsome/woocommerce/content-product-cat.php flatsome/woocommerce/content-product.php flatsome/woocommerce/content-single-product.php flatsome/woocommerce/content-widget-product.php armaspeed/woocommerce/emails/customer-processing-order.php flatsome/woocommerce/global/breadcrumb.php flatsome/woocommerce/global/quantity-input.php flatsome/woocommerce/global/wrapper-end.php flatsome/woocommerce/global/wrapper-start.php flatsome/woocommerce/loop/loop-end.php flatsome/woocommerce/loop/loop-start.php flatsome/woocommerce/loop/pagination.php flatsome/woocommerce/loop/result-count.php flatsome/woocommerce/loop/sale-flash.php armaspeed/woocommerce/myaccount/form-edit-address.php flatsome/woocommerce/myaccount/form-login.php flatsome/woocommerce/myaccount/navigation.php flatsome/woocommerce/notices/error.php flatsome/woocommerce/notices/notice.php flatsome/woocommerce/notices/success.php flatsome/woocommerce/product-searchform.php flatsome/woocommerce/single-product/photoswipe.php flatsome/woocommerce/single-product/price.php flatsome/woocommerce/single-product/product-image.php flatsome/woocommerce/single-product/product-thumbnails.php flatsome/woocommerce/single-product/rating.php flatsome/woocommerce/single-product/related.php flatsome/woocommerce/single-product/review.php flatsome/woocommerce/single-product/sale-flash.php flatsome/woocommerce/single-product/share.php flatsome/woocommerce/single-product/short-description.php flatsome/woocommerce/single-product/tabs/tabs.php flatsome/woocommerce/single-product/title.php flatsome/woocommerce/single-product/up-sells.php flatsome/woocommerce/single-product-reviews.php flatsome/woocommerce/single-product.php flatsome/woocommerce/content-product_cat.php ### Geolocation debug info ### Default customer location: geolocation MaxMind GeoIP database: ? MaxMind GeoIP license: ? MM_COUNTRY_CODE: ? GEOIP_COUNTRY_CODE: ? HTTP_CF_IPCOUNTRY: ? HTTP_X_COUNTRY_CODE: ? HTTP_X_REAL_IP: 101.9.179.134 HTTP_X_FORWARDED_FOR: ? REMOTE_ADDR: 101.9.179.134 Real external IP: 101.9.179.134 WCPBC_USE_REMOTE_ADDR: – Geolocation Test: ? ### PBC Settings ### Version: 2.2.4 Base location: TW Base currency: USD Price Based On: shipping Shipping: – Test mode: – Test country: – Load products price in background: ? Prices entered with tax: – Calculate tax based on: shipping Display prices in the shop: excl ### Zone Pricing Outside EU ### zone_id: hong-kong name: Outside EU countries: HK | MO | MY currency: USD exchange_rate: 999 auto_exchange_rate: no disable_tax_adjustment: no ### Admin ### Enabled Features: activity-panels analytics coupons customer-effort-score-tracks experimental-products-task experimental-import-products-task experimental-fashion-sample-products experimental-product-tour shipping-smart-defaults shipping-setting-tour homescreen marketing mobile-app-banner navigation onboarding onboarding-tasks remote-inbox-notifications remote-free-extensions payment-gateway-suggestions shipping-label-banner subscriptions store-alerts transient-notices wc-pay-promotion wc-pay-welcome-page wc-pay-subscriptions-page Disabled Features: minified-js settings Daily Cron: ? Next scheduled: 2022-09-26 09:12:32 +08:00 Options: ? Notes: 100 Onboarding: completed ### Action Scheduler ### Complete: 1,486 Oldest: 2022-09-19 08:29:11 +0800 Newest: 2022-09-26 11:39:06 +0800 Failed: 1 Oldest: – Newest: – Pending: 2 Oldest: 2022-09-26 12:50:12 +0800 Newest: 2022-09-26 22:26:10 +0800 ### Status report information ### Generated at: 2022-09-26 11:39:07 +08:00
Thank you.
Forum: Plugins
In reply to: [WooCommerce] Cron job “woocommerce_cancel_unpaid_orders” problemHello,
Like written in my previous messages, the way explained in this thread (save again the settings) is exactly what I did to solve the problem. It works. But the problem is that after some time, the cron job disappears again.Forum: Plugins
In reply to: [WooCommerce] Cron job “woocommerce_cancel_unpaid_orders” problemHi,
WP Crontrol is the plugin I used to check the cron jobs. The point is that “woocommerce_cancel_unpaid_orders” is not in the list. It will appear again after I save the Woocommerce > inventory settings, and it will work. After saving these settings, I see the cron job in the list with the correct “next run” time (1 hour on the website), then after 1 hour the orders are canceled, the cron job is re-created, and so on… all works fine.
The cron job disappeared from the list 2 times after plugin update (I am not 100% sure update is the cause of the problem, I just guess), and 1 time without any previous special action that I could see.
Just “woocommerce_cancel_unpaid_orders” has a problem. All the other recurrent cron jobs work normally.