• Using WP 5.6.1 – updating any user profile generates the error text below and the user is not updated.
    Disabling the plug-in allows user to be updated. Any ideas please?

    Notice: Undefined index: simple-restrict-all in /home/mydomain/public_html/wp/wp-content/plugins/simple-restrict/admin/class-simple-restrict-admin.php on line 200

    Notice: Undefined index: simple-restrict-commops in /home/mydomain/public_html/wp/wp-content/plugins/simple-restrict/admin/class-simple-restrict-admin.php on line 200

    Warning: Cannot modify header information – headers already sent by (output started at /home/mydomain/public_html/wp/wp-content/plugins/simple-restrict/admin/class-simple-restrict-admin.php:200) in /home/mydomain/public_html/wp/wp-includes/pluggable.php on line 1296

    Warning: Cannot modify header information – headers already sent by (output started at /home/mydomain/public_html/wp/wp-content/plugins/simple-restrict/admin/class-simple-restrict-admin.php:200) in /home/mydomain/public_html/wp/wp-includes/pluggable.php on line 1299

Viewing 1 replies (of 1 total)
  • Plugin Contributor Awaken Solutions Inc.

    (@awakensolutions)

    I have just tested this on WordPress 5.6.1 and cannot replicate the issue. I have enabled PHP notices and warnings (not always recommended, since it will show lots of such warnings depending on the number of plugins you have installed) and tried changing the checkboxes alongside different permissions for a test user. I saved and no warnings appeared, and the user was updated.

    It is possible something else is conflicting with the POST object, based on the first error it references on line 200. Can you please try disabling all other plugins and using a default WP theme, then trying again?

Viewing 1 replies (of 1 total)
  • The topic ‘Error updating a user profile’ is closed to new replies.