I have a view that is very simple. Several fields from my content type. I am having issues with sorting on some of the fields. several fields are normal (text & date) and other fields are node reference fields. They both get the same error:
Notice: Undefined index: field_wr_value in views_handler_field_field->click_sort() (line 130 of C:\wamp\www\backoffice\sites\all\modules\views\modules\field\views_handler_field_field.inc).
I'm not sure if I need to install a module for this or what. I know in Drupal 6 its possible to get a "compose view" when creating new content. In other words you can add tables, horizontal rules, etc without editing the actual html code. This makes it easier for non-coders to add content.
So my question is, how do I enable this "compose view" in Drupal 7?
I'm brand new to Drupal and just installed Drupal 7. The theme search on this site lists 86 odd themes as compatible with Drupal 7, but several of these only offer downloads for Drupal 7 themes in development (e.g. 7.x-3.x-dev). For example, analytic and zen. Should I feel pretty confident about these themes, or should I wait until there's an official, recommended release? Anything else I should know?