intermittent problem with submitting forms

Support MB Frontend Submission intermittent problem with submitting formsResolved

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #16507
    Mary Anne LavinMary Anne Lavin
    Participant

    I have four frontend forms on a website under development. Two will work, sometimes, two will not. I have confirmed it is not a caching problem. Nor a conficting plugin problem.

    The error log isn't helping me. Maybe you can make sense of it:
    Invalid argument supplied for foreach() wp-cron.php on line 111 and [wp_privacy_delete_old_export_files] => Array My understanding is that wp-cron typically sends errors when there are problems with the array. But I can't find any. I suspect you would need to look at the functions file, so maybe this goes to email. Thanks

    #16521
    Mary Anne LavinMary Anne Lavin
    Participant

    No word on this yet, but maybe posting the code for one of the metaboxes will help. This creates a post upon "submit" sometimes. Other times, it returns with empty fields but when the page is refreshed a Form Re-submission error pop ups. If you select "continue" a post is created. Still, at other times, nothing happens after selecting "continue".

    This is the custom post type

    https://pastebin.com/Bd6ezqKJ

    This is the metabox

    https://pastebin.com/TnZEKkkZ

    FYI: YAARP is a plugin
    https://wordpress.org/plugins/yet-another-related-posts-plugin/

    #16593
    Anh TranAnh Tran
    Keymaster

    Hi Mary,

    Sorry for the delay. I've looked at the wp-cron.php file at line 111 and see it's a WordPress code that loops through a list of registered crons. The another line of error wp_privacy_delete_old_export_files tells us this is a WP cron that delete old exported privacy files.

    All of that relates to the WP crons. I'll check your code in the email.

    #16599
    Anh TranAnh Tran
    Keymaster

    FYI, I fixed the bug in the version 2.0.5 of MB Frontend Submission.

    #16610
    Mary Anne LavinMary Anne Lavin
    Participant

    I got excited about this too soon. The form is behaving the very same way.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.