• Resolved luigidi

    (@luigidi)


    WP version 6.0.1
    Plugin version 2.3.3
    PHP version 8.1.8

    Default language: Italian
    Secondary: English (UK)

    Once the plugin is enabled, WordPress stops working due to a PHP Fatal.

    mod_fcgid: stderr: PHP Fatal error: Uncaught ValueError: Unknown format specifier "\xe2" in /home/mydomain.replace/public_html/wp-content/plugins/woocommerce/includes/wc-formatting-functions.php:1288

    wc-formatting-functions.php:1288 is this

    $price = sprintf( _x( '%1$s – %2$s', 'Price range: from-to', 'woocommerce' ), is_numeric( $from ) ? wc_price( $from ) : $from, is_numeric( $to ) ? wc_price( $to ) : $to );

    Can you please advise?

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘PHP Fatal error: Uncaught ValueError’ is closed to new replies.