• Resolved jezykjurek

    (@jezykjurek)


    Hi,

    Since some time we get following notice on each page with quiz:

    Notice: Undefined offset: 1 in /home/languag3/www/dev.languagemasters.ch/wp-content/plugins/quiz-master-next/php/template-variables.php on line 380

    Please advice how to avoid it?

    Regards

    Anna

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello @jezykjurek,

    I hope you’re well.

    Thanks for getting in touch with us

    We understand you are facing an issue regarding the plugin and we want to assure you that we’ve already brought this to the attention of our development team. While they work on resolving it, we genuinely thank you for your patience. Rest assured, we’ll keep you informed as we make progress.

    Best regards,
    Sumit

    Thread Starter jezykjurek

    (@jezykjurek)

    Hello Sumit,

    I was wondering if you have a solution for reported issue and/or you need additional details.

    Best Regards

    Anna

    Thread Starter jezykjurek

    (@jezykjurek)

    Hello Sumit,

    I just updated line 380 of template-variables.php by replacing 1 with 0 for $wp_current_filter could you please confirm if it is right approach since it solve the problem of the unwanted notcie but I’m not sure of overall impact.

    Regards

    Hi @jezykjurek,

    I trust this message finds you well!

    You can replace the code with the code provided below:

    if ( !empty( $wp_current_filter[1] ) && ‘mlw_qmn_template_variable_quiz_page’ == $wp_current_filter[1] ) {

    in /home/languag3/www/dev.languagemasters.ch/wp-content/plugins/quiz-master-next/php/template-variables.php on line 380

    This adjustment should help ensure everything runs smoothly.

    Feel free to reach out if you have any questions or if there’s anything else I can assist you with.

    Best regards,
    Sumit

    Thread Starter jezykjurek

    (@jezykjurek)

    Dear Sumit,

    Thank you for your answer.

    Could you please send me updated entire file or at least the entire 380 line?

    That would help me a lot.

    Thank you very much

    Regards,

    Hello @jezykjurek,

    I trust you’re doing well.

    Exciting news! The complete updated version is set to be released today.

    Best regards,
    Sumit

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

The topic ‘Notice: Undefined offset: 1’ is closed to new replies.