Active
Project:
Web Taxonomy
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Feb 2012 at 15:01 UTC
Updated:
22 Feb 2012 at 18:15 UTC
Jump to comment: Most recent
An attempt to delete a web taxonomy resulted in
Notice: Undefined index: vid in web_taxonomy_form_vocabulary_submit() (line 260 of /opt/labs/sites/all/modules/web_taxonomy/web_taxonomy.module).
PDOException: SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block: SELECT 1 AS expression FROM {web_taxonomy_vocabulary} web_taxonomy_vocabulary WHERE ( (vid IS NULL ) ) FOR UPDATE; Array ( ) in web_taxonomy_form_vocabulary_submit() (line 270 of /opt/labs/sites/all/modules/web_taxonomy/web_taxonomy.module).
Such a function would be nice for cleaning up (though priority is low).
Comments
Comment #1
Anonymous (not verified) commentedHmmm, glad you caught this. I will look into it.