• Resolved blingor

    (@blingor)


    Hi,

    i have an error message in wordpress dashboard:

    Warning: Undefined array key “action” in /home/clients/7593e0463dbecc1ffde2a35a472629b3/web/wp-content/plugins/wp-user-manager/includes/filters.php on line 385

    and everything seems not to be working also in line 385 is this:

    if ( ‘switch_to_olduser’ === $query[‘action’] ) {
            $request_uri = isset( $_SERVER[‘REQUEST_URI’] ) ? wp_unslash( filter_input( INPUT_SERVER, ‘REQUEST_URI’ ) ) : ”;

            wp_safe_redirect( get_bloginfo( ‘wpurl’ ) . $request_uri );
            exit;
        }

        return $handler;
    } );

    Does anybody know how to solve this?

    Thank you in advance!

Viewing 1 replies (of 1 total)
  • Plugin Author WP User Manager

    (@wpusermanager)

    Apologies for the issue, this has been fixed in WP User Manager 2.8.15 just released. Let me know if you have any further.

Viewing 1 replies (of 1 total)

The topic ‘Error message that changed the website’ is closed to new replies.