Hi,

I get the following errors when the Views module is enabled:
Notice: Undefined variable: group_keys in drupal_group_css() (line 3219 of /Users/robin.vandervleuten/Documents/Projects/php/symfony/robinvdvleuten.nl/includes/common.inc).
Notice: Undefined index: type in drupal_aggregate_css() (line 3260 of /Users/robin.vandervleuten/Documents/Projects/php/symfony/robinvdvleuten.nl/includes/common.inc).
Notice: Undefined index: type in drupal_pre_render_styles() (line 3380 of /Users/robin.vandervleuten/Documents/Projects/php/symfony/robinvdvleuten.nl/includes/common.inc).

When you check the drupal_group_css function, you'll see that in the switch statement it searches for file, inline or external but the View's stylesheet has a theme type which doesn't exists.
It is the sites/all/modules/contrib/views/css/views-admin.seven.css stylesheet that generates the error.

Comments

renatog’s picture

Category: Bug report » Support request
Issue summary: View changes

Hi @robinvdvleuten, how are you?

For fix it, please follow this steps: Update for the last version of views (and core if as possible), clear all caches, make backup and run your update.php with pending updates. After that access menu: admin/config/development/performance and enable aggregation of JS and CSS.

It will works good for you.

renatog’s picture

Status: Active » Fixed

Thank you for report @robinvdvleuten.

Any question please comment.

Best,

Status: Fixed » Closed (fixed)

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