When I use a bulk edit view to apply CC licenses (whether to one or many) I get this error (and none of the licenses are applied):

An error occurred. /batch?id=239&op=do
Fatal error: creativecommons_set_license_action() [<a href='function.creativecommons-set-license-action'>function.creativecommons-set-license-action</a>]: The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition &quot;creativecommons_license&quot; of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide a __autoload() function to load the class definition in /var/www/media/sites/all/modules/creativecommons/creativecommons.actions.inc on line 42

Comments

kreynen’s picture

Please update to 6.x-1.0-rc1, run update.php, and try that again.

synchlayer’s picture

I updated to 6.x-1.0-rc1 and ran update.php, but sadly got the exact same error

kreynen’s picture

Status: Active » Needs work

In the VBO settings there is an option to execute operations by Invoke them directly or Use Batch API. The Batch API doesn't work, but invoking the VBO directly does.

This is still a bug.