Conversation
supportHi, we’re using this plugin on a site to store and display icons that go with a custom taxonomy. It was working great until the most recent update (2.0). After that update, the get_taxonomy_image() is no longer defined (I was getting a fatal “undefined function” error). When I rolled the plugin back to version 1.1, it started working again. Is this a known bug and is a fix in the work? Thanks very much. The page I need help with: [ log in to see the link]
It was a bug, fixed in the new version, please update to latest version!!
Thank you for the fast response! Unfortunately, as soon as I updated to 2.0.1, the issue returned. I currently have a check for the function if ( function_exists (‘get_taxonomy_image’)) so if it’s not found it bypasses the whole thing, which unfortunately means the icons don’t show, but at least the rest of the page works. I’m re-enabling auto-updates, in the hope that a future update will restore the function and it will start working.
The new version resolves the function not found issue, please do check if you have successfully updated to the latest version.
It does seem to be working now (with version 2.0.1); possibly a caching issue, though I had done a hard refresh. Anyway, thank you for the quick fix!
It was a bug, fixed in the new version, please update to latest version!!
Thank you for the fast response! Unfortunately, as soon as I updated to 2.0.1, the issue returned. I currently have a check for the function if ( function_exists (‘get_taxonomy_image’)) so if it’s not found it bypasses the whole thing, which unfortunately means the icons don’t show, but at least the rest of the page works. I’m re-enabling auto-updates, in the hope that a future update will restore the function and it will start working.
The new version resolves the function not found issue, please do check if you have successfully updated to the latest version.
It does seem to be working now (with version 2.0.1); possibly a caching issue, though I had done a hard refresh. Anyway, thank you for the quick fix!