ITB
10-Jul-2007, 06:47 PM
Cannot get nextnum feature to work. Trying to create field in my csv file with nextnum. My nextnum file never changes - have tried both empty file and with starting number in file but that didn't help. No errors given, no errors in apache log. Here are some of my settings:
Formmail.php
$NEXT_NUM_FILE = "/home/xxx/.nextnum";
/home/xxx/.nextnum = 0664 - no problems writing to hidden csv file with same permissions.
form.ini
derive_fields = "LN=%nextnum%"
Fedora Core 6
PHP 5.1
Thank You
Kevin
Formmail.php
$NEXT_NUM_FILE = "/home/xxx/.nextnum";
/home/xxx/.nextnum = 0664 - no problems writing to hidden csv file with same permissions.
form.ini
derive_fields = "LN=%nextnum%"
Fedora Core 6
PHP 5.1
Thank You
Kevin