• When I save the user settings the group is not memorized. It appears that it does not save the settings in the database. This happens for both a new user and an existing user. Please help me

Viewing 1 replies (of 1 total)
  • Hi Macberte,

    This probably occurs due to an error or another conflicting plugin, because the normal functionality of Groups plugin should keep the user to a group after the assignment.

    You should have a look at your wp-content/debug.log after making a user-to-group assignment and if this won’t give you any hint, start disabling your plugins, switch theme and try to locate the conflicting factor on your website.

    To enable debugging, edit your wp-config.php file and replace this line: ?
    define( ‘WP_DEBUG’, false );

    with these lines:?
    define( ‘WP_DEBUG’, true );
    define( ‘WP_DEBUG_LOG’, true );
    define( ‘WP_DEBUG_DISPLAY’, false );

    Kind regards,
    George

Viewing 1 replies (of 1 total)
  • The topic ‘Adding to group doesn’t work anymore’ is closed to new replies.