Impossible to preview posts

Support MB Relationships Impossible to preview postsResolved

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #43781
    Guillaume LORAINGuillaume LORAIN
    Participant

    I have a problem since I've updated to WP 6.4.
    I can't preview custom post type anymore, when I click on the preview button in my post I'm redirected to wp-admin/undefined.

    I've disabled plugins and Metabox seems be the origin of the problem and more specific on the relashionship part. I've disabled this specific componant and it's working. The problem is I need relationship.

    I suceedeed to reprocuce the problem on a new website even where there whas no relashionship set but the componant was active.

    Have you already seen it ? Thanks.

    #43782
    Guillaume LORAINGuillaume LORAIN
    Participant

    After few more tests, it seems the problem is linked to "MB Builder" instead of relashionship.

    #43785
    PeterPeter
    Moderator

    Hello,

    Thanks for your feedback.

    I can reproduce the issue on my site. I've escalated this issue to the development team to fix it. I will let you know when I have any information.

    #43786
    Guillaume LORAINGuillaume LORAIN
    Participant

    Ok Thanks.

    #43817
    Stephen WalkerStephen Walker
    Participant

    Just chiming in that this is impacting multiple sites for me as well. Looking forward to a fix.

    #44131
    Yard DigitalYard Digital
    Participant

    The code which is causing this problem is:

    savePost( object );
    return;

    The solution is (tested):
    return savePost( object );

    Location: https://github.com/wpmetabox/meta-box/blob/5.9.0/js/validation/validation.js#L230

    #44246

    We have been seeing this issue on several sites on our end as well. Looking forward to a fix. Thanks!

    #44247
    Guillaume LORAINGuillaume LORAIN
    Participant

    The last update fixed this issue. It's now solved.

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