On a clean Drupal 7 installation on simplytest.me with just this module installed, I encountered the next error message after creating a set of two values and opening it again:

Warning: usort() expects parameter 1 to be array, string given in values_load() (line 678 of /home/sd0a5d235749e6d2/www/sites/default/modules/values/values.module).

After deleting this values set and starting a new one with only a set name defined the same thing happened.

Comments

drclaw’s picture

Status: Active » Fixed

Oops. There was a incorrectly named value_set property in there! I never noticed because the error only happens if ctools isn't installed. It's fixed now. I pushed a new release (7.x-1.0-rc2)

Thanks for the report!

Status: Fixed » Closed (fixed)

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