Repository Forums Support WooCommerce Extended Coupon Features PRO PHP Warnings in WJECF_Pro_Admin_Auto_Update.php

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1609
    Jonathan Moore
    Participant

    Hi, I just noticed some of these errors in the logfiles, so concerned about maybe not getting updates:

    
    [05-Jul-2017 03:47:50 UTC] PHP Warning:  array_merge(): Argument #2 is not an array in wp-content/plugins/woocommerce-auto-added-coupons-pro/includes/pro/admin/WJECF_Pro_Admin_Auto_Update.php on line 501
    [05-Jul-2017 03:47:50 UTC] PHP Warning:  http_build_query(): Parameter 1 expected to be Array or Object.  Incorrect value given in wp-content/plugins/woocommerce-auto-added-coupons-pro/includes/pro/admin/WJECF_Pro_Admin_Auto_Update.php on line 456
    

    on:
    WooCommerce Extended Coupon Features PRO Version 2.5.3
    WooCommerce 3.1
    Wordpress 4.8
    PHP 7.0

    #1614
    Soft79
    Keymaster

    Hi

    I’m aware of this, I’ll look into it. I’ll let you know when I have more details.

    #1626
    Soft79
    Keymaster

    It’ll be fixed in the next release.

    If you want a fix right now, open that file and replace line 429:

    $response_block = $this->send_request( $action, $args );
    with:
    $response_block = $this->send_request( $action );

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.