Hi! Getting this message at the bottom of all my pages:
Catchable fatal error: Object of class WP_Error could not be converted to string in /.../wp-content/plugins/gd-taxonomies-tools/code/fnc/display.php on line 66
It seems to have something to do with this line in display.php:
$output .= "\t<option class=\"level-$depth\" value=\"".$term_url."\"";
Does anyone know what's going on, and how to get rid of the error message?