• There is a Fatal Error when selecting a comission then change its status to “Create a payment manually”

    Uncaught TypeError: implode(): Argument #1 ($pieces) must be of type array, string given

    the error happens exactly here:

    $redirect = esc_url_raw(
     add_query_arg(
       array(										 
         'commission_paid' => implode( ',', $res['can_be_paid'] ),									 
         'commission_unpaid' => implode( ',', $res['cannot_be_paid'] ),
       ),
       $redirect
    ));
    

    class.yith-wcaf-comission-handler.php

    there is no “can_be_paid” or “cannot_be_paid”

Viewing 1 replies (of 1 total)
  • Hi there,
    we hope you’re doing well!

    We have tried to reproduce the error but could not. Do you have the latest version installed (1.13.0)? If you don’t have it, update and see if the error persists. The same with the WooCommerce version.

    Could you write us the complete error?

    We will be attentive to your response.

    Have a nice day!

Viewing 1 replies (of 1 total)

The topic ‘Fatal Error’ is closed to new replies.