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

    (@tugbucket)

    you can add $mctagmap_description = ''; somewhere up around line 72 and that should do it.

    I’ll add it to the next update.

    Thread Starter FadingMusic

    (@fadingmusic)

    Thank you kindly for your fast reply, I will implement the code right away! 🙂

    Thread Starter FadingMusic

    (@fadingmusic)

    Hello, your solution to this problem does not appear to work.
    Am I doing something wrong?

    Thank you.

    Plugin Author tugbucket

    (@tugbucket)

    hmmm.. I did it on my local and it did in fact work. To make sure, try this, find about line 46:

    "post_tags" => ""
    	), $atts));

    Make that:

    "post_tags" => ""
    	), $atts));
    
    	$mctagmap_description = '';

    Thread Starter FadingMusic

    (@fadingmusic)

    I’ve added

    $mctagmap_description = '';

    to line 71 of mctagmap_functions.php

    I’ve added

    "post_tags" => ""
    	), $atts));

    To line 46 of mctagmap_functions.php

    I’m still seeing these notices in my debug log.
    It’s also worth mentioning that I’m using PHP 7.

    Thank you.

    Plugin Author tugbucket

    (@tugbucket)

    hmmm… post your entire mctagmap_functions.php in pastebin and link it here and I’ll look at it.

    Thread Starter FadingMusic

    (@fadingmusic)

    Hello tugbucket,

    Thank you kindly for your support.
    http://pastebin.com/AVRZyLm2

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

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