Info
- 9 posts
- 3 voices
- Started 2 years ago by Michael
- Latest reply from Michael
- This topic is resolved
Tag Bug: MySQL error
-
- Posted 2 years ago #
Hi all :) Hope you're keeping well. :)
I just picked up a bug (it may just be in my forum though) with the tags system. I was doing some tag cleaning today, so I needed to merge a few tags. I had two tags that needed merging: "User Interfaces" and "User Interface" (my fault).
After merging the tags, I received this error:
http://www.inniosoft.co.cc/devstation/tagsI am using the Hot Tags Plus plugin, but I don't think it has anything to do with this error.
Running bbPress 1.0.2.Any ideas?
Peace, Michael :)
-
- Posted 2 years ago #
I think it is related to hot tags plus only, as the query shown on your server is same to this - http://plugins-dev.bbpress.org/browser/hot-tags-plus/trunk/hot-tags-plus.php#L144
-
- Posted 2 years ago #
I was able to merge fine on trunk revision 2388 and on 1.0.2 so it should be the plugin.
-
- Posted 2 years ago #
I see - must be the case then. Any idea how it can be fixed? I'm assuming that the attempt to remove the tag that may have caused the problem would be useless.
I will try re-installing the plugin, that should do the trick.
-
- Posted 2 years ago #
turn off related tags option
-
- Posted 2 years ago #
I've just disabled the plugin. I don't want to reduce the functionality of it at all. Besides, I'm planning to make some changes to my forum - so I'll probably use bbCumulus when the time comes. :)
Thanks for the help :)
-
- Posted 2 years ago #
or just wait, I will give you a patch (if possible)
-
- Posted 2 years ago #
Add this before line 40 in hot-tags-plus.php:
add_action('bb_pre_merge_tags', 'hot_tags_plus_delete');This wont fix your current bug (but would fix future ones). To fix the one that is now, temporarily run
hot_tags_plus_delete()function any where in your template to clear the cache and remove it after that. -
- Posted 2 years ago #
Okay, thank you :)
-
You must log in to post.