Php Fatal error: Uncaught ValueError: Missing format specifier at end of string
-
hi,
Since updating to the newest woocommerce plugin release, 9.8.2, we have a fatal error.
Uncaught ValueError: Missing format specifier at end of string in …wp-content/plugins/woocommerce/includes/class-wc-post-types.php:238
On this line, if i replace:
‘all_items’ => sprintf( __( ‘All %s’, ‘woocommerce’ ), $label ),
by
‘all_items’ => ‘All ‘ . $label,
the error is gone.
But this is obviously not supposed to be like this, as it is a core woocommerce file.I have tried to search for loco translate etc. for what might be wrong but i cant find anything.
I disabled all other plugins except woocommerce and error remains.Please advice what to do,
kind regards, kees
The page I need help with: [log in to see the link]
The topic ‘Php Fatal error: Uncaught ValueError: Missing format specifier at end of string’ is closed to new replies.