Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Linux!

    Thanks for the update. I’ll check on the issue you are reporting here tomorrow to find out what’s happening.

    But I am very glad to hear that SSL is working well for you!

    Woohooo!!!

    Thread Starter linux4me2

    (@linux4me2)

    Tony at Diverse Solutions found a temporary workaround for this issue in WP 4.9.1. The workaround is to find this line at the end of the file /wp-admin/admin-ajax.php:

    
    wp_die( '0' );
    

    and replace it with this:

    
    //wp_die( '0' );
    die();
    

    which allows the script to silently exit without displaying the blank page and the pop-ups are shown as they should be.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Profile, Searches, Listings, and Login Links Don’t Work’ is closed to new replies.