Closed (fixed)
Project:
Taxonomy Filter
Version:
5.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
5 Jun 2008 at 16:06 UTC
Updated:
21 May 2009 at 01:14 UTC
I just deleted a Category. I got this error report:
warning: Invalid argument supplied for foreach() in [my-path...]/modules/taxonomy_filter/taxonomy_filter.module on line 44.
Comments
Comment #1
styro commentedI assume by 'category' you mean 'vocabulary' and not 'term'? The module doesn't get involved with deleting terms.
Deleting vocabularies works fine for me. Can you give me any other information to try and replicate your problem? There may be some corner case I haven't tested.
Comment #2
jehoho commentedYes - I mean "vocabulary" and not "term" - I use a german version: there "vocabulary" is "Kategorie".
Sorry, I cannot retry. The only information I can add is, that the vocabulary was empty when I deleted it.
Comment #3
styro commentedI suspect there is a chance you could run into problems if the vocab in question had never generated a menu before it was deleted.
Can you come up with a series of steps to take on a fresh install that will produce this error?
Is this an ongoing problem, or a one off problem? ie does your site still work properly?
Comment #4
solotandem commentedMarking closed as this is a PHP warning that displays when warning messages are turned on. Granted it should be cleaned up but it does not affect the operation and does not display when warnings are turned off (e.g. on a production site).