Star2Billing / a2billing

A2Billing is a telecom switch and billing system capable of providing and billing a range of telecom products and services to customers such as calling card products, residential and wholesale VoIP termination, DID resale and callback services.
www.asterisk2billing.org
Other
181 stars 175 forks source link

The base_currency is too small. Currency update ABORTED! #164

Open needafix opened 5 years ago

needafix commented 5 years ago

Hi, using a2billing 2.2.0 and when running the currency update it fails with:

The base_currency is too small. Currency update ABORTED!

Iv'e read Areski's post about one line in Misc.php (/var/www/html/a2billing/common/lib/Misc.php) but it looks exactly as the post from Areski.

line 1290 of Misc.php has: $arr_value = explode(',', $line_base_value);

Any idea's on how to fix this is appreciated. Thank you.