Hi, I am unable to access the manage fields tab..

Error
The website encountered an unexpected error. Please try again later.

This is the error I get

Thanks
jaya

Comments

thejamesjones’s picture

I 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).

beautifulmind’s picture

Status: Active » Postponed

Hello,
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.

welljuvenate’s picture

it'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.

michael dajewski’s picture

Well,
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).

linus79’s picture

any news?

Anonymous’s picture

I 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:

  • The admin page doesn't save anything (if you could get to it)... that stuff is commented out. Should use the Database abstraction layer to do db_insert query rather than using db_query. See https://api.drupal.org/api/drupal/includes%21database%21database.inc/gro... for details.
  • Comment headers are not to spec. The author is defined in the file header, not each function header.
  • There is no need to specify the t() function as the title_callback in hook_menu.
  • It seems odd to me that there are sub-modules with the field types. Why not just re-use the existing fields provided by D7?

It probably wouldn't hurt to run this thing through the coder module for other syntax improvements.

Anonymous’s picture

I 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.

deeray’s picture

Is there another module available that we can use in achieving this task?

kenorb’s picture

kenorb’s picture

Priority: Normal » Major