There is a dpm call in color_field.module on line 211 which causes an issue if the devel modul is not installed and enabled.
This causes an issue in the VIews module.

Eric

CommentFileSizeAuthor
#1 color_field_1827680.patch621 bytesswati.karande
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

swati.karande’s picture

FileSize
621 bytes

Hi,

dpm() is a function of devel module and its using for debugging purpose.

dpm('color_field_field_formatter_settings_form');
If you removed above line from the color_field.module then error will resolved which is occurring on views.
Please see attached patch.

targoo’s picture

Status: Active » Closed (fixed)

fixed in 7.x-1.3