• awosy

    (@awosy)


    Since our upgrade to php 7 we are getting following log messages:

    A non-numeric value encountered in wp-category-tag-could/classes/wpctc-widget.php on line 207

    It is filling the log file big time.

    I’m using version 1.7.1 of the plugin with php 7.1.1

Viewing 1 replies (of 1 total)
  • I’m not sure if you found the answer or not yet but I ran into this just now after upgrading to PHP7.

    I deleted this section beginning at 207 and the error went away.

                    if (isset($instance[$instance['taxonomy'] + '_id'])
                        && count($instance[$instance['taxonomy'] + '_id']) > 0
                        && !in_array($tag->tag_id, $instance[$instance['taxonomy'] + '_id'])
                    ) {
                        continue;
                    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘A non-numeric value encountered’ is closed to new replies.