Jump to:
| Project: | Category |
| Version: | 5.x-1.1 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
I'm running Drupal 5.5 with image.module and the latest stable release of categories installed. Everything works fine except for image galleries. When I create an image gallery and place images in it, it works, and when I go to domain.com/image I see my galleries there, but when I open up the galleries they say that there are no images in the gallery.
I know this is a conflict with the category module because the galleries work fine before it is installed. I'm not sure, but I think the category module interferes with the normal taxonomy used by the image gallery module. I have heard of others experiencing this problem, but I haven't been able to figure out a workaround.
Any help would be greatly appreciated.
Adam
aandmproductions.com
Comments
#1
i think this is one for the category people to work on.
#2
Be sure to troubleshoot your install to know if you are getting the issue about the tid=1
the master issue is here: http://drupal.org/node/87669
Being able to set the correct tid on category nodes automatically solves that particular problem.
(beside the patch you need to edit and submit each affected category to save the value of the tid)
#3
exactly the same issue. is there a complete patch and documentation about it? i have read the master-issue, but its not clear at all to me, what i have to do.
thanks,
tom
#4
You need these:
1. The patch from post #19 (http://drupal.org/node/87669).
You can open your taxonomy wrapper to see if the code is there or not.
2. Examine the term_node table (i think), in the database.
Sort it by tid, to see if there's 1's (the tid=1 is where those terms won't work).
Write down the nids that have those terms
3. Once patched and checked, edit each of the affected terms so that it saves the right values.
4. Test the module one more time and/or see if views shows the right results.
If still having problems, collect the specific details to post in the corresponding issue threads
Include all module versions and important file versions like the wrapper:
Category 5.x-1.1 comes with Revision 1.26.2.2 of the wrapper, which do not have the patch yet.
Revision 1.26.2.3 has the patch included.
#5
After a year and a half of silence, I understand this Support request as resolved. If the problem was with the tid=1 bug, #87669: [MASTER] term_node tid getting set to "1" is a place to discuss that. Also #133638: Duplicate key when creating first container seems vaguely related (edge case with the category+image_gallery installation process on a new site).
Now closing this, to tidy up the queue. Feel free to re-open if needed.