Hi,
I'm using MB Custom Table ver. 2.0.0
I have trouble to edit and save metabox value from wp-admin. WordPress always said that post updated but it isn't.
I don't have this dificulties when using $wpdb->update.
Would you mind to point me a clue what to check about this problem?
yes, I can confirm that the column name in custom table are equal with field ids in meta box.
I can write data in custom table from frontpage using $wpdb->insert as on the documentation.
I can't share the exact code since it has a lot of columns (may be around 50 fields), could it be the source of the problem?