Forum Replies Created
-
AuthorPosts
-
kesit
ParticipantMy hosting is a VPS and not shared hosting.
And it's writing fine with default WordPress' post meta table.Well, it might be my codes that didn't perform well.
Thanks for your response
kesit
ParticipantHi, do you have any updates about this?
kesit
ParticipantHi.. is it only me or do you have the same experience?
kesit
Participantyes, 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?
kesit
ParticipantOk noted.
Thanks for your info
kesit
ParticipantSorry, the above meta box is: https://ghostbin.com/paste/xsoa7
kesit
ParticipantHi,
the problem occurred when I'm saving the form for the second time.kesit
Participantsorry, forget the above comment. Still failing when it's outside the group...
kesit
ParticipantJust find out, the above field is only failed on second save if I put it in a group. When I put outside group, it works just fine.
Any idea why?
kesit
Participantthe field with id "saudara_status_test" is the field with the problem...
kesit
ParticipantHi Anh,
thanks for your Github push.I'm currently trying it and it seems that no more un-needed query anymore. But still trying this and that to see if it's impacting something else.
But thanks a lot for your response
Best regards,
kesitkesit
ParticipantI am also not using Meta Box frontend functions. So I put this code
if(is_admin()) { add_filter( 'rwmb_meta_boxes', 'myfunc_register_meta_boxes' ); }But the query still happened on frontend... is my code wrong?
kesit
ParticipantIs it safe for the data?
Sorry for my late reply...
kesit
ParticipantSorry, I more question:
Is it possible to move existing meta value from default post meta table into custom table?
kesit
ParticipantAh... I missed that note. Thanks for your response
And thank you for these great plugins! keep up the good work!
-
AuthorPosts