• Resolved pianoworldguy

    (@pianoworldguy)


    Getting two error messages, although the plugin appears to still be working.
    Our first quiz is here: https://pianoworld.com/fun-stuff/piano-quiz/

    These are the error messages:
    Notice: Undefined index: pool in /usr/share/wordpress/wp-content/plugins/hd-quiz/template.php on line 19

    Notice: Undefined index: showIncorrectAnswerText in /usr/share/wordpress/wp-content/plugins/hd-quiz/template.php on line 23

    Any help would be appreciated.
    Best,
    Frank B. / Piano World

Viewing 1 replies (of 1 total)
  • Plugin Author Harmonic Design

    (@harmonic_design)

    Hi Frank,
    The good news is that these are just PHP notices. Basically saying “the user never set these settings, so we’re defaulting to null”.

    It is always recommended that you disable php error reporting on live websites, but if you don’t want to do this for your entire site, you can do this just to HD Quiz by editing template.php and adding the following to the very first line in the file.

    <?php error_reporting(0); ?>

    This will stop HD Quiz for reporting any errors OR notices.

    Let me know if you need help doing this.

Viewing 1 replies (of 1 total)

The topic ‘Getting double error messages’ is closed to new replies.