FATAL ERROR upon saving
-
Hi,
I’m retriving a fatal error upon saving:Fatal error: Uncaught Error: Call to undefined function wc_clean() in /Users/me/Sites/fev/wp-content/plugins/flexible-invoices/class/invoicePost.php:513
this is the line 513:
$number = wc_clean( str_replace( $decimals, '.', $number ) );
This is a workaround (removed
wc_clean()
wrapper):$number = str_replace( $decimals, '.', $number );
I guess
wc_clean()
is for woocommerce, this is why is retrived asundefined function
.Is this Plugin for woocommerce only?
Regards.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘FATAL ERROR upon saving’ is closed to new replies.