do_action_ref_array( ‘wp_authenticate’, array( &$credentials[‘user_login’], &$credentials[‘user_password’] ) );
and commented tha line out and replaced it with the same line without the “&” references:
do_action_ref_array( ‘wp_authenticate’, array( $credentials[‘user_login’], $credentials[‘user_password’] ) );
I was then able to finally see the login form after refresh.
I suspect– since my old server had PHP 5.6 and the new server had PHP 7.0– that the pass by reference using “&” has been depreciated but I have not confirmed that. I just know it works now.
]]>thanks you very much
]]>Hello,
It need to be change back from the Database on the wp_option table
our team can help you of you will open a ticket here https://www.fixrunner.com/services/wordpress-support/