Closed (fixed)
Project:
Taxonomy Filter
Version:
7.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Reporter:
Created:
14 May 2009 at 15:13 UTC
Updated:
16 May 2009 at 15:56 UTC
array_intersect() etc
when terms get deleted, the page may still be indexed by search engines.
The resulting page generates errors.
Comments
Comment #1
solotandem commentedI agree that some code should check for the existence of terms. But isn't this handled by taxonomy first? I get a 'Page not found' display if I enter term ids that are not valid. Is your page going through taxonomy first or is another module driving the content? Should the other module be picking up the non-existent term id before it gets to this module?
Let me know some more details.
Comment #2
sgriffin commentedAh ok you're right, I did not have any validation in views happening. Once corrected, your module doesn't need any input check itself.
Thank you.