Folks: I'm updating a site from D6 to D7. After theming the site and adding the needed modules, I get an error when updating the ubercart module, using http://mysite/update.php The following updates returned messages uc_catalog module Update #7003 Failed: FieldException: Attempt to create field name <em class="placeholder">taxonomy_catalog</em> which already exists and is active. in field_create_field() (line 85 of /Applications/MAMP/htdocs/modules/field/field.crud.inc). What should i do to fix this? Thankd, Bill Prothero William waprothero@gmail.com
What happens if you try the update.php again? Earnie On Wed, Jan 23, 2013 at 7:19 PM, Prothero William <waprothero@gmail.com> wrote:
Folks: I'm updating a site from D6 to D7. After theming the site and adding the needed modules, I get an error when updating the ubercart module, using http://mysite/update.php
The following updates returned messages
uc_catalog module
Update #7003
Failed: FieldException: Attempt to create field name <em class="placeholder">taxonomy_catalog</em> which already exists and is active. in field_create_field() (line 85 of /Applications/MAMP/htdocs/modules/field/field.crud.inc).
What should i do to fix this? Thankd, Bill
Prothero William waprothero@gmail.com
-- [ Drupal support list | http://lists.drupal.org/ ]
-- Earnie -- https://sites.google.com/site/earnieboyd
Do you use features on the site? A lot of times I get this error when a features revert has already occurred that includes a new field but the hook_install() or hook_update_N that tries to insert a field then gets run. It might be as simple as commenting out the field_create_field/instance from the offending module's install and things are happy again. Lucas On Wed, Jan 23, 2013 at 6:38 PM, Earnie Boyd <earnie@users.sourceforge.net>wrote:
What happens if you try the update.php again?
Earnie
On Wed, Jan 23, 2013 at 7:19 PM, Prothero William <waprothero@gmail.com> wrote:
Folks: I'm updating a site from D6 to D7. After theming the site and adding the needed modules, I get an error when updating the ubercart module, using http://mysite/update.php
The following updates returned messages
uc_catalog module
Update #7003
Failed: FieldException: Attempt to create field name <em class="placeholder">taxonomy_catalog</em> which already exists and is active. in field_create_field() (line 85 of /Applications/MAMP/htdocs/modules/field/field.crud.inc).
What should i do to fix this? Thankd, Bill
Prothero William waprothero@gmail.com
-- [ Drupal support list | http://lists.drupal.org/ ]
-- Earnie -- https://sites.google.com/site/earnieboyd -- [ Drupal support list | http://lists.drupal.org/ ]
Thanks for the suggestions! I'll try them outntomorrow, first thing. Bill William Prothero http://es.earthednet.org On Jan 23, 2013, at 5:19 PM, Lucas D Hedding <lucashedding@gmail.com> wrote:
Do you use features on the site? A lot of times I get this error when a features revert has already occurred that includes a new field but the hook_install() or hook_update_N that tries to insert a field then gets run. It might be as simple as commenting out the field_create_field/instance from the offending module's install and things are happy again.
Lucas
On Wed, Jan 23, 2013 at 6:38 PM, Earnie Boyd <earnie@users.sourceforge.net> wrote:
What happens if you try the update.php again?
Earnie
On Wed, Jan 23, 2013 at 7:19 PM, Prothero William <waprothero@gmail.com> wrote:
Folks: I'm updating a site from D6 to D7. After theming the site and adding the needed modules, I get an error when updating the ubercart module, using http://mysite/update.php
The following updates returned messages
uc_catalog module
Update #7003
Failed: FieldException: Attempt to create field name <em class="placeholder">taxonomy_catalog</em> which already exists and is active. in field_create_field() (line 85 of /Applications/MAMP/htdocs/modules/field/field.crud.inc).
What should i do to fix this? Thankd, Bill
Prothero William waprothero@gmail.com
-- [ Drupal support list | http://lists.drupal.org/ ]
-- Earnie -- https://sites.google.com/site/earnieboyd -- [ Drupal support list | http://lists.drupal.org/ ]
-- [ Drupal support list | http://lists.drupal.org/ ]
I would google the error. Many times I have found the solution that way. Clearly it has to do with the field definitions, and sounds like you have a duplicate field. Pia
Folks: I'm updating a site from D6 to D7. After theming the site and adding the needed modules, I get an error when updating the ubercart module, using <http://mysite/update.php>http://mysite/update.php
The following updates returned messages
uc_catalog module
Update #7003
Failed: FieldException: Attempt to create field name <em class="placeholder">taxonomy_catalog</em> which already exists and is active. in field_create_field() (line 85 of /Applications/MAMP/htdocs/modules/field/field.crud.inc). What should i do to fix this? Thankd, Bill
Prothero William <mailto:waprothero@gmail.com>waprothero@gmail.com
-- [ Drupal support list | http://lists.drupal.org/ ]
-- <http://www.Piasworld.com> "That's a great deal to make one word mean," Alice said in a thoughtful tone. "When I make a word do a lot of work like that," said Humpty Dumpty, "I always pay it extra." Lewis Carrol
participants (5)
-
Earnie Boyd -
Lucas D Hedding -
Pia Oliver -
Prothero William -
Waprothero@gmail.com