• please turn your wp_debug to true prior the publishing of your plugins.

    Undefined index: select in /var/www/vhosts/money.cz/httpdocs/wp-content/plugins/widget-logic-visual/custom.php on line 67

    Notice: Undefined index: select in /var/www/vhosts/money.cz/httpdocs/wp-content/plugins/widget-logic-visual/custom.php on line 68

    Notice: Undefined index: select in /var/www/vhosts/money.cz/httpdocs/wp-content/plugins/widget-logic-visual/custom.php on line 67

    Notice: Undefined index: select in /var/www/vhosts/money.cz/httpdocs/wp-content/plugins/widget-logic-visual/custom.php on line 68

    Notice: Undefined index: select in /var/www/vhosts/money.cz/httpdocs/wp-content/plugins/widget-logic-visual/custom.php on line 70

    Notice: Undefined index: select in /var/www/vhosts/money.cz/httpdocs/wp-content/plugins/widget-logic-visual/custom.php on line 71

    http://wordpress.org/extend/plugins/widget-logic-visual/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Would love to know what this is about and if there’s a fix on the way.

    Thread Starter thomask

    (@thomask)

    those are just error notices, generaly the program uses something like
    echo $something;
    without knowing, that $something exist, so it needs only something like if (isset($something)) echo $something.
    Nothing critical, but for carefull developers as me, who are testing web with wp_debug = true, they appears, so i also home that there will be a fix (it is just 1 minute of work)

    Yeah, I work at an univ and my devs won’t use a plugin that throws error messages, let alone a dozen of them.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Widget Logic Visual] tons of errors’ is closed to new replies.