Closed (fixed)
Project:
Category
Version:
5.x-1.1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Jun 2007 at 02:42 UTC
Updated:
2 Oct 2008 at 09:09 UTC
I've found that category and simplenews don't seem to work together. I think it has to do with the taxonomies/categories from simplenews not getting correctly written to the tables. In fact, I know that's the case. In my case it's the newest versions of category and simplenews and drupal 5.1.
More details as needed.
Comments
Comment #1
mfer commented2 more details:
1) The 'vocabulary' for simplenews does not show up as a row in category_cont
2) In category_hierarchy the 'terms' and 'vocab' have the same parent. Shouldn't the terms have the the 'vocab' as the parent?
Comment #2
nvnivs commentedI'm having the same problem. Despite specifying the right category when i create the newsletter issue, it comes up as orphaned in the newsletter list.
Also, i get the following error when i post it:
warning: Invalid argument supplied for foreach() in /modules/simplenews/simplenews.module on line 372.
Comment #3
mfer commentedUsing simplenews the wrapper on category isn't putting the info in the the category or taxonomy tables correctly. So, it's a mess in the database.
Comment #4
lewisholden commentedWhat is the resolution exactly?
Thanks
Lewis
Comment #5
Chichee commentedYes, please tell us what the resolution is. There are many others (http://drupal.org/node/111412) awaiting a fix.
Christi
Comment #6
mfer commentedI never found a fix that I proved out. I was able to get out of making it work.
What I found was that the tables were all messed up in the database. The read operations seem to read it right but the write operations to put info in the right place. I bet if you went into the database and set it up how it should be that would get it working.
But, still no fix. I would suggest not using category module. It's a real pain right now.
Comment #7
ptitb commentedYou wrote that you managed to fix this problem.
Could you explain how you did this please?
I am completely stuck at the moment!
Thanks,
Peter
Comment #8
mfer commentedI set it up how I wanted it to be in the interfaces. To add newsletter taxonomy I went into the database and added it correctly and modified the errors the module created. It wasn't simple and it does require knowing what the info in the database should be.
Comment #9
lewisholden commented