• Hi,

    You may get an error when you click the Complete button in the course. I solved this issue by disabling nonce check.

    Navigate to wp-content\plugins\learnpress\inc folder and open “class-lp-ajax.php” file.

    Find this lines and comment them :

    if ( ! wp_verify_nonce( $nonce, ‘lesson-complete’ ) ) {

                        throw new Exception( __( ‘Error! Invalid lesson or failed security check.’, ‘learnpress’ ) );

                    }

    That’s okay 🙂

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Error complete lessons’ is closed to new replies.