• This recently started occurring. I have it on both Safari and Firefox. I believe this is in the wpProQuiz_front.js

    Any help would be great. While I have gotten this far, I am not a coder by any means.

    I have Enable SCRIPT_DEBUG, which didn’t fix it and then I went onto both Safari and firefox and did a diagnosis. They both came back with:

    TypeError: null is not an object (evaluating ‘json.lock’) wpProQuiz_front.js:1953

    Below are the lines before 1953 and after:

    (Line 1948) plugin.methode.ajax({
    action: ‘wp_pro_quiz_check_lock’,
    quizId: config.quizId
    }, function(json) {

    (Line 1953) if(json.lock != undefined) {
    quizStatus.isLocked = json.lock.is;

    if(json.lock.pre) {
    $e.find(‘input[name=”restartQuiz”]’).hide();
    (Line 1958) }

    https://www.ads-software.com/plugins/wp-pro-quiz/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Java error wpProQuiz’ is closed to new replies.