See the error when the client tries to transfer credit between accounts in version 6:
Error Number: 1136
Column count doesn’t match value count at row 1
INSERT INTO invoice_details
(accountid
, description
, created_date
, invoiceid
, reseller_id
, is_tax
, order_item_id
, payment_id
, before_balance
, product_category
, charge_type
, after_balance
, base_currency
, exchange_rate
, account_currency
, debit
, credit
) VALUES (‘2’, ‘Fund has been transfered from 4723285745 '(' 51294181 ')'’, ‘2022-11-15 21:04:02’, 8, ‘0’, 0, 0, 8, ‘697.60000’, ‘3’, ‘FUNDTRANSFER’, 687,6, ‘BRL’, ‘3.875’, ‘BRL’, 10, ‘0.00’)
Filename: /opt/ASTPP/web_interface/astpp/libraries/astpp/invoice.php
Line Number: 199
This path does not exist at this address:
/opt/ASTPP/web_interface/astpp/libraries/astpp/invoice.php
the correct path would be:
/opt/ASTPP/web_interface/astpp/application/libraries/astpp/invoice.php