Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Madalina Ruzsa

    (@madalinaruzsa)

    Hi @patricksponte,

    The fatal error is coming from the WooCommerce Subscriptions plugin, please contact their support.

    The problem with the WooCommerce code is this filter that they apply:

    $date_to_display = apply_filters( 'post_date_column_time', $date_to_display, get_post( $order->get_id() ) );

    It has only 2 parameters, but it should have 4 like the one used in WordPress Core: https://developer.ww.wp.xz.cn/reference/hooks/post_date_column_time/

    The mistake in their code interferes with our code for the WordPress Date Format setting. In the meantime you can disable this setting from .PMS-> Settings-> Misc-> Others->WordPress Date Format so you do not get the fatal error anymore.

    Thread Starter patricksponte

    (@patricksponte)

    Thank you so much for your reply and fix suggestion.

    Best regards,
    Patrick

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Uncaught ArgumentCountError’ is closed to new replies.