Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cURL Error: Operation timed out after 15000 milliseconds with 0 bytes received #35240

Closed
5 tasks
saqlainkhadim opened this issue Oct 21, 2022 · 1 comment
Closed
5 tasks
Labels
type: support request Issues submitted that are not bugs or enhancements but support requests (both dev and non-dev).

Comments

@saqlainkhadim
Copy link

Prerequisites

  • I have carried out troubleshooting steps and I believe I have found a bug.
  • I have searched for similar bugs in both open and closed issues and cannot find a duplicate.

Describe the bug

Sometimes when I update stock this error comes from my woocomerce store.
i am using PHP 8.0 and codexshaper/laravel-woocommerce ^3.0
in my laravel application "laravel/framework": "^8.12",
I need help to fix this

Expected behavior

Exception: cURL Error: Operation timed out after 15000 milliseconds with 0 bytes received in /home3/revebe57/public_html/carlanisa.revebe.com/vendor/codexshaper/laravel-woocommerce/src/Traits/WooCommerceTrait.php:83
Stack trace:
#0 /home3/revebe57/public_html/carlanisa.revebe.com/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(261): Codexshaper\WooCommerce\WooCommerceApi->update('products/647', Array)
#1 /home3/revebe57/public_html/carlanisa.revebe.com/vendor/codexshaper/laravel-woocommerce/src/Traits/QueryBuilderTrait.php(116): Illuminate\Support\Facades\Facade::__callStatic('update', Array)
#2 /home3/revebe57/public_html/carlanisa.revebe.com/vendor/codexshaper/laravel-woocommerce/src/Models/BaseModel.php(45): Codexshaper\WooCommerce\Models\Product->update(647, Array)
#3 /home3/revebe57/public_html/carlanisa.revebe.com/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(261): Codexshaper\WooCommerce\Models\BaseModel->__call('update', Array)
#4 /home3/revebe57/public_html/carlanisa.revebe.com/app/Jobs/UodatWordpressQty.php(35): Illuminate\Support\Facades\Facade::__callStatic('update', Array)
#5 /home3/revebe57/public_html/carlanisa.revebe.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\Jobs\UodatWordpressQty->handle()
#6 /home3/revebe57/public_html/carlanisa.revebe.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\Container\BoundMethod::Illuminate\Container{closure}()
#7 /home3/revebe57/public_html/carlanisa.revebe.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\Container\Util::unwrapIfClosure(Object(Closure))
#8 /home3/revebe57/public_html/carlanisa.revebe.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\Container\BoundMethod::callBoundMethod(Object(Illuminate\Foundation\Application), Array, Object(Closure))
#9 /home3/revebe57/public_html/carlanisa.revebe.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(611): Illuminate\Container\BoundMethod::call(Object(Illuminate\Foundation\Application), Array, Array, NULL)
#10 /home3/revebe57/public_html/carlanisa.revebe.com/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(128): Illuminate\Container\Container->call(Array)
#11 /home3/revebe57/public_html/carlanisa.revebe.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\Bus\Dispatcher->Illuminate\Bus{closure}(Object(App\Jobs\UodatWordpressQty))
#12 /home3/revebe57/public_html/carlanisa.revebe.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}(Object(App\Jobs\UodatWordpressQty))
#13 /home3/revebe57/public_html/carlanisa.revebe.com/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(132): Illuminate\Pipeline\Pipeline->then(Object(Closure))
#14 /home3/revebe57/public_html/carlanisa.revebe.com/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(118): Illuminate\Bus\Dispatcher->dispatchNow(Object(App\Jobs\UodatWordpressQty), false)
#15 /home3/revebe57/public_html/carlanisa.revebe.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\Queue\CallQueuedHandler->Illuminate\Queue{closure}(Object(App\Jobs\UodatWordpressQty))
#16 /home3/revebe57/public_html/carlanisa.revebe.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}(Object(App\Jobs\UodatWordpressQty))
#17 /home3/revebe57/public_html/carlanisa.revebe.com/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(120): Illuminate\Pipeline\Pipeline->then(Object(Closure))
#18 /home3/revebe57/public_html/carlanisa.revebe.com/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(70): Illuminate\Queue\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\Queue\Jobs\DatabaseJob), Object(App\Jobs\UodatWordpressQty))
#19 /home3/revebe57/public_html/carlanisa.revebe.com/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\Queue\CallQueuedHandler->call(Object(Illuminate\Queue\Jobs\DatabaseJob), Array)
#20 /home3/revebe57/public_html/carlanisa.revebe.com/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(410): Illuminate\Queue\Jobs\Job->fire()
#21 /home3/revebe57/public_html/carlanisa.revebe.com/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(360): Illuminate\Queue\Worker->process('database', Object(Illuminate\Queue\Jobs\DatabaseJob), Object(Illuminate\Queue\WorkerOptions))
#22 /home3/revebe57/public_html/carlanisa.revebe.com/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(158): Illuminate\Queue\Worker->runJob(Object(Illuminate\Queue\Jobs\DatabaseJob), 'database', Object(Illuminate\Queue\WorkerOptions))
#23 /home3/revebe57/public_html/carlanisa.revebe.com/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(117): Illuminate\Queue\Worker->daemon('database', 'default', Object(Illuminate\Queue\WorkerOptions))
#24 /home3/revebe57/public_html/carlanisa.revebe.com/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(101): Illuminate\Queue\Console\WorkCommand->runWorker('database', 'default')
#25 /home3/revebe57/public_html/carlanisa.revebe.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\Queue\Console\WorkCommand->handle()
#26 /home3/revebe57/public_html/carlanisa.revebe.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\Container\BoundMethod::Illuminate\Container{closure}()
#27 /home3/revebe57/public_html/carlanisa.revebe.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\Container\Util::unwrapIfClosure(Object(Closure))
#28 /home3/revebe57/public_html/carlanisa.revebe.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\Container\BoundMethod::callBoundMethod(Object(Illuminate\Foundation\Application), Array, Object(Closure))
#29 /home3/revebe57/public_html/carlanisa.revebe.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(611): Illuminate\Container\BoundMethod::call(Object(Illuminate\Foundation\Application), Array, Array, NULL)
#30 /home3/revebe57/public_html/carlanisa.revebe.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(136): Illuminate\Container\Container->call(Array)
#31 /home3/revebe57/public_html/carlanisa.revebe.com/vendor/symfony/console/Command/Command.php(256): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Illuminate\Console\OutputStyle))
#32 /home3/revebe57/public_html/carlanisa.revebe.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Illuminate\Console\OutputStyle))
#33 /home3/revebe57/public_html/carlanisa.revebe.com/vendor/symfony/console/Application.php(971): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#34 /home3/revebe57/public_html/carlanisa.revebe.com/vendor/symfony/console/Application.php(290): Symfony\Component\Console\Application->doRunCommand(Object(Illuminate\Queue\Console\WorkCommand), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#35 /home3/revebe57/public_html/carlanisa.revebe.com/vendor/symfony/console/Application.php(166): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#36 /home3/revebe57/public_html/carlanisa.revebe.com/vendor/laravel/framework/src/Illuminate/Console/Application.php(92): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#37 /home3/revebe57/public_html/carlanisa.revebe.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#38 /home3/revebe57/public_html/carlanisa.revebe.com/artisan(37): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#39 {main}

