Hi, Thanks for this really nice FOP2 ... :)
I got an issue when importing csv on phonebook. it said 15 record imported but when check on db it's there with empty value on each field.
This does not happen on 2.28 though. Only on 2.29
mysql> select * from visual_phonebook; +----+-----------+----------+---------+--------+--------+-------+---------+---------+---------+ | id | firstname | lastname | company | phone1 | phone2 | owner | private | picture | context | +----+-----------+----------+---------+--------+--------+-------+---------+---------+---------+ | 63 | | | | | | | | NULL | | | 62 | | | | | | | | NULL | | | 61 | | | | | | | | NULL | | | 59 | | | | | | | | NULL | | | 60 | | | | | | | | NULL | | | 58 | | | | | | | | NULL | | | 56 | | | | | | | | NULL | | | 57 | | | | | | | | NULL | | | 55 | | | | | | | | NULL | | | 53 | | | | | | | | NULL | | | 54 | | | | | | | | NULL | | | 51 | | | | | | | | NULL | | | 52 | | | | | | | | NULL | | | 49 | | | | | | | | NULL | | | 50 | | | | | | | | NULL | | +----+-----------+----------+---------+--------+--------+-------+---------+---------+---------+ 15 rows in set (0.00 sec)
Can you please give me a clue on this ? ... is this a bug or some changes need to be done on server ?
Thanks