• Resolved uncovery

    (@uncovery)


    I am getting this error:

    Notice: Undefined variable: display in …/wp-content/plugins/multi-column-tag-map/mctagmap.php on line 136

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author tugbucket

    (@tugbucket)

    I’m unable to reproduce this using version 15.0.1 and WP version 4.9.6.

    Thread Starter uncovery

    (@uncovery)

    I installed today from the WordPress plugin list. I have 15.0.1 installed on WP 4.9.6.

    Here is a pastebin of the code that I found to cause the error:

    https://pastebin.centos.org/901841/

    Line 17 in the paste is the same as line 136 in the full file.
    AS you can see, between the start of the function (line 5) and line 17, the variable $display is not initialized or used. So it’s normal that it throws this error. adding something like $display = false; above resolves the issue.

    Plugin Author tugbucket

    (@tugbucket)

    v15.0.2 has this update. Thanks for the help!

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