Tried the latest beta and got this error when adding file license:

Fatal error: Call to undefined method CommerceFileLicenseEntity::bundle() in /sites/all/modules/commerce_file/includes/commerce_file_license.entity.inc on line 546

Comments

recrit’s picture

Status: Active » Postponed (maintainer needs more info)

The entity class for Commerce File License use to have its own bundle() method; however, the Entity module now provides this method on its base Entity class per http://drupalcode.org/project/entity.git/commit/4b9bf09e74c8be8febd8eff7.... This change would in Entity 7.x-1.0-rc2+.

If your Entity module is not 7.x-1.0-rc2+, then download the latest at http://drupal.org/project/entity

I've update the module project page to reflect the requirement for Entity 7.x-1.0-rc2+.

bojanz’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)