Forum Replies Created

Viewing 1 replies (of 1 total)
  • ojmsites

    (@ojmsites)

    Hello,

    To those that are affected by this, there is a simple code fix you can do that I’ve got working.

    On the effected file (you should have the path but”
    \wp-content\plugins\wp-survey-and-quiz-tool\pages\admin\surveys\result.total.php

    Line 5 change to:
    if(!empty($surveyArray['multiple'])) { foreach ( $surveyArray['multiple'] as $result ){

    Line 29 change from } to:

    }
    }else{
      echo "No Multiple Results to collate";
    } // End SurveyArray Check

    All it does is check if there is no multiple results, don’t try to display them. Basic work around, but it does work.

    So until the official update comes out, there is an easy fix to keep you going 🙂

Viewing 1 replies (of 1 total)