• Resolved simonvw

    (@simonvw)


    ISSUE:

    PHP Notice: Undefined variable: errorfound in …/wp-ada-compliance-check-basic/res/rules/empty_th.php on line 35

    Causing the update of a post that contains a table with no errors to fail with the message “Updating failed. Undefined variable: errorfound”.

    SOLUTION:

    Check if $errorFoundis not empty:

    if (!empty($errorfound) && $errorfound == 1) {
    
        ...
    
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author seshelby

    (@seshelby)

    Thank you for taking the timer to report this PHP notice. We will get it resolved and report back when the update goes out.

    Plugin Author seshelby

    (@seshelby)

    Thanks again for reporting this issue. It has been resolved in the latest release which is now available.

    Thread Starter simonvw

    (@simonvw)

    Thank you for your quick response en fix ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Undefined variable: errorfound’ is closed to new replies.