Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter iNetPeter

    (@inetpeter)

    I believe I posted a little prematurely in terms of the first point. I was using the plugin for the first time, experimenting with its capabilities, and incorrectly defining the slugs. I imagine this had something to do with the issues I ran in to. Later I used the plugin again on a new site and didn’t run in to any problems.

    I saw the update to do with the taxonomy names, and I appreciate that you pushed that out so quickly. Makes me less paranoid about typing something wrong and making life more difficult for myself.

    I ran in to this issue, and noticed it was caused due to an uppercase character in my wp_term_taxonomy.taxonomy column. The plugin I used to create the custom taxonomy did not sanitize the name and an oversight on my part lead to the incorrect case. I had entered “Products” instead of “products”.

    On line 490 of taxonomy-image.php the get_taxonomy() function returns false since you passed in the result of sanitize_title_with_dashes().

    I have now corrected my bad taxonomy name through the other plugin, and everything works great. I will advise the other plugin author to correct this issue on their end, though that’s only one case which may conflict with your plugin.

Viewing 2 replies - 1 through 2 (of 2 total)