When trying to enable create/edit permissions on a flexinode type that was created in drupal 4.7.2, after upgrading to 4.7.3 gives the error message:
An illegal choice has been detected. Please contact the site administrator.
If I create a type in 4.7.3 I can successfully change the permissions on this new type.

Comments

JamesSharpe’s picture

Status: Active » Fixed

The issue was due to the created content type having a single apostrophe in the content name. This was causing the sql query to fail when updating the permissions table.

Anonymous’s picture

Status: Fixed » Closed (fixed)