I have the July 1, 2009 version of Drupal 7 minimally installed. I've added in the CCK dev module, too.
I'm on bluehost, using MySQL and PHP5.
As I was creating a textarea field for a new content type, I received this error message that doesn't seem to prevent me from continuing but is in a highlighted red box I find anxiety-producing.
"Notice: Undefined index: indexes in _field_sql_storage_schema() (line 159 of /drupal7/modules/field/modules/field_sql_storage/field_sql_storage.module)."
Comments
Comment #1
yched commentedShould be fixed in CCK HEAD. The form submit logic over there hadn't been updated after #415044: Indexes for field storage.