Probably as a result of #1698188: Remove patches to Features module committed upstream, the 'attendees' view is full of broken/missing handlers, and the Community page shows the error:

user warning: Unknown column 'value' in 'field list' query: SELECT users.uid AS uid, users.name AS users_name, users.picture AS users_picture, users.mail AS users_mail, value AS unknown FROM users users LEFT JOIN signup_log signup_log ON users.uid = signup_log.uid INNER JOIN users users_signup_log ON signup_log.uid = users_signup_log.uid WHERE users_signup_log.uid not in ('0') ORDER BY unknown ASC LIMIT 0, 100 in /Users/ezra/Developer/htdocs/dev/contrib/cod-6.x-1.0-rc1/profiles/cod/modules/contrib/views/includes/view.inc on line 810.

Comments

ezra-g’s picture

Version: 7.x-1.x-dev » 6.x-1.0
ezra-g’s picture

In a fresh 6.x-1.0RC1, I don't have the 'Profile' category as an option to add fields on the attendees view.

ezra-g’s picture

...Because no profile fields are defined at admin/user/profile.

rcasero’s picture

Same problem here.

Drupal 6.26

rcasero’s picture

The problem can be seen as warnings in

http://your_cod_website/admin/

warning: Invalid argument supplied for foreach() in
/home/username/public_html/mec2013/profiles/cod/modules/contrib/uc_signup/uc_signup.module
on line 106. warning: Invalid argument supplied for foreach() in
/home/username/public_html/mec2013/profiles/cod/modules/contrib/uc_signup/uc_signup.module
on line 111. warning: Invalid argument supplied for foreach() in

To fix the problem, you need to add the First name and Last name fields to the User profile. Go to

Administer -> User management -> Profiles

(http://your_cod_website/admin/user/profile)

Add new field: single-line textfield
Category: * Personal information
Title: * First name
Form name: * profile_first
Explanation: User's first name
Visibility: Public field, content shown on profile page and on member
list pages.
x The user must enter a value.
x Visible in user registration form.
x Visible in uc_signup attendee information form.

Add new field: single-line textfield
Category: * Personal information
Title: * Last name
Form name: * profile_last
Explanation: User's last name
Visibility: Public field, content shown on profile page and on member
list pages.
x The user must enter a value.
x Visible in user registration form.
x Visible in uc_signup attendee information form.

ezra-g’s picture

Title: Profile field views integration broken » Profile fields export broken
Status: Active » Fixed

Specifically, the format of the export from #912716: Support profile.module fields in Drupal 6 changed between when it was included in the COD drush make fiel and when it was committed to the Features module.

I've re-exported and tested on a fresh install, verifying that the user profile fields are properly defined. I'll roll a 6.x-1.0-rc2 of COD shortly.

http://drupalcode.org/project/cod_support.git/commit/eaa829a

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