1

(11 replies, posted in Report Bugs here)

rafat wrote:

Your OK with environment I just missed to as ask you your mysql version. Please mention that. Meanwhile you need to enable debugging for analysis. You need to edit ...config.php to the following and revert back to what it was before after trying to add a supplier again. Also list what the errors.log has after the change:

    $go_debug         = 1;    // set to 1 for basic debugging, or 2 to see also backtrace after failure.


MySQL Version : 10.3.35-MariaDB-log-cll-lve


$go_debug         = 0

errors.log : 0:admin:crm_contacts_db.inc:13: Unhandled exception [0]: Too few arguments to function add_crm_person(), 10 passed in /home/bluestyp/public_html/frontaccounting/purchasing/manage/suppliers.php on line 94 and at least 11 expected.


$go_debug         = 1

errors.log : 0:admin:crm_contacts_db.inc:13: Unhandled exception [0]: Too few arguments to function add_crm_person(), 10 passed in /home/bluestyp/public_html/frontaccounting/purchasing/manage/suppliers.php on line 94 and at least 11 expected.

$go_debug         = 0 // Back to zero

errors.log : 0:admin:crm_contacts_db.inc:13: Unhandled exception [0]: Too few arguments to function add_crm_person(), 10 passed in /home/bluestyp/public_html/frontaccounting/purchasing/manage/suppliers.php on line 94 and at least 11 expected.

2

(11 replies, posted in Report Bugs here)

rafat wrote:

State your environment please. FA , OS PHP and APACHE.

I'm a bit unsure of what you mean, but

Front Accounting version : 2.4.10
Operating System : linux (Architecture    x86_64)
PHP Version : 7.2.34
Apache Version : 2.4.54

Apologies if that's not what you asked for.

3

(11 replies, posted in Report Bugs here)

rafat wrote:

Anything in the error log .../tmp/errors.log ?

The log :

[04-Sep-2022 05:24:55 America/New_York] 0:admin:crm_contacts_db.inc:13: Unhandled exception [0]: Too few arguments to function add_crm_person(), 10 passed in /home/bluestyp/public_html/frontaccounting/purchasing/manage/suppliers.php on line 94 and at least 11 expected.

4

(11 replies, posted in Report Bugs here)

Hello All,

While adding a new supplier, i fill in all the details, and when i click on "Add new supplier details", it forwards me to a page that only says "Back". I'm unable to add any suppliers. Please help.