1
Answers
Vote up!
0
Vote down!

Error when enabling Kickstart alpha2 on existing dev site

I have an existing dev site that I was trying to add Kickstart to. When I enabled the Kickstart profile via Drush, I got the following message:

WD php: FieldException: Cannot change an existing field's type. in field_update_field() (line 234 of /Users/Aeons/Sites/intl-alchemical.org/modules/field/field.crud.inc). [error]
Cannot modify header information - headers already sent by (output started at /Users/Aeons/Sites/drush/includes/output.inc:37) bootstrap.inc:1239 [warning]
FieldException: Cannot change an existing field's type. in field_update_field() (line 234 of /Users/Aeons/Sites/intl-alchemical.org/modules/field/field.crud.inc).
Drush command terminated abnormally due to an unrecoverable error. [error]

I cannot load my modules page and get the following error message:

FieldException: Cannot change an existing field's type. in field_update_field() (line 234 of /Users/Aeons/Sites/intl-alchemical.org/modules/field/field.crud.inc).

Ideally I want to add Kickstart to the members only part of my site. I'm still fairly new to Drupal and coding. Any help would be greatly appreciated.

Asked by: Seph
on July 9, 2012

Comments

Sorry for the repeat:

I'm getting exactly the same error under same conditions, as well as a the error:

Warning: Missing argument 2 for taxonomy_options_list() in taxonomy_options_list() (line 1375 of ...modules/taxonomy/taxonomy.module).

Which is appearing on the front end.

I found an article which suggested reverting to the D 7.12 version of 'hook_options_list'
(lines 1331 - 1337 of D 7.12 taxonomy.module) which omit the following:
$instance, $entitity_type, $entity

This fixed the missing argument error, although I know this is just a hack and needs to be made right somehow.

- nick_phipps on July 10, 2012

1 Answer

Vote up!
0
Vote down!

I'm getting exactly the same error under same conditions, as well as a the error:

Warning: Missing argument 2 for taxonomy_options_list() in taxonomy_options_list() (line 1375 of ...modules/taxonomy/taxonomy.module).

Which is appearing on the front end.

I found an article which suggested reverting to the D 7.12 version of 'hook_options_list'
(lines 1331 - 1337 of D 7.12 taxonomy.module) which omit the following:
$instance, $entitity_type, $entity

This fixed the missing argument error, although I know this is just a hack and needs to be made right somehow.

Answer by: Anonymous (not verified)
Posted: Jul 10, 2012