Topic: Customers won't show after creating them
This is a brand new install of FA 2.4.4 on a hosted server. No errors show after installation with debug turned on. Also Systems Diagnostics show all "OK" in green.
Started by selecting Sales -> Add and Manage Customers then entering a customer which shows the short name branch being created.
Select "new customer" and the list collapses to just "new customer" and never displays the short names ever. I can exit the program and and re-login and go to the customers screen and the only option is "new customer". When I checked the MySQL (Server version: 5.5.59-0+deb7u1-log - (Debian) Protocol version: 10) using phpMyAdmin, the data is in the four tables ( 0_crm_contacts, 0_cust_branch, 0_crm_persons, 0_debtors_master table).
No errors, just the sql select statement of:
SELECT debtor_no, debtor_ref, name, curr_code, inactive FROM 0_debtors_master WHERE (debtor_no='') ORDER BY debtor_ref
in the list of sql statements showing at the bottom of the screen.
Can anyone point me in the direction to troubleshoot this?