Postponed
Project:
Contact form fields
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Apr 2012 at 14:04 UTC
Updated:
21 Apr 2015 at 12:23 UTC
Jump to comment: Most recent
Comments
Comment #1
thejamesjones commentedI get the same error, along with these...
Notice: Undefined index: #title in _set_core_fields() (line 361 of /var/www/html/caldwell/sites/all/modules/contact_field/contact_field_admin.inc).
Notice: Undefined index: #required in _set_core_fields() (line 367 of /var/www/html/caldwell/sites/all/modules/contact_field/contact_field_admin.inc).
Notice: Undefined index: type in _get_fields() (line 271 of /var/www/html/caldwell/sites/all/modules/contact_field/contact_field_admin.inc).
Notice: Undefined index: title in _get_fields() (line 271 of /var/www/html/caldwell/sites/all/modules/contact_field/contact_field_admin.inc).
Notice: Undefined index: type in _get_fields() (line 271 of /var/www/html/caldwell/sites/all/modules/contact_field/contact_field_admin.inc).
Notice: Undefined index: title in _get_fields() (line 271 of /var/www/html/caldwell/sites/all/modules/contact_field/contact_field_admin.inc).
Notice: Undefined index: type in _get_fields() (line 271 of /var/www/html/caldwell/sites/all/modules/contact_field/contact_field_admin.inc).
Notice: Undefined index: title in _get_fields() (line 271 of /var/www/html/caldwell/sites/all/modules/contact_field/contact_field_admin.inc).
Notice: Undefined index: type in _get_fields() (line 271 of /var/www/html/caldwell/sites/all/modules/contact_field/contact_field_admin.inc).
Notice: Undefined index: title in _get_fields() (line 271 of /var/www/html/caldwell/sites/all/modules/contact_field/contact_field_admin.inc).
Notice: Undefined index: type in _get_fields() (line 271 of /var/www/html/caldwell/sites/all/modules/contact_field/contact_field_admin.inc).
Notice: Undefined index: title in _get_fields() (line 271 of /var/www/html/caldwell/sites/all/modules/contact_field/contact_field_admin.inc).
Notice: Undefined index: type in _get_fields() (line 271 of /var/www/html/caldwell/sites/all/modules/contact_field/contact_field_admin.inc).
Notice: Undefined index: title in _get_fields() (line 271 of /var/www/html/caldwell/sites/all/modules/contact_field/contact_field_admin.inc).
Notice: Undefined variable: form_id in _get_fields() (line 304 of /var/www/html/caldwell/sites/all/modules/contact_field/contact_field_admin.inc).
Notice: Undefined index: #parents in form_builder() (line 1754 of /var/www/html/caldwell/includes/form.inc).
Warning: implode() [function.implode]: Invalid arguments passed in form_builder() (line 1754 of /var/www/html/caldwell/includes/form.inc).
Notice: Undefined index: #tree in form_builder() (line 1784 of /var/www/html/caldwell/includes/form.inc).
Notice: Undefined index: #array_parents in form_builder() (line 1807 of /var/www/html/caldwell/includes/form.inc).
Recoverable fatal error: Argument 1 passed to drupal_array_nested_key_exists() must be an array, null given, called in /var/www/html/caldwell/includes/form.inc on line 2026 and defined in drupal_array_nested_key_exists() (line 6411 of /var/www/html/caldwell/includes/common.inc).
Comment #2
beautifulmindHello,
Please note that as mentioned on the project page, the release in 7.x branch is under development and not recommened to use it.
Regards.
Comment #3
welljuvenate commentedit's been like 8 months.. how long do you think until we CAN use version 7.x? we can't use the recommended version if our drupal has been updated.
Comment #4
michael dajewski commentedWell,
It has been almost 12 months.
And the status is postponed.
Wouldn't it be appropriate to say that this module is NOT maintained anymore.
Drupal 7.22
Contact form fields, 7.x-1.x-dev, from 2011-Oct-18
Notice: Undefined index: #title in _set_core_fields() (line 361 of C:\www\shoppingnortesul\sites\all\modules\contact_field\contact_field_admin.inc).
Notice: Undefined index: #required in _set_core_fields() (line 367 of C:\www\shoppingnortesul\sites\all\modules\contact_field\contact_field_admin.inc).
Notice: Undefined variable: form_id in _get_fields() (line 304 of C:\www\shoppingnortesul\sites\all\modules\contact_field\contact_field_admin.inc).
Notice: Undefined index: #parents in form_builder() (line 1791 of C:\www\shoppingnortesul\includes\form.inc).
Warning: implode() [function.implode]: Invalid arguments passed in form_builder() (line 1791 of C:\www\shoppingnortesul\includes\form.inc).
Notice: Undefined index: #tree in form_builder() (line 1821 of C:\www\shoppingnortesul\includes\form.inc).
Notice: Undefined index: #array_parents in form_builder() (line 1844 of C:\www\shoppingnortesul\includes\form.inc).
Recoverable fatal error: Argument 1 passed to drupal_array_nested_key_exists() must be an array, null given, called in C:\www\shoppingnortesul\includes\form.inc on line 2062 and defined in drupal_array_nested_key_exists() (line 6652 of C:\www\shoppingnortesul\includes\common.inc).
Comment #5
linus79 commentedany news?
Comment #6
Anonymous (not verified) commentedI just did a quick code review to see if this module would be worth using for us, and unfortunately it isn't at the point where it would be usable.
A few thoughts, if anyone wants to pick this one up:
It probably wouldn't hurt to run this thing through the coder module for other syntax improvements.
Comment #7
Anonymous (not verified) commentedI just noticed there has been a recent commit to 7.x-1.x-dev and upon installing that I was able to get to the "manage fields" page, however, once there I cannot add any new fields... so still no dice. It is a bit curious to me that the dev snapshot was not generated based on that latest commit.
Comment #8
deeray commentedIs there another module available that we can use in achieving this task?
Comment #9
kenorb commented@deeray See: How to add a field to the contact form in Drupal 7?
Comment #10
kenorb commented