Hi php developers,
I hope you can save me from getting crazy:
setting: FM-Server9adv, php-api
php scipt creates a new record in a table/layout with several fields (about 100),
but with some date fields it doesnt work!
date1, date2, date3 works fine, like all other textfields,
but with date4, date5, date6 it is not possible to write into.
same definiton of the fields, no checks
write the same date/string to all fields
even duplicated working field with new name doesnt work
this is not a spelling problem
error message says: "field not found"
it is not dependend of the position in the write cycle, when doing a commit after every ->setField
data is written till the first 'bad' datefield
it is not dependent of the date value
the rest of the code is fine, writes a 30 fields to the table, hundrets of records
Any ideas whats going wrong?
thanks,
michael