In Reply To:
In the cfg file the first field should have "0" as the position, not 1. OK, Fixed that.....
Also, the last field-
Total => [46, 'alpha', 10, 40, 0, '', ''],
Remove the comma...
Total => [46, 'alpha', 10, 40, 0, '', '']
OK, Fixed That
# 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;
OK, set to -1
In your case Email- current position 4, or 3 when you redo field position.
$db_key = 'Email';
$db_user = 'conf'; <=== what's this?
I was using the program to track data from more than one conf...but to simplify things I got rid of it completely
Still no improvement. Getting the same error...thanks for looking so quickly...any other ideas?