I followed the update instructions provided and I’m receiving this fatal error. Any idea on how I can fix it? I’ve verified that …Claz/Invoice.php and …invoices/manage.php both exist.
Fatal error: Uncaught Error: Class “NumberFormatter” not found in /share/MD0_DATA/Web/simpleinvoices/Inc/Claz/Invoice.php:361 Stack trace: #0 /share/MD0_DATA/Web/simpleinvoices/Inc/Claz/Invoice.php(159): Inc\Claz\Invoice::getInvoices(NULL, ”, ”, false, 0) #1 /share/MD0_DATA/Web/simpleinvoices/Inc/Claz/Invoice.php(112): Inc\Claz\Invoice::manageTableInfo(0) #2 /share/MD0_DATA/Web/simpleinvoices/modules/invoices/manage.php(37): Inc\Claz\Invoice::getAllWithHavings(”, ”, ”, true, false, 0) #3 /share/MD0_DATA/Web/simpleinvoices/index.php(441): include(‘/share/MD0_DATA…’) #4 {main} thrown in /share/MD0_DATA/Web/simpleinvoices/Inc/Claz/Invoice.php on line 361
Line 361 of Invoice.php reads as follows: $formatter = new NumberFormatter($locale, NumberFormatter::CURRENCY);
Line 159 reads: $rows = self::getInvoices(null, ”, ”, false, $invoiceDisplayDays);
Line 112 reads: return self::manageTableInfo($invoiceDisplayDays);
Line 37 of Manage.php reads: $invoices = Invoice::getAllWithHavings($having, ”, ”, true, false,
$invoiceDisplayDays);
-
This topic was modified 1 year, 4 months ago by FRCG.
-
This topic was modified 1 year, 4 months ago by FRCG.
Recent Comments