• Resolved menard1965

    (@menard1965)


    Since new Memebers Plugin update.!

    When i save a blog in Gutenberg i am getting this error message.

    Die Veröffentlichung ist fehlgeschlagen. Du bist leider nicht berechtigt, das individuelle Feld _members_access_role zu bearbeiten.

    The publication failed. Unfortunately, you are not authorized to edit the individual field _members_access_role.

    in members code i found:

    if ( ! $allowed ) {        // $allowed ist IMMER false (Schritt 2) -> diese Zeile trifft IMMER zu
        return false;          // -> Funktion bricht hier ab
    }
    if ( ! current_user_can( 'restrict_content' ) ) {   // <- wird NIE erreicht
        return false;
    }
    • This topic was modified 2 weeks, 4 days ago by menard1965.
    • This topic was modified 2 weeks, 4 days ago by menard1965.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.