I am using Drush install method with git commercedev setup. I get these error messages after adding items to my cart.

Debug:
'Missing handler: field_data_commerce_unit_price commerce_unit_price field'
in views_get_handler() (line 841 of /var/www/vhosts/neetzstudios.com/httpdocs/sites/all/modules/views/views.module).
Debug:
'Missing handler: field_data_commerce_total commerce_total field'
in views_get_handler() (line 841 of /var/www/vhosts/neetzstudios.com/httpdocs/sites/all/modules/views/views.module).
Notice: Undefined property: stdClass::$unknown in views_handler_field->render() (line 713 of /var/www/vhosts/neetzstudios.com/httpdocs/sites/all/modules/views/handlers/views_handler_field.inc).
Notice: Undefined property: stdClass::$unknown in views_handler_field->render() (line 713 of /var/www/vhosts/neetzstudios.com/httpdocs/sites/all/modules/views/handlers/views_handler_field.inc).

Comments

rszrama’s picture

Status: Active » Closed (works as designed)

Looks like you're not using the dev version of Views. We've always relied on dev versions... it should be clear in the installation instructions. That's not to say something hasn't changed in Views... but I don't see any problems.