Editing a group sends you to the Create group form. That's fine, but the button and the code don't reflect that it's an update rather than a create. The button reads 'Create group' rather than Save or similar.

Editing and clicking gives an error - e.g. :
user warning: Duplicate entry 'taxonomy/term/361-' for key 2 query: INSERT INTO url_alias (src, dst, language) VALUES ('taxonomy/term/', 'taxonomy/term/361', '') in /var/www/drupal/modules/path/path.module on line 112.

It's possible that this error is generated by pathauto module given that it's to do with the url alias table, but seeing as it is triggered by editing a group name, I think this is a better place to report it.

Comments

jeremy’s picture

Status: Active » Fixed

I have updated the form so when editing a group the button simply says "Save". I have confirmed that groups can be updated without any problems.

Evidently the error you are running into is a conflict with your configuration of the pathauto module. I did enable the pathauto module and confirm that it works in a default installation.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

dries arnolds’s picture

Version: 6.x-1.0-rc2 » 6.x-2.0
Status: Closed (fixed) » Active

I've got the same issue. Strangely enough I haven't changed anything in the pathauto term configuration. It's as default as it gets. Pathauto is working fine with other modules.

But seeing as there's only one other person reporting this issue this must be a pretty rare bug. Can anyone give me pointers as to where to look for the cause?

dries arnolds’s picture

Status: Active » Closed (fixed)

This seems to be an issue that occured after Drupal 6.11 and indeed has to do with Pathauto. Latest dev-release of pathauto fixes this.