I've had a taxonomy menu in my primary links for over a year now. I recently added a new content type to one of my taxonomy menus. I did what I normally do when I update my taxonomy menu and hit "select to rebuild menu." However, this time I noticed that the menu vocab was listed in my primary links there were no children items. I went to my admin->menus->primary links and saw that there were no children.
I tried a couple times and it has not been working. I also removed the content type which I added and the problem persisted.
Next I deleted the menu item manually through the admin menus. Upon trying to rebuild the taxonomy menu the progress bar completes, but it is not adding a menu item to my primary links.
What can I try next? This is odd behavior because I have never seen this issue before. I didn't change my taxonomy view either.
Thanks.
Comments
Comment #1
barrett commentedAre there any errors reported in the log files?
What do you mean you "added a new content type to one of my taxonomy menus"; you added a new content type and set the taxonomy to apply to that new type?
Comment #2
xl_cheese commentedI do not have any errors in the log files. The progress bar looks like it is creating the menu, but when it completes the menu isn't there.
That's correct. I added a new content type and in the taxonomy vocabulary I checked the new content type.
Thanks for the help!
Comment #3
barrett commentedIf you got to admin/content/taxonomy and list terms for the taxonomy are the terms still there and do the links for the terms work as expected?
Comment #4
xl_cheese commentedAll of the taxonomy terms are there and seem to work fine.
Comment #5
xl_cheese commentedI created a test taxonomy vocab and created a new menu. This seemed to work fine. I basically duplicated the steps I've used in the past.
Is it possible that something broke on my current taxonomy and is causing the issues?
I don't want to have to recreate it because I have 2k+ products which have this vocab attached. :(
Comment #6
dstolHow many terms are we talking about?
The reason I ask, if it's a ton, it wouldn't surprise me that this is an out of memory error. (You'd see that in the logs, obviously)
The next thing to check is MySQLs max_allowed_packet. It should be bigger then 1mb.
Comment #7
xl_cheese commented73 terms.
I'll look into the max_allowed_packet thing. Thanks!
Comment #8
xl_cheese commentedI don't see any errors in the log. I checked my server and the max packet size is 8mb.
Comment #9
hles commentedComment #10
dstolThe Drupal 6 version is no longer supported