Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • in reply to: Custom Table can't handle concurrent input? #36598
    kesitkesit
    Participant

    My 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

    in reply to: Custom Table can't handle concurrent input? #36583
    kesitkesit
    Participant

    Hi, do you have any updates about this?

    in reply to: Custom Table can't handle concurrent input? #36326
    kesitkesit
    Participant

    Hi.. is it only me or do you have the same experience?

    in reply to: Can't save metabox #32118
    kesitkesit
    Participant

    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?

    in reply to: Change Frontend Submission Config using Javascript #17329
    kesitkesit
    Participant

    Ok noted.

    Thanks for your info

    in reply to: Can't make WordPress save in custom table #14131
    kesitkesit
    Participant

    Sorry, the above meta box is: https://ghostbin.com/paste/xsoa7

    in reply to: Error on Upload #12544
    kesitkesit
    Participant

    Hi,
    the problem occurred when I'm saving the form for the second time.

    in reply to: Error on Upload #12492
    kesitkesit
    Participant

    sorry, forget the above comment. Still failing when it's outside the group...

    in reply to: Error on Upload #12491
    kesitkesit
    Participant

    Just 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?

    in reply to: Select on cloned group can't be updated #12445
    kesitkesit
    Participant

    the field with id "saudara_status_test" is the field with the problem...

    in reply to: Meta Box plugin call un-needed query ? #11055
    kesitkesit
    Participant

    Hi 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,
    kesit

    in reply to: Meta Box plugin call un-needed query ? #11050
    kesitkesit
    Participant

    I 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?

    in reply to: Can't get Meta Box Custom Table to work #10992
    kesitkesit
    Participant

    Is it safe for the data?

    Sorry for my late reply...

    in reply to: Can't get Meta Box Custom Table to work #10763
    kesitkesit
    Participant

    Sorry, I more question:

    Is it possible to move existing meta value from default post meta table into custom table?

    in reply to: Can't get Meta Box Custom Table to work #10762
    kesitkesit
    Participant

    Ah... I missed that note. Thanks for your response

    And thank you for these great plugins! keep up the good work!

Viewing 15 posts - 1 through 15 (of 15 total)