Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ktuimala

    (@ktuimala)

    I found the problem. Please fix it officially.

    In woocommerce-betaout/includes/amplify.php, in the identify function, you have a print_r statement that is outputting the response before the headers are sent causing issues with page rerouting during WP login. Obviously this is left over from debugging, but commenting the print_r statement causes WP login to work as expected.

    Thread Starter ktuimala

    (@ktuimala)

    Also, a couple of lines below the print_r I had to comment out, I found an echo statement that causes grief when a cookie is not set. This echo statement also has to be commented out.

    woocommerce-betaout/includes/amplify.php line 652

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Plugin Breaks Login’ is closed to new replies.