Minor error after WP update
-
I had clean testimonials in a footer widget displaying 1 random testimonial and I was getting this error showing on the site above the testimonial:
Warning: array_keys() expects parameter 1 to be array, null given in /.../wp-content/plugins/clean-testimonials/class.testimonials-widget.php on line 26 Warning: implode() [function.implode]: Invalid arguments passed in /.../wp-content/plugins/clean-testimonials/class.testimonials-widget.php on line 26
The line mentioned in class.testimonials-widget.php reads:
$args['testimonial_category'] = implode( ',', array_keys( $instance['testimonial_random_category'] ) );
Since it was on a live site, I have since swapped the plugin – however I would like to switch it back. Here is a link to see the error in action: https://bit.ly/1n00zHb
Any thoughts would be appreciated. Thank you!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Minor error after WP update’ is closed to new replies.