Hi,

Changing a node gave me this error:

    Notice: Undefined index: field_topics in locale_field_node_form_submit() (line 405 van httpdocs/modules/locale/locale.module).

may be related to: http://drupal.org/node/1029486#comment-4316052
Greetings,
Martijn

Comments

summit’s picture

Off course I first added a second language and have my commons dev in that language.
greetings, Martijn

ezra-g’s picture

Status: Active » Postponed (maintainer needs more info)

Could you provide specific steps to reproduce this error?

summit’s picture

Hi,
0) I installed through drush latest commons.dev
1) I changed language from english to dutch using Locale and, i10n_update
2) I tried changing a event node, and within it the date and time and place of the event
3) The errors occured:

Notice: Undefined index: field_topics in locale_field_node_form_submit() (line 405 of httpdocs/modules/locale/locale.module).
Notice: Undefined index: field_number_of_attendees in locale_field_node_form_submit() (line 405 of httpdocs/modules/locale/locale.module).
Notice: Undefined index: field_registration_type in locale_field_node_form_submit() (line 405 of /httpdocs/modules/locale/locale.module).

Greetings, Martijn

summit’s picture

Status: Postponed (maintainer needs more info) » Active

Sorry, after adding specific steps not changed status. Did that with this posting.
Greetings, Martijn

summit’s picture

Hi,

May this is a solution in Commons: http://drupal.org/node/1029486#comment-3958092 ?

Greetings, Martijn

jpontani’s picture

Status: Active » Fixed

Committed to dev. As per the issue in #5, keeping the base form fields in the form array doesn't mess with anything with Commons other than localization/translation support.

http://drupalcode.org/project/commons_events.git/commitdiff/dc5c932

Status: Fixed » Closed (fixed)

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