ole1986 / wc-invoice-pdf

WC Recurring Invoice Pdf plugin for wordpress
https://wordpress.org/plugins/wc-invoice-pdf
6 stars 3 forks source link

Fatal error Class 'NumberFormatter' not found #34

Closed JUSSKiE closed 3 years ago

JUSSKiE commented 3 years ago

Hi Guys,

When trying to use with plugin WooCommerce 5.2.2 / Wordpress 5.7.1 I'm getting the following:

Fatal error: Uncaught Error: Class 'NumberFormatter' not found in /home/----/----/wp-content/plugins/wc-invoice-pdf/model/invoice-pdf.php on line 28

This is happening when trying to generate an invoice.

Thanks,

ole1986 commented 3 years ago

Please make sure you have enabled the intl extension for PHP. More details here: https://stackoverflow.com/questions/30554177/fatal-error-class-numberformatter-not-found/42893929