In the cfg file the first field should have "0" as the position, not 1.
Also, the last field-
Total => [46, 'alpha', 10, 40, 0, '', ''],
Remove the comma...
Total => [46, 'alpha', 10, 40, 0, '', '']
# Auth user field. This is the field position in the database used for storing
# the userid who owns the record. Set to -1 if not used.
$auth_user_field = 9;
In your case Email- current position 4, or 3 when you redo field position.
$db_key = 'Email';
$db_user = 'conf'; <=== what's this?
_______________________________________________________
Lem Motlow, Proprietor Lynchburg (pop 361), Tenn.
Also, the last field-
Total => [46, 'alpha', 10, 40, 0, '', ''],
Remove the comma...
Total => [46, 'alpha', 10, 40, 0, '', '']
# Auth user field. This is the field position in the database used for storing
# the userid who owns the record. Set to -1 if not used.
$auth_user_field = 9;
In your case Email- current position 4, or 3 when you redo field position.
$db_key = 'Email';
$db_user = 'conf'; <=== what's this?
_______________________________________________________
Lem Motlow, Proprietor Lynchburg (pop 361), Tenn.