Actual behavior

i am using Flatsome Wordpress theme Version: 3.15.7
By UX-Themes

Steps to reproduce

i am using Flatsome Wordpress theme Version: 3.15.7
By UX-Themes

WordPress Environment

`

WordPress Environment

WordPress address (URL): https://carlanisa.com
Site address (URL): https://carlanisa.com
WC Version: 7.0.0
REST API Version: ✔ 7.0.0
WC Blocks Version: ✔ 8.5.1
Action Scheduler Version: ✔ 3.4.0
Log Directory Writable: ✔
WP Version: 6.0.3
WP Multisite: –
WP Memory Limit: 1 GB
WP Debug Mode: ✔
WP Cron: ✔
Language: en_US
External object cache: –

Server Environment

Server Info: Apache
PHP Version: 7.4.28
PHP Post Max Size: 516 MB
PHP Time Limit: 60
PHP Max Input Vars: 1000
cURL Version: 7.81.0
OpenSSL/1.1.1m

SUHOSIN Installed: –
MySQL Version: 5.7.23-23
Max Upload Size: 516 MB
Default Timezone is UTC: ✔
fsockopen/cURL: ✔
SoapClient: ✔
DOMDocument: ✔
GZip: ✔
Multibyte String: ✔
Remote Post: ✔
Remote Get: ❌ wp_remote_get() failed. Contact your hosting provider.

Database

WC Database Version: 7.0.0
WC Database Prefix: wpl6_
Total Database Size: 138.42MB
Database Data Size: 86.55MB
Database Index Size: 51.87MB
wpl6_woocommerce_sessions: Data: 1.02MB + Index: 0.02MB + Engine InnoDB
wpl6_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wpl6_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wpl6_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
wpl6_woocommerce_order_items: Data: 0.06MB + Index: 0.02MB + Engine InnoDB
wpl6_woocommerce_order_itemmeta: Data: 0.44MB + Index: 0.30MB + Engine InnoDB
wpl6_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
wpl6_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wpl6_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wpl6_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wpl6_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wpl6_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wpl6_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wpl6_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wpl6_actionscheduler_actions: Data: 23.05MB + Index: 21.20MB + Engine InnoDB
wpl6_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wpl6_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wpl6_actionscheduler_logs: Data: 14.02MB + Index: 12.03MB + Engine InnoDB
wpl6_berocket_termmeta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wpl6_commentmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wpl6_comments: Data: 0.22MB + Index: 0.22MB + Engine InnoDB
wpl6_gla_budget_recommendations: Data: 0.22MB + Index: 0.14MB + Engine InnoDB
wpl6_gla_merchant_issues: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wpl6_gla_shipping_rates: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wpl6_gla_shipping_times: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wpl6_hfcm_scripts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wpl6_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wpl6_litespeed_url: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wpl6_litespeed_url_file: Data: 0.02MB + Index: 0.08MB + Engine InnoDB
wpl6_mailchimp_carts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wpl6_mailchimp_jobs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wpl6_mailpoet_custom_fields: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wpl6_mailpoet_dynamic_segment_filters: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wpl6_mailpoet_feature_flags: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wpl6_mailpoet_forms: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wpl6_mailpoet_log: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wpl6_mailpoet_newsletters: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wpl6_mailpoet_newsletter_links: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
wpl6_mailpoet_newsletter_option: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wpl6_mailpoet_newsletter_option_fields: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wpl6_mailpoet_newsletter_posts: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wpl6_mailpoet_newsletter_segment: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wpl6_mailpoet_newsletter_templates: Data: 2.52MB + Index: 0.00MB + Engine InnoDB
wpl6_mailpoet_scheduled_tasks: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wpl6_mailpoet_scheduled_task_subscribers: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wpl6_mailpoet_segments: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wpl6_mailpoet_sending_queues: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wpl6_mailpoet_settings: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wpl6_mailpoet_statistics_bounces: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wpl6_mailpoet_statistics_clicks: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
wpl6_mailpoet_statistics_forms: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wpl6_mailpoet_statistics_newsletters: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wpl6_mailpoet_statistics_opens: Data: 0.02MB + Index: 0.08MB + Engine InnoDB
wpl6_mailpoet_statistics_unsubscribes: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
wpl6_mailpoet_statistics_woocommerce_purchases: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
wpl6_mailpoet_stats_notifications: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wpl6_mailpoet_subscribers: Data: 0.02MB + Index: 0.13MB + Engine InnoDB
wpl6_mailpoet_subscriber_custom_field: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wpl6_mailpoet_subscriber_ips: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wpl6_mailpoet_subscriber_segment: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wpl6_mailpoet_subscriber_tag: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wpl6_mailpoet_tags: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wpl6_mailpoet_user_agents: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wpl6_mailpoet_user_flags: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wpl6_options: Data: 11.13MB + Index: 0.45MB + Engine InnoDB
wpl6_pmxe_exports: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wpl6_pmxe_google_cats: Data: 0.39MB + Index: 0.00MB + Engine InnoDB
wpl6_pmxe_posts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wpl6_pmxe_templates: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wpl6_postmeta: Data: 8.47MB + Index: 5.97MB + Engine InnoDB
wpl6_posts: Data: 7.25MB + Index: 0.56MB + Engine InnoDB
wpl6_social_users: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wpl6_termmeta: Data: 0.14MB + Index: 0.17MB + Engine InnoDB
wpl6_terms: Data: 0.17MB + Index: 0.19MB + Engine InnoDB
wpl6_term_relationships: Data: 7.42MB + Index: 5.30MB + Engine InnoDB
wpl6_term_taxonomy: Data: 0.19MB + Index: 0.20MB + Engine InnoDB
wpl6_usermeta: Data: 0.17MB + Index: 0.09MB + Engine InnoDB
wpl6_users: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
wpl6_wc_admin_notes: Data: 0.06MB + Index: 0.00MB + Engine InnoDB
wpl6_wc_admin_note_actions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wpl6_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wpl6_wc_customer_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wpl6_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wpl6_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wpl6_wc_order_product_lookup: Data: 0.05MB + Index: 0.06MB + Engine InnoDB
wpl6_wc_order_stats: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
wpl6_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wpl6_wc_product_attributes_lookup: Data: 0.08MB + Index: 0.06MB + Engine InnoDB
wpl6_wc_product_download_directories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wpl6_wc_product_meta_lookup: Data: 0.17MB + Index: 0.33MB + Engine InnoDB
wpl6_wc_rate_limits: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wpl6_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wpl6_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wpl6_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wpl6_wdr_order_discounts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wpl6_wdr_order_item_discounts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wpl6_wdr_rules: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wpl6_wfpklist_template_data: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wpl6_wpforms_tasks_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wpl6_wpr_rucss_resources: Data: 3.23MB + Index: 0.06MB + Engine InnoDB
wpl6_wpr_rucss_used_css: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
wpl6_wsc_collections: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wpl6_wsc_collections_recs: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wpl6_wt_iew_action_history: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wpl6_wt_iew_mapping_template: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wpl6_yith_wcwl: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wpl6_yith_wcwl_lists: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wpl6_yoast_indexable: Data: 3.45MB + Index: 1.30MB + Engine InnoDB
wpl6_yoast_indexable_hierarchy: Data: 0.41MB + Index: 0.39MB + Engine InnoDB
wpl6_yoast_migrations: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wpl6_yoast_primary_term: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wpl6_yoast_prominent_words: Data: 0.39MB + Index: 0.75MB + Engine InnoDB
wpl6_yoast_seo_links: Data: 0.09MB + Index: 0.03MB + Engine InnoDB

Post Type Counts

attachment: 1086
b2bking_custom_field: 10
b2bking_custom_role: 2
b2bking_group: 1
b2bking_offer: 1
b2bking_rule: 5
blocks: 5
br_labels: 2
custom_css: 1
customize_changeset: 2
mailpoet_page: 1
nav_menu_item: 31
oembed_cache: 3
page: 17
post: 38
product: 462
product_variation: 816
revision: 66
shop_order: 199
wpcf7_contact_form: 1
wpforms: 1
yaymail_template: 15

Security

Secure connection (HTTPS): ✔
Hide errors from visitors: ❌Error messages should not be shown to visitors.

Active Plugins (45)

WooCommerce Advanced Product Labels: by BeRocket – 1.2.3.9
Akismet Anti-Spam: by Automattic – 5.0.1
Classic Editor: by WordPress Contributors – 1.6.2
Click to Chat: by HoliThemes – 3.14
Cloudflare: by Cloudflare
Inc. – 4.11.0

Contact Form 7: by Takayuki Miyoshi – 5.6.4
DHL for WooCommerce eCS: by DHL – 1.0.1
Disable & Remove Google Fonts: by Fonts Plugin – 1.4.4
GTM4WP: by Thomas Geiger – 1.16.1
Facebook for WooCommerce: by Facebook – 2.6.27
Flexible Shipping: by Octolize – 4.15.0
Google Listings and Ads: by WooCommerce – 2.2.0
Site Kit by Google: by Google – 1.85.0
Header Footer Code Manager: by 99robots – 1.1.29
Jetpack: by Automattic – 11.4
Mailchimp for WooCommerce: by Mailchimp – 2.7.5
Facebook for WordPress: by Facebook – 3.0.7
oik weight zone shipping: by bobbingwide – 0.2.5
OneSignal Push Notifications: by OneSignal – 2.3.2
Pending Payment Reminder for WooCommerce: by Finpose – 1.0.1
Pinterest for WooCommerce: by WooCommerce – 1.2.4
WooCommerce PDF Invoices, Packing Slips, Delivery Notes and Shipping Labels: by WebToffee – 3.0.6
Riipay for Woocommerce: by Riipay – 1.0.19
Shortcodes Ultimate: by Vladimir Anokhin – 5.12.2
TikTok: by TikTok – 1.0.10
toyyibPay for WooCommerce: by toyyibPay – 1.3.2
Use Any Font: by Dnesscarkey – 6.2.96
WooCommerce Dynamic Pricing & Discounts: by RightPress – 2.4.3
WooCommerce Smart COD PRO: by woosmartcod.com – 1.4.7
Converter for Media: by Image Optimization Team by matt plugins – 5.3.1
Woo DHL Tracking Form: by Mnording – 1.2.1
Order on Mobile for WooCommerce: by EduardoVillao.me – 2.1
Woo Total Sales: by Sh Shanker – 3.1.4
WooCommerce Extended Coupon Features FREE: by Soft79 – 3.2.9
WooCommerce Conversion Tracking: by weDevs – 2.0.10
WooCommerce Stripe Gateway: by WooCommerce – 6.9.0
WooCommerce Shipping & Tax: by WooCommerce – 1.26.3
WooCommerce: by Automattic – 7.0.0
WooCommerce MOLPay Seamless: by MOLPay Tech Team – 2.7.1
Yoast SEO Premium: by Team Yoast – 19.3
Yoast SEO: by Team Yoast – 19.8
WP 2FA - Two-factor authentication for WordPress: by WP White Security – 2.3.0
WPForms Lite: by WPForms – 1.7.7.2
YayMail Pro - WooCommerce Email Customizer: by YayCommerce – 3.0
YITH WooCommerce Wishlist: by YITH – 3.14.0

Inactive Plugins (3)

LiteSpeed Cache: by LiteSpeed Technologies – 5.2.1
Nextend Social Login: by Nextendweb – 3.1.6
WP Rocket: by WP Media – 3.9

Dropin Plugins (1)

advanced-cache.php: advanced-cache.php

Settings

API Enabled: –
Force SSL: –
Currency: MYR (RM)
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: #7 - /shop/
Cart: #8 - /cart/
Checkout: #9 - /checkout/
My account: #10 - /my-account/
Terms and conditions: ❌ Page not set

Theme

Name: Flatsome
Version: 3.15.7
Author URL: http://www.uxthemes.com/
Child Theme: ❌ – If you are modifying WooCommerce on a parent theme that you did not build personally we recommend using a child theme. See: How to create a child theme
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
flatsome/woocommerce/emails/admin-new-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
flatsome/woocommerce/myaccount/form-login.php version 4.1.0 is out of date. The core version is 6.0.0
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

Outdated Templates: ❌

					Learn how to update

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
multichannel-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
woo-mobile-welcome
wc-pay-promotion
wc-pay-welcome-page

Disabled Features: minified-js
new-product-management-experience
settings

Daily Cron: ✔ Next scheduled: 2022-10-21 08:51:58 +00:00
Options: ✔
Notes: 64
Onboarding: completed

Action Scheduler

Canceled: 6
Oldest: 2022-09-24 08:00:24 +0000
Newest: 2022-10-21 06:50:23 +0000

Complete: 62,240
Oldest: 2022-09-21 08:37:35 +0000
Newest: 2022-10-21 06:52:12 +0000

Pending: 14
Oldest: 2022-10-21 06:52:15 +0000
Newest: 2022-10-27 20:34:39 +0000

Status report information

Generated at: 2022-10-21 06:52:14 +00:00
`

Isolating the problem

  • I have deactivated other plugins and confirmed this bug occurs when only WooCommerce plugin is active.
  • This bug happens with a default WordPress theme active, or Storefront.
  • I can reproduce this bug consistently using the steps above.
@github-actions github-actions bot added status: awaiting triage This is a newly created issue waiting for triage. type: community contribution labels Oct 21, 2022
@roykho roykho added type: support request Issues submitted that are not bugs or enhancements but support requests (both dev and non-dev). and removed status: awaiting triage This is a newly created issue waiting for triage. type: community contribution labels Oct 21, 2022
@github-actions
Copy link
Contributor

Hi @saqlainkhadimbusiness,

While our goal is to address all the issues reported in this repository, GitHub should be treated as a place to report confirmed bugs only.

The type of issue you submitted looks like a support request which may or may not reveal a bug once proper troubleshooting is done. In order to confirm the bug, please follow one of the steps below:

If you confirm the bug, please provide us with clear steps to reproduce it.

We are closing this issue for now as it seems to be a support request and not a bug. If we missed something, please leave a comment and we will take a second look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: support request Issues submitted that are not bugs or enhancements but support requests (both dev and non-dev).
Projects
None yet
Development

No branches or pull requests

2 participants