Forum Replies Created

Viewing 15 replies - 1 through 15 (of 188 total)
  • Thread Starter tonygao

    (@tonygao)

    ?? It seems the “”checked-in” feature can do that.

    Thanks!

    • This reply was modified 5 days, 4 hours ago by tonygao.
    Thread Starter tonygao

    (@tonygao)

    The problem is now resolved after debug.

    Please ignore it for now!

    Have you upgraded to the latest version 4.6.0?

    I had issue after upgrading to 4.6.0

    Thread Starter tonygao

    (@tonygao)

    Just updated the WooCommerce Payments plugin to the latest version(8.2.1) and the problem solved.

    Thread Starter tonygao

    (@tonygao)

    After further debug, it seems the problem caused by the plugin “woocommerce payments”

    In file: /home/public_html/wp-content/plugins/woocommerce-payments/woocommerce-payments.php

    There is code that initialize jetpack even when jetpack not installed

    Thread Starter tonygao

    (@tonygao)

    Based on the following debug trace, it seems the problem is within the plugin, I already uninstalled jetpack but the plugin seems still trying to use it

    [11-Sep-2024 02:31:35 UTC] Array
    (
    [0] => Array
    (
    [file] => /home/public_html/wp-includes/functions.php
    [line] => 5554
    [function] => wp_trigger_error
    )

    [1] => Array
        (
            [file] => /home/public_html/wp-content/plugins/woocommerce-services/vendor/automattic/jetpack-status/src/class-status.php
            [line] => 179
            [function] => _deprecated_function
        )
    
    [2] => Array
        (
            [file] => /home/public_html/wp-content/plugins/woocommerce-payments/vendor/automattic/jetpack-sync/src/class-actions.php
            [line] => 307
            [function] => is_staging_site
            [class] => Automattic\Jetpack\Status
            [type] => ->
        )
    
    [3] => Array
        (
            [file] => /home/public_html/wp-content/plugins/woocommerce-payments/vendor/automattic/jetpack-sync/src/class-main.php
            [line] => 24
            [function] => sync_allowed
            [class] => Automattic\Jetpack\Sync\Actions
            [type] => ::
        )
    
    [4] => Array
        (
            [file] => /home/public_html/wp-content/plugins/woocommerce-services/vendor/automattic/jetpack-config/src/class-config.php
            [line] => 257
            [function] => configure
            [class] => Automattic\Jetpack\Sync\Main
            [type] => ::
        )
    
    [5] => Array
        (
            [file] => /home/public_html/wp-content/plugins/woocommerce-services/vendor/automattic/jetpack-config/src/class-config.php
            [line] => 217
            [function] => enable_sync
            [class] => Automattic\Jetpack\Config
            [type] => ->
        )
    
    [6] => Array
        (
            [file] => /home/public_html/wp-content/plugins/woocommerce-services/vendor/automattic/jetpack-config/src/class-config.php
            [line] => 112
            [function] => ensure_feature
            [class] => Automattic\Jetpack\Config
            [type] => ->
        )
    
    [7] => Array
        (
            [file] => /home/public_html/wp-includes/class-wp-hook.php
            [line] => 324
            [function] => on_plugins_loaded
            [class] => Automattic\Jetpack\Config
            [type] => ->
        )
    
    [8] => Array
        (
            [file] => /home/public_html/wp-includes/class-wp-hook.php
            [line] => 348
            [function] => apply_filters
            [class] => WP_Hook
            [type] => ->
        )
    
    [9] => Array
        (
            [file] => /home/public_html/wp-includes/plugin.php
            [line] => 517
            [function] => do_action
            [class] => WP_Hook
            [type] => ->
        )
    
    [10] => Array
        (
            [file] => /home/public_html/wp-settings.php
            [line] => 555
            [function] => do_action
        )
    
    [11] => Array
        (
            [file] => /home/public_html/wp-config.php
            [line] => 110
            [args] => Array
                (
                    [0] => /home/public_html/wp-settings.php
                )
    
            [function] => require_once
        )
    
    [12] => Array
        (
            [file] => /home/public_html/wp-load.php
            [line] => 50
            [args] => Array
                (
                    [0] => /home/public_html/wp-config.php
                )
    
            [function] => require_once
        )
    
    [13] => Array
        (
            [file] => /home/public_html/wp-admin/admin.php
            [line] => 34
            [args] => Array
                (
                    [0] => /home/public_html/wp-load.php
                )
    
            [function] => require_once
        )
    
    [14] => Array
        (
            [file] => /home/public_html/wp-admin/plugins.php
            [line] => 10
            [args] => Array
                (
                    [0] => /home/public_html/wp-admin/admin.php
                )
    
            [function] => require_once
        )

    )

    Thread Starter tonygao

    (@tonygao)

    The WooCommerce Shipping & Tax is the latest version. Will try to debug which plugin call it and caused the problem

    Thread Starter tonygao

    (@tonygao)

    The problem is caused by the “WooCommerce Shipping & Tax” plugin

    /home/public_html/wp-content/plugins/woocommerce-services/vendor/automattic/jetpack-status/src/class-status.php
    /home/public_html/wp-content/plugins/woocommerce-services/vendor/automattic/jetpack-status/CHANGELOG.md
    /home/public_html/wp-content/plugins/woocommerce-services/classes/class-wc-connect-jetpack.php
    /home/public_html/wp-content/plugins/woocommerce-services/classes/class-wc-connect-help-view.php
    /home/public_html/wp-content/plugins/woocommerce-services/classes/class-wc-connect-api-client.php

    After disable the plugin, no notice in debug.log. Please fix it!

    Thread Starter tonygao

    (@tonygao)

    After a search, woocommer plugin(s) use s_staging_site. See below:

    /home/public_html/wp-content/plugins/woocommerce-payments/vendor/automattic/jetpack-status/src/class-status.php
    /home/public_html/wp-content/plugins/woocommerce-payments/vendor/automattic/jetpack-sync/src/class-actions.php
    /home/public_html/wp-content/plugins/woocommerce-payments/vendor/automattic/jetpack-connection/src/sso/class-sso.php
    /home/public_html/wp-content/plugins/woocommerce-payments/vendor/automattic/jetpack-connection/src/class-rest-connector.php
    /home/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-status/src/class-status.php
    /home/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-rest-connector.php
    /home/public_html/wp-content/plugins/woocommerce/includes/class-wc-tracker.php
    /home/public_html/wp-content/plugins/woocommerce-services/vendor/automattic/jetpack-status/src/class-status.php
    /home/public_html/wp-content/plugins/woocommerce-services/vendor/automattic/jetpack-status/CHANGELOG.md
    /home/public_html/wp-content/plugins/woocommerce-services/classes/class-wc-connect-jetpack.php
    /home/public_html/wp-content/plugins/woocommerce-services/classes/class-wc-connect-help-view.php
    /home/public_html/wp-content/plugins/woocommerce-services/classes/class-wc-connect-api-client.php

    Thread Starter tonygao

    (@tonygao)

    Thank you very much!

    Thread Starter tonygao

    (@tonygao)

    Thanks

    Thread Starter tonygao

    (@tonygao)

    Solved! Please ignore this post

    Forum: Plugins
    In reply to: [WooCommerce] API problem!
    Thread Starter tonygao

    (@tonygao)

    Thanks.

    Thread Starter tonygao

    (@tonygao)

    Sorry! The problem has been already solved! Please ignore this post!

    Thread Starter tonygao

    (@tonygao)

    Thank you!

Viewing 15 replies - 1 through 15 (of 188 total)