Please take a look at my issue in the taxonomy.module: http://drupal.org/node/1478944
After enabling metatag module, it was impossible to edit or delete taxonomy terms. I think, the problem is caused by the taxonomy.module - but I think, you should check your form fields as well to avoid problems.
I was able to save terms again after disabling the following lines in function metatag_metatags_form
<?php
$form += array('#submit' => array());
array_unshift($form['#submit'], 'metatag_metatags_form_submit');
?>
Comments
Comment #1
dave reidThis should already be fixed in the latest release. Please test the latest version.
Comment #2
damienmckennaMarked #1494430: Problems creating and deleting terms when Metatag is enabled as a duplicate. This will be fully tested prior to the 1.0 stable release.
Comment #3
dave reidThis is a duplicate of #1284056: Entities no longer save after submitting form (taxonomy terms, comments, users, etc.) which has already been fixed